copyright The Portico Project 2008.

org.portico.shared.msg
Class RTI_DestroyFederation

java.lang.Object
  extended by com.lbf.commons.messaging.RequestMessage
      extended by org.portico.shared.msg.RTI_RequestMessage
          extended by org.portico.shared.msg.RTI_DestroyFederation
All Implemented Interfaces:
Serializable

public class RTI_DestroyFederation
extends RTI_RequestMessage

This message represents a request to destroy a federation of the supplied name.

See Also:
Serialized Form

Field Summary
private  String federationName
           
private static long serialVersionUID
           
 
Fields inherited from class org.portico.shared.msg.RTI_RequestMessage
targetFederate, timestamp
 
Constructor Summary
RTI_DestroyFederation()
           
RTI_DestroyFederation(String federationName)
           
 
Method Summary
 String getFederationName()
           
 void setFederationName(String federationName)
           
 
Methods inherited from class org.portico.shared.msg.RTI_RequestMessage
bytesToString, getTargetFederate, getTimestamp, isTimestamped, readExternal, setTargetFederate, setTimestamp, stringToBytes, writeExternal
 
Methods inherited from class com.lbf.commons.messaging.RequestMessage
getIdentifier, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

federationName

private String federationName
Constructor Detail

RTI_DestroyFederation

public RTI_DestroyFederation()

RTI_DestroyFederation

public RTI_DestroyFederation(String federationName)
Method Detail

getFederationName

public String getFederationName()

setFederationName

public void setFederationName(String federationName)

copyright The Portico Project 2008.