public class RuntimeComponentObjectInfo extends java.lang.Object implements ComponentObjectListener
| Modifier and Type | Field and Description | 
|---|---|
| protected int | mCoId | 
| protected PiggybackManager | mMgr | 
| protected ComponentObjectImpl | obj | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addEntry(java.io.Serializable ent) | 
| void | addException(java.lang.Exception e) | 
| void | eventOccured(java.util.EventObject event)Event handling method for normal events from instance this agent is
 maintaining. | 
| void | exceptionOccured(java.lang.Exception e)Event handling method when an exception (event) occured,
 basically creates a SvcMsgResponseException entry and adds it to the
 svcmsg. | 
| ComponentObjectImpl | getObject()Return the component instance this class is maintaining. | 
| boolean | processChanges(RequestParams svcMsgReq)Read the piggyback information coming from the client and apply it to the
 compoent. | 
| void | setCompId(int coId)Tell the agent the ID of the component instance it is maintaining. | 
protected PiggybackManager mMgr
protected ComponentObjectImpl obj
protected int mCoId
public void setCompId(int coId)
coId - ID of the component instance.
 status Newpublic void addEntry(java.io.Serializable ent)
public void addException(java.lang.Exception e)
public ComponentObjectImpl getObject()
public boolean processChanges(RequestParams svcMsgReq)
svcMsgReq - the piggyback entry to apply the component
 status Newpublic void exceptionOccured(java.lang.Exception e)
exceptionOccured in interface ComponentObjectListenere - Exception that needs to piggyback to the client.
 status Newpublic void eventOccured(java.util.EventObject event)
eventOccured in interface ComponentObjectListenerevent - the event that needs to piggyback to the client.
 status New