|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.XRTIFederateHandleFactory
This factory is used only (outside of the RTI) to create
FederateHandle objects corresponding to federate
handles received as attribute or parameter values.
| Constructor Summary | |
XRTIFederateHandleFactory()
|
|
| Method Summary | |
FederateHandle |
decode(byte[] buffer,
int offset)
Decodes a federate handle within the specified buffer and returns a corresponding FederateHandle instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XRTIFederateHandleFactory()
| Method Detail |
public FederateHandle decode(byte[] buffer,
int offset)
throws CouldNotDecode,
FederateNotExecutionMember
FederateHandle instance.
decode in interface FederateHandleFactorybuffer - the buffer from which to decode the federate handleoffset - the offset within the buffer at which the encoded
federate handle resides
FederateHandle instance corresponding
to the encoded handle
CouldNotDecode - if the federate 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 | |||||||||