org.npsnet.xrti.proxies
Interface HLAtransportation

All Superinterfaces:
HLAobjectRoot, HLAreflection
All Known Implementing Classes:
HLAtransportationProxy

public interface HLAtransportation
extends HLAreflection

Autogenerated object instance interface.

Author:
org.npsnet.xrti.utilities.ProxyCompiler

Method Summary
 void addHLAtransportationListener(HLAtransportationListener l)
          Adds a listener for the attributes associated with the HLAtransportation class.
 java.lang.String getDescription()
          Returns the value of the description attribute.
 void removeHLAtransportationListener(HLAtransportationListener l)
          Removes a listener for the attributes associated with the HLAtransportation class.
 void setDescription(java.lang.String pDescription, byte[] userSuppliedTag)
          Sets the value of the description attribute.
 
Methods inherited from interface org.npsnet.xrti.proxies.HLAreflection
addHLAreflectionListener, getName, removeHLAreflectionListener, setName
 
Methods inherited from interface org.npsnet.xrti.proxies.HLAobjectRoot
addHLAobjectRootListener, removeHLAobjectRootListener
 

Method Detail

addHLAtransportationListener

public void addHLAtransportationListener(HLAtransportationListener l)
Adds a listener for the attributes associated with the HLAtransportation class.

Parameters:
l - the listener to add

removeHLAtransportationListener

public void removeHLAtransportationListener(HLAtransportationListener l)
Removes a listener for the attributes associated with the HLAtransportation class.

Parameters:
l - the listener to remove

setDescription

public void setDescription(java.lang.String pDescription,
                           byte[] userSuppliedTag)
                    throws ObjectInstanceNotKnown,
                           AttributeNotDefined,
                           AttributeNotOwned,
                           FederateNotExecutionMember,
                           SaveInProgress,
                           RestoreInProgress,
                           RTIinternalError
Sets the value of the description attribute.

Parameters:
pDescription - the new attribute value
userSuppliedTag - a user-supplied tag to associate with the action
Throws:
ObjectInstanceNotKnown - if the object instance is unknown
AttributeNotDefined - if one of the attributes is undefined
AttributeNotOwned - if one of the attributes is not owned
FederateNotExecutionMember - if the federate is not a member of an execution
SaveInProgress - if a save operation is in progress
RestoreInProgress - if a restore operation is in progress
RTIinternalError - if an internal error occurred in the run-time infrastructure

getDescription

public java.lang.String getDescription()
Returns the value of the description attribute.

Returns:
the current attribute value