|
copyright The Portico Project 2008. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.lbf.commons.messaging.RequestMessage
org.portico.shared.msg.RTI_RequestMessage
org.portico.shared.msg.RTI_SyncPointReg
public class RTI_SyncPointReg
This message represents a request to register a sync point with the federation
| 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 |
|---|
private static final long serialVersionUID
private String label
private byte[] tag
private HashSet<Integer> handleSet
| Constructor Detail |
|---|
public RTI_SyncPointReg()
public RTI_SyncPointReg(String label,
byte[] tag)
public RTI_SyncPointReg(String label,
byte[] tag,
HashSet<Integer> handleSet)
| Method Detail |
|---|
public String getLabel()
public void setLabel(String label)
public byte[] getTag()
public void setTag(byte[] tag)
public HashSet<Integer> getHandleSet()
public void setHandleSet(Set<Integer> set)
|
copyright The Portico Project 2008. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||