org.eodisp.hla.common.handles
Class ObjectInstanceHandleFactoryImpl

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

public class ObjectInstanceHandleFactoryImpl
extends java.lang.Object
implements ObjectInstanceHandleFactory

See Also:
Serialized Form

Constructor Summary
ObjectInstanceHandleFactoryImpl()
           
 
Method Summary
 ObjectInstanceHandle 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

ObjectInstanceHandleFactoryImpl

public ObjectInstanceHandleFactoryImpl()
Method Detail

decode

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