org.portico.shared.msg
Class RTI_JoinFederation
java.lang.Object
com.lbf.commons.messaging.RequestMessage
org.portico.shared.msg.RTI_RequestMessage
org.portico.shared.msg.RTI_JoinFederation
- All Implemented Interfaces:
- Serializable
public class RTI_JoinFederation
- extends RTI_RequestMessage
Contains information relevant to joining a federation. NOTE: Not all properties are
expected to be set at the same time or are for use by the RTI. The server connection instance
generally remains null until processing within the RTI-side binding begins. At this point, the
bindings can instantiate an appropriate binding-specific RTIConnection
subclass and store it so that it can be extracted and used when the various RTI federate
representations are created.
- See Also:
- Serialized Form
Methods inherited from class com.lbf.commons.messaging.RequestMessage |
getIdentifier, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
federateName
private String federateName
federationName
private String federationName
serverConnection
private transient Object serverConnection
RTI_JoinFederation
public RTI_JoinFederation()
RTI_JoinFederation
public RTI_JoinFederation(String federateName,
String federationName)
getFederateName
public String getFederateName()
setFederateName
public void setFederateName(String federateName)
getFederationName
public String getFederationName()
setFederationName
public void setFederationName(String federationName)
getServerConnection
public Object getServerConnection()
setServerConnection
public void setServerConnection(Object connection)