hla.rti1516.jlc
Interface RtiFactory

All Known Implementing Classes:
RtiFactoryImpl

public interface RtiFactory

Responsible to create an instance implementing the RTIambassador interface.


Method Summary
 RTIambassador getRtiAmbassador()
          Returns an object instance that implements the RTIambassador interface.
 java.lang.String RtiName()
          Returns the name of the RTI.
 java.lang.String RtiVersion()
          Returns the version of the RTI.
 

Method Detail

getRtiAmbassador

RTIambassador getRtiAmbassador()
                               throws RTIinternalError
Returns an object instance that implements the RTIambassador interface.

Returns:
an object instance that implements the RTIambassador interface.
Throws:
RTIinternalError - if, for any reason, the RTIambassador instance could not be received.

RtiName

java.lang.String RtiName()
Returns the name of the RTI.

Returns:
the name of the RTI.

RtiVersion

java.lang.String RtiVersion()
Returns the version of the RTI.

Returns:
the version of the RTI.