|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.openorb.ots.ManagerCallbackPackage.HeuristicKind
public final class HeuristicKind
Heuristic kind for heuristic reports
| Field Summary | |
|---|---|
static int |
_commit
Enum member commit value |
static int |
_hazard
Enum member hazard value |
static int |
_mixed
Enum member mixed value |
static int |
_rollback
Enum member rollback value |
static HeuristicKind |
commit
Enum member commit |
static HeuristicKind |
hazard
Enum member hazard |
static HeuristicKind |
mixed
Enum member mixed |
static HeuristicKind |
rollback
Enum member rollback |
| Method Summary | |
|---|---|
static HeuristicKind |
from_int(int value)
Return a enum member from its value. |
java.lang.Object |
readResolve()
Maintains singleton property for serialized enums. |
java.lang.String |
toString()
Return a string representation |
int |
value()
Return the internal member value |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _commit
public static final HeuristicKind commit
public static final int _rollback
public static final HeuristicKind rollback
public static final int _mixed
public static final HeuristicKind mixed
public static final int _hazard
public static final HeuristicKind hazard
| Method Detail |
|---|
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic int value()
public static HeuristicKind from_int(int value)
value - An enum value
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||