copyright The Portico Project 2008.

org.portico.shared.msg
Class RTI_UnpublishObjectClass

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

public class RTI_UnpublishObjectClass
extends RTI_RequestMessage

See Also:
Serialized Form

Field Summary
private  HashSet<Integer> attributes
           
private  int classHandle
           
private static long serialVersionUID
           
 
Fields inherited from class org.portico.shared.msg.RTI_RequestMessage
targetFederate, timestamp
 
Constructor Summary
RTI_UnpublishObjectClass()
           
RTI_UnpublishObjectClass(int classHandle)
           
RTI_UnpublishObjectClass(int classHandle, HashSet<Integer> attributes)
           
 
Method Summary
 HashSet<Integer> getAttributes()
           
 int getClassHandle()
           
 boolean hasAttributes()
           
 void setAttributes(HashSet<Integer> attributes)
           
 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

attributes

private HashSet<Integer> attributes
Constructor Detail

RTI_UnpublishObjectClass

public RTI_UnpublishObjectClass()

RTI_UnpublishObjectClass

public RTI_UnpublishObjectClass(int classHandle)

RTI_UnpublishObjectClass

public RTI_UnpublishObjectClass(int classHandle,
                                HashSet<Integer> attributes)
Method Detail

getClassHandle

public int getClassHandle()

setClassHandle

public void setClassHandle(int classHandle)

getAttributes

public HashSet<Integer> getAttributes()

setAttributes

public void setAttributes(HashSet<Integer> attributes)

hasAttributes

public boolean hasAttributes()

copyright The Portico Project 2008.