|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.XRTIParameterHandleFactory
A factory for ParameterHandles. This factory is used only
(outside of the run-time infrastructure) to create
ParameterHandles received as attribute or parameter values.
| Constructor Summary | |
XRTIParameterHandleFactory()
|
|
| Method Summary | |
ParameterHandle |
decode(byte[] buffer,
int offset)
Decodes a parameter 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 XRTIParameterHandleFactory()
| Method Detail |
public ParameterHandle decode(byte[] buffer,
int offset)
throws CouldNotDecode,
FederateNotExecutionMember
decode in interface ParameterHandleFactorybuffer - the buffer that contains the encoded parameter
handleoffset - the offset within the buffer at which the
parameter handle is stored
ParameterHandle representing the
decoded handle
CouldNotDecode - if the parameter 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 | |||||||||