|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.XRTIObjectClassHandleFactory
A factory for ObjectClassHandles. This factory is used only
(outside of the run-time infrastructure) to create ObjectClassHandles
received as attribute or parameter values.
| Constructor Summary | |
XRTIObjectClassHandleFactory()
|
|
| Method Summary | |
ObjectClassHandle |
decode(byte[] buffer,
int offset)
Decodes an object class handle stored within the specified buffer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XRTIObjectClassHandleFactory()
| Method Detail |
public ObjectClassHandle decode(byte[] buffer,
int offset)
throws CouldNotDecode,
FederateNotExecutionMember
decode in interface ObjectClassHandleFactorybuffer - the buffer that contains the encoded handleoffset - the offset within the buffer at which the encoded
handle is located
ObjectClassHandle representing the decoded
handle
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 | |||||||||