|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.server.remote.RuntimeComponentObjectInfo
public class RuntimeComponentObjectInfo
The RuntimeComponentObjectInfo listens to events from the component instance and maintains these changes in its own cache.
| Field Summary | |
|---|---|
protected int |
mCoId |
protected PiggybackManager |
mMgr |
protected ComponentObjectImpl |
obj |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PiggybackManager mMgr
protected ComponentObjectImpl obj
protected int mCoId
| Method Detail |
|---|
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
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||