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