Package org.npsnet.xrti

The Extensible Run-Time Infrastructure.

See:
          Description

Class Summary
AttributeDescriptor Describes an attribute.
DefaultMessageChannelFactory The default message channel factory.
DescriptorManager Manages a set of descriptors that represent features of the federation (object classes, interaction classes, and so on).
DimensionDescriptor Describes a dimension.
ExecutiveClientAmbassador A special version of the XRTIAmbassador that the XRTIExecutive uses to address its clients.
FederationExecutionAmbassador A special version of the XRTIAmbassador that the XRTIExecutive uses to address federation executions.
HLAMessage HLAMessage represents one message which can be received by time constrained federate.
HLAMessageDeleteObjectInstance HLAMessageDeleteObjectInstance
HLAMessageSendInteraction HLAMessageSendInteraction
HLAMessageUpdateAttributeValues HLAMessageUpdateAttributeValues
InteractionClassDescriptor Describes an interaction class.
InternetMessageChannel An Internet message channel.
InternetMessageChannelAcceptor An acceptor for Internet message channels.
MessageChannel The abstract base class of all message channels.
MessageChannelAcceptor The abstract base class of all message channel acceptors.
MessageChannelFactory The abstract base class of all message channel factories.
ObjectClassDescriptor Describes an object class.
ObjectInstanceDescriptor Describes an object instance.
ParameterDescriptor Describes a parameter.
ReceiveOrderQueue ReceiveOrderQueue represents FIFO receive queue for receive order (RO) messages.
RegionDescriptor Describes a region.
SynchronizationPoint SynchronizationPoint represents federation synchronization point.
TimeStampQueue TimeStampQueue represents priority time stamp queue for time stamp order (TSO) messages.
XRTIAmbassador The principal interface of the run-time infrastructure.
XRTIAttributeHandle Type-safe handle for an attribute.
XRTIAttributeHandleFactory The factory is used only (outside of the RTI) to create AttributeHandles received as attribute or parameter values.
XRTIAttributeHandleSet All Set operations are required, none are optional.
XRTIAttributeHandleSetFactory A factory for AttributeHandleSets.
XRTIAttributeHandleValueMap Keys are AttributeHandles; values are byte[].
XRTIAttributeHandleValueMapFactory Factory for AttributeHandleValueMap instances.
XRTIAttributeSetRegionSetPairList This packages the attributes supplied to the RTI for various DDM services with the regions to be used with the attributes.
XRTIAttributeSetRegionSetPairListFactory Factory for AttributeSetRegionSetPairList instances.
XRTIDimensionHandle Type-safe handle for a dimension.
XRTIDimensionHandleFactory This factory is used only (outside of the RTI) to create DimensionHandles received as attribute or parameter values.
XRTIDimensionHandleSet All Set operations are required, none are optional.
XRTIDimensionHandleSetFactory A factory for DimensionHandleSet instances.
XRTIExecutive The XRTI executive application.
XRTIExecutiveDebugWindow XRTIExecutiveDebugWindow displays various debug informations about the XRTIExecutive application.
XRTIExecutiveFederateWindow XRTIExecutiveFederateWindow displays various informations about the federate.
XRTIExecutiveMainWindow XRTIExecutiveMainWindow is the main window for the XRTI Executive application.
XRTIFederateHandle Type-safe handle for a federate.
XRTIFederateHandleFactory This factory is used only (outside of the RTI) to create FederateHandle objects corresponding to federate handles received as attribute or parameter values.
XRTIFederateHandleSet All Set operations are required, none are optional.
XRTIFederateHandleSetFactory A factory for FederateHandleSet instances.
XRTIInteractionClassHandle Type-safe handle for an interaction class.
XRTIInteractionClassHandleFactory This factory is used only (outside of the RTI) to create InteractionClassHandles corresponding to interaction class handles received as attribute or parameter values.
XRTIMessageRetractionHandle A handle associated with messages that may be used to request and perform retractions.
XRTIObjectClassHandle Type-safe handle for an object class.
XRTIObjectClassHandleFactory A factory for ObjectClassHandles.
XRTIObjectInstanceHandle Type-safe handle for an object instance.
XRTIObjectInstanceHandleFactory A factory for ObjectInstanceHandles.
XRTIParameterHandle Type-safe handle for a parameter.
XRTIParameterHandleFactory A factory for ParameterHandles.
XRTIParameterHandleValueMap Maps ParameterHandles to byte[]s.
XRTIParameterHandleValueMapFactory A factory for ParameterHandleValueMap instances.
XRTIRegionHandle A type-safe handle for a region.
XRTIRegionHandleSet A set of RegionHandles.
XRTIRegionHandleSetFactory A factory for RegionHandleSets.
 

Package org.npsnet.xrti Description

The Extensible Run-Time Infrastructure.