org.eodisp.hla.common.handles
Class AttributeHandleFactoryImpl

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

public class AttributeHandleFactoryImpl
extends java.lang.Object
implements AttributeHandleFactory

Use hla.rti.RTIambassador#getFederateHandleFactory() to retrieve an instance of this class.

Author:
ibirrer
See Also:
Serialized Form

Constructor Summary
AttributeHandleFactoryImpl()
           
 
Method Summary
 AttributeHandle 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

AttributeHandleFactoryImpl

public AttributeHandleFactoryImpl()
Method Detail

decode

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