public class IoTMessageParser
extends java.lang.Object
| Constructor and Description |
|---|
IoTMessageParser()
Process historian data to show it in the AH dash board.
|
| Modifier and Type | Method and Description |
|---|---|
MboSetRemote |
parseMessage(byte[] jsonData,
UserInfo userInfo)
This method will process historian request
|
boolean |
validateProperty(byte[] jsonData,
UserInfo userInfo,
java.lang.String value)
This method will process historian request
|
public IoTMessageParser()
throws MXException,
java.rmi.RemoteException
owner - The owner mbo of the targetSet.MXExceptionjava.rmi.RemoteExceptionpublic MboSetRemote parseMessage(byte[] jsonData, UserInfo userInfo) throws MXException, java.rmi.RemoteException
pageSize - Page size if paging is usedpageNum - Current pageMXException - MAXIMO exceptionjava.rmi.RemoteException - Remote exceptionpublic boolean validateProperty(byte[] jsonData,
UserInfo userInfo,
java.lang.String value)
throws MXException,
java.rmi.RemoteException
pageSize - Page size if paging is usedpageNum - Current pageMXException - MAXIMO exceptionjava.rmi.RemoteException - Remote exception