|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.XRTIAttributeHandleFactory
The factory is used only (outside of the RTI) to create AttributeHandles
received as attribute or parameter values.
| Constructor Summary | |
XRTIAttributeHandleFactory()
|
|
| Method Summary | |
AttributeHandle |
decode(byte[] buffer,
int offset)
Decodes an attribute handle, returning a new instance of AttributeHandle. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XRTIAttributeHandleFactory()
| Method Detail |
public AttributeHandle decode(byte[] buffer,
int offset)
throws CouldNotDecode,
FederateNotExecutionMember
AttributeHandle.
decode in interface AttributeHandleFactorybuffer - the encoded attribute handleoffset - the offset of the handle data in the buffer
AttributeHandle corresponding
to the encoded handle
CouldNotDecode - if the attribute 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 | |||||||||