org.eodisp.hla.common.handles
Class ParameterHandleFactoryImpl

java.lang.Object
  extended by org.eodisp.hla.common.handles.ParameterHandleFactoryImpl
All Implemented Interfaces:
ParameterHandleFactory, java.io.Serializable

public class ParameterHandleFactoryImpl
extends java.lang.Object
implements ParameterHandleFactory

See Also:
Serialized Form

Constructor Summary
ParameterHandleFactoryImpl()
           
 
Method Summary
 ParameterHandle decode(byte[] buffer, int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterHandleFactoryImpl

public ParameterHandleFactoryImpl()
Method Detail

decode

public ParameterHandle decode(byte[] buffer,
                              int offset)
                       throws CouldNotDecode,
                              FederateNotExecutionMember
Specified by:
decode in interface ParameterHandleFactory
Throws:
CouldNotDecode
FederateNotExecutionMember