|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GrouperRollbackType>
edu.internet2.middleware.grouper.hibernate.GrouperRollbackType
public enum GrouperRollbackType
Various types of rolling back
Enum Constant Summary | |
---|---|
ROLLBACK_IF_NEW_TRANSACTION
only rollback if this is a new transaction |
|
ROLLBACK_NOW
always rollback right now |
Method Summary | |
---|---|
static GrouperRollbackType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GrouperRollbackType |
valueOfIgnoreCase(java.lang.String string)
do a case-insensitive matching |
static GrouperRollbackType[] |
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 GrouperRollbackType ROLLBACK_NOW
public static final GrouperRollbackType ROLLBACK_IF_NEW_TRANSACTION
Method Detail |
---|
public static GrouperRollbackType[] values()
for (GrouperRollbackType c : GrouperRollbackType.values()) System.out.println(c);
public static GrouperRollbackType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static GrouperRollbackType valueOfIgnoreCase(java.lang.String string)
string
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |