|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAresignAction
Action to be performed by RTI in conjunction with resignation.
| Field Summary | |
static HLAresignAction |
CancelPendingAcquisitions
Enumerator #2. |
static HLAresignAction |
CancelPendingAcquisitionsThenDeleteObjectInstancesThenDivestOwnership
Enumerator #4. |
static HLAresignAction |
DeleteObjectInstances
Enumerator #1. |
static HLAresignAction |
DeleteObjectInstancesThenDivestOwnership
Enumerator #3. |
static HLAresignAction |
DivestOwnership
Enumerator #0. |
static HLAresignAction |
NoAction
Enumerator #5. |
| Constructor Summary | |
HLAresignAction()
Default constructor (DivestOwnership). |
|
HLAresignAction(HLAresignAction other)
Copy constructor. |
|
| Method Summary | |
static HLAresignAction |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAresignAction from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAresignAction to the specified stream. |
boolean |
equals(java.lang.Object other)
Compares this HLAresignAction for equality with another. |
int |
hashCode()
Computes and returns a hash code corresponding to this HLAresignAction. |
java.lang.String |
toString()
Returns a string representation of this HLAresignAction |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final HLAresignAction DivestOwnership
public static final HLAresignAction DeleteObjectInstances
public static final HLAresignAction CancelPendingAcquisitions
public static final HLAresignAction DeleteObjectInstancesThenDivestOwnership
public static final HLAresignAction CancelPendingAcquisitionsThenDeleteObjectInstancesThenDivestOwnership
public static final HLAresignAction NoAction
| Constructor Detail |
public HLAresignAction()
public HLAresignAction(HLAresignAction other)
other - the other HLAresignAction to copy| Method Detail |
public static HLAresignAction decode(HLAEncodingInputStream hlaeis)
throws java.io.IOException
hlaeis - the input stream to read from
java.io.IOException - if an error occurspublic boolean equals(java.lang.Object other)
other - the other HLAresignAction
true if the two enumerated types are equal,
false otherwisepublic int hashCode()
public void encode(HLAEncodingOutputStream hlaeos)
throws java.io.IOException
hlaeos - the stream to write to
java.io.IOException - if an error occurspublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||