org.eodisp.hla.common.handles
Class ParameterHandleImpl

java.lang.Object
  extended by org.eodisp.hla.common.handles.HandleImpl
      extended by org.eodisp.hla.common.handles.ParameterHandleImpl
All Implemented Interfaces:
ParameterHandle, java.io.Serializable

public class ParameterHandleImpl
extends HandleImpl
implements ParameterHandle

A federation execution wide parameter handle.

Author:
ibirrer
See Also:
Serialized Form

Constructor Summary
ParameterHandleImpl(int id)
          
 
Method Summary
 
Methods inherited from class org.eodisp.hla.common.handles.HandleImpl
encode, encodedLength, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface hla.rti1516.ParameterHandle
encode, encodedLength, equals, hashCode, toString
 

Constructor Detail

ParameterHandleImpl

public ParameterHandleImpl(int id)