copyright The Portico Project 2008.

org.portico.shared.msg
Class RTI_PublishInteractionClass

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_PublishInteractionClass
All Implemented Interfaces:
Serializable

public class RTI_PublishInteractionClass
extends RTI_RequestMessage

See Also:
Serialized Form

Field Summary
private  int classHandle
           
private static long serialVersionUID
           
 
Fields inherited from class org.portico.shared.msg.RTI_RequestMessage
targetFederate, timestamp
 
Constructor Summary
RTI_PublishInteractionClass()
           
RTI_PublishInteractionClass(int classHandle)
           
 
Method Summary
 int getClassHandle()
           
 void setClassHandle(int classHandle)
           
 
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

classHandle

private int classHandle
Constructor Detail

RTI_PublishInteractionClass

public RTI_PublishInteractionClass()

RTI_PublishInteractionClass

public RTI_PublishInteractionClass(int classHandle)
Method Detail

getClassHandle

public int getClassHandle()

setClassHandle

public void setClassHandle(int classHandle)

copyright The Portico Project 2008.