public class JSONObjectStructureLoader
extends java.lang.Object
Constructor and Description |
---|
JSONObjectStructureLoader(java.lang.String mosName,
boolean preview,
java.lang.String messageType)
Construct the set
|
Modifier and Type | Method and Description |
---|---|
void |
processData(com.ibm.json.java.JSONArtifact data,
int intCurrentNoun,
MboRemote npMbo,
MXTransaction trans)
Process the incoming Data.
|
void |
setUserInfo(UserInfo userInfo) |
public JSONObjectStructureLoader(java.lang.String mosName, boolean preview, java.lang.String messageType) throws MXException
mosInfo
- Object Struture info object.preview
- boolean indicating whether it is a UI preview mode or not.messageType
- message typeMXException
- MAXIMO exceptionjava.rmi.RemoteException
- Remote Exceptionpublic void setUserInfo(UserInfo userInfo)
public void processData(com.ibm.json.java.JSONArtifact data, int intCurrentNoun, MboRemote npMbo, MXTransaction trans) throws MXException, java.rmi.RemoteException
data
- Xml DataintCurrentNoun
- the current noun (or) split noun\npMbo
- Non-persistent Mbo which is used in Preview case to show the stats on data processingMXException
java.rmi.RemoteException