|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthla.rti.ResignAction
Represents a type of resignation action.
| Field Summary | |
static ResignAction |
CANCEL_PENDING_OWNERSHIP_ACQUISITIONS
Upon resignation, cancel pending ownership acquisitions. |
static ResignAction |
CANCEL_THEN_DELETE_THEN_DIVEST
Upon resignation, cancel pending ownership acquisitions, delete objects, and divest attributes. |
static ResignAction |
DELETE_OBJECTS
Upon resignation, delete objects. |
static ResignAction |
DELETE_OBJECTS_THEN_DIVEST
Upon resignation, delete objects and then divest attributes. |
static ResignAction |
NO_ACTION
Take no action upon resignation. |
static ResignAction |
UNCONDITIONALLY_DIVEST_ATTRIBUTES
Upon resignation, divest attributes unconditionally. |
private int |
value
The value of the instance. |
| Constructor Summary | |
private |
ResignAction(int pValue)
Private constructor. |
|
ResignAction(ResignAction otherResignAction)
Copy constructor. |
| Method Summary | |
boolean |
equals(java.lang.Object otherResignAction)
Compares this resignation action for equality with another. |
int |
hashCode()
Computes and returns a hash code corresponding to this resignation action. |
java.lang.String |
toString()
Returns a string representation of this resignation action. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ResignAction UNCONDITIONALLY_DIVEST_ATTRIBUTES
public static final ResignAction DELETE_OBJECTS
public static final ResignAction CANCEL_PENDING_OWNERSHIP_ACQUISITIONS
public static final ResignAction DELETE_OBJECTS_THEN_DIVEST
public static final ResignAction CANCEL_THEN_DELETE_THEN_DIVEST
public static final ResignAction NO_ACTION
private int value
| Constructor Detail |
public ResignAction(ResignAction otherResignAction)
otherResignAction - the resignation action object to copyprivate ResignAction(int pValue)
pValue - the integer value corresponding to this resignation action| Method Detail |
public boolean equals(java.lang.Object otherResignAction)
otherResignAction - the other resignation action
true if the two resignation actions are equal,
false otherwisepublic int hashCode()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||