|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.XRTIDimensionHandleFactory
This factory is used only (outside of the RTI) to create
DimensionHandles received as attribute or parameter
values.
| Constructor Summary | |
XRTIDimensionHandleFactory()
|
|
| Method Summary | |
DimensionHandle |
decode(byte[] buffer,
int offset)
Decodes a dimension handle 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 XRTIDimensionHandleFactory()
| Method Detail |
public DimensionHandle decode(byte[] buffer,
int offset)
throws CouldNotDecode,
FederateNotExecutionMember
decode in interface DimensionHandleFactorybuffer - the buffer containing the encoded handleoffset - the location of the handle within the buffer
DimensionHandle instance
corresponding to the decoded handle
CouldNotDecode - if the dimension 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 | |||||||||