copyright The Portico Project 2008.

org.portico.shared.msg
Class RTI_SyncPointReg

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

public class RTI_SyncPointReg
extends RTI_RequestMessage

This message represents a request to register a sync point with the federation

See Also:
Serialized Form

Field Summary
private  HashSet<Integer> handleSet
           
private  String label
           
private static long serialVersionUID
           
private  byte[] tag
           
 
Fields inherited from class org.portico.shared.msg.RTI_RequestMessage
targetFederate, timestamp
 
Constructor Summary
RTI_SyncPointReg()
           
RTI_SyncPointReg(String label, byte[] tag)
           
RTI_SyncPointReg(String label, byte[] tag, HashSet<Integer> handleSet)
           
 
Method Summary
 HashSet<Integer> getHandleSet()
           
 String getLabel()
           
 byte[] getTag()
           
 void setHandleSet(Set<Integer> set)
           
 void setLabel(String label)
           
 void setTag(byte[] tag)
           
 
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

label

private String label

tag

private byte[] tag

handleSet

private HashSet<Integer> handleSet
Constructor Detail

RTI_SyncPointReg

public RTI_SyncPointReg()

RTI_SyncPointReg

public RTI_SyncPointReg(String label,
                        byte[] tag)

RTI_SyncPointReg

public RTI_SyncPointReg(String label,
                        byte[] tag,
                        HashSet<Integer> handleSet)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getTag

public byte[] getTag()

setTag

public void setTag(byte[] tag)

getHandleSet

public HashSet<Integer> getHandleSet()

setHandleSet

public void setHandleSet(Set<Integer> set)

copyright The Portico Project 2008.