|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface extends ResponseValues. It is used to marshal an object reference.
| Method Summary | |
int |
getRefId()Returns an int id that identifies the object (so-called remote object id). |
java.lang.Object |
getRefObject()Returns the actual object whose reference is being marshalled through this object. |
void |
setRefId(int refId)Sets the remote object id. |
void |
setRefObject(java.lang.Object obj)Sets the actual object whose reference is being marshalled through this object. |
| Methods inherited from interface oracle.svcmsg.ResponseValues |
getBooleanValues, getIntValues, getLongValues, getObjectValues, setBooleanValues, setIntValues, setLongValues, setObjectValues |
| Methods inherited from interface oracle.svcmsg.Response |
getName, getOperation |
| Method Detail |
public int getRefId()
public void setRefId(int refId)
refId - the remote object id.public java.lang.Object getRefObject()
transient so that the serialization process will not try to serialize the object itself.
These getter and setter are used to hold reference to the object being marshalled.
public void setRefObject(java.lang.Object obj)
transient so that the serialization process will not try to serialize the object itself.
These getter and setter are used to hold reference to the object being marshalled.
obj - the object.
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||