|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<TakeByIdsException.TakeByIdResult.TakeByIdResultType> org.openspaces.core.TakeByIdsException.TakeByIdResult.TakeByIdResultType
public static enum TakeByIdsException.TakeByIdResult.TakeByIdResultType
Determines the result type of a take by id operation result.
Enum Constant Summary | |
---|---|
ERROR
Operation failed - result contains the exception that caused the failure. |
|
NOT_FOUND
Operation succeeded - there's no object matching the corresponded Id. |
|
OBJECT
Operation succeeded - result contains the object matching the corresponded Id. |
Method Summary | |
---|---|
static TakeByIdsException.TakeByIdResult.TakeByIdResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TakeByIdsException.TakeByIdResult.TakeByIdResultType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 TakeByIdsException.TakeByIdResult.TakeByIdResultType ERROR
public static final TakeByIdsException.TakeByIdResult.TakeByIdResultType OBJECT
public static final TakeByIdsException.TakeByIdResult.TakeByIdResultType NOT_FOUND
Method Detail |
---|
public static TakeByIdsException.TakeByIdResult.TakeByIdResultType[] values()
for (TakeByIdsException.TakeByIdResult.TakeByIdResultType c : TakeByIdsException.TakeByIdResult.TakeByIdResultType.values()) System.out.println(c);
public static TakeByIdsException.TakeByIdResult.TakeByIdResultType 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
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |