|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AccessedObjectsDetail.ConflictType>
com.sun.sgs.profile.AccessedObjectsDetail.ConflictType
public static enum AccessedObjectsDetail.ConflictType
Identifies a known type of conflict.
| Enum Constant Summary | |
|---|---|
ACCESS_NOT_GRANTED
Some requested access was not granted, e.g. |
|
DEADLOCK
Some access resulted in deadlock between transactions. |
|
NONE
There was no conflict caused by these object accesses. |
|
UNKNOWN
There was conflict, but the type of conflict is unknown. |
|
| Method Summary | |
|---|---|
static AccessedObjectsDetail.ConflictType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AccessedObjectsDetail.ConflictType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AccessedObjectsDetail.ConflictType DEADLOCK
public static final AccessedObjectsDetail.ConflictType ACCESS_NOT_GRANTED
public static final AccessedObjectsDetail.ConflictType UNKNOWN
public static final AccessedObjectsDetail.ConflictType NONE
| Method Detail |
|---|
public static AccessedObjectsDetail.ConflictType[] values()
for (AccessedObjectsDetail.ConflictType c : AccessedObjectsDetail.ConflictType.values()) System.out.println(c);
public static AccessedObjectsDetail.ConflictType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||