|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.XRTIObjectInstanceHandleFactory
A factory for ObjectInstanceHandles. This factory is used only
(outside of the run-time infrastructure) to create
ObjectInstanceHandles received as attribute or parameter values.
| Constructor Summary | |
XRTIObjectInstanceHandleFactory()
|
|
| Method Summary | |
ObjectInstanceHandle |
decode(byte[] buffer,
int offset)
Decodes an object instance handle stored within the specified buffer, returning a new ObjectInstanceHandle instance representing
the result. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XRTIObjectInstanceHandleFactory()
| Method Detail |
public ObjectInstanceHandle decode(byte[] buffer,
int offset)
throws CouldNotDecode,
FederateNotExecutionMember
ObjectInstanceHandle instance representing
the result.
decode in interface ObjectInstanceHandleFactorybuffer - the buffer that contains the encoded valueoffset - the offset within the buffer at which the encoded value
resides
ObjectInstanceHandle corresponding to the decoded
value
CouldNotDecode - if the handle could not be decoded
FederateNotExecutionMember - if the federate is not a member of
the execution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||