|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.server.remote.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)
public void addEntry(java.io.Serializable ent)
public void addException(java.lang.Exception e)
public ComponentObjectImpl getObject()
public boolean processChanges(RequestParams svcMsgReq)
public void exceptionOccured(java.lang.Exception e)
exceptionOccured
in interface ComponentObjectListener
e
- Exception that needs to piggyback to the client.public void eventOccured(java.util.EventObject event)
eventOccured
in interface ComponentObjectListener
event
- the event that needs to piggyback to the client.
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.