|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Transaction.ReleaseAction>
org.deegree.protocol.wfs.transaction.Transaction.ReleaseAction
public static enum Transaction.ReleaseAction
Controls how locked features are treated when a transaction request is completed.
| Enum Constant Summary | |
|---|---|
ALL
Indicates that the locks on all feature instances locked using the associated lockId should be released when the transaction completes, regardless of whether or not a particular feature instance in the locked set was actually operated upon. |
|
SOME
Indicates that only the locks on feature instances modified by the transaction should be released. |
|
| Method Summary | |
|---|---|
static Transaction.ReleaseAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Transaction.ReleaseAction[] |
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 Transaction.ReleaseAction ALL
public static final Transaction.ReleaseAction SOME
| Method Detail |
|---|
public static Transaction.ReleaseAction[] values()
for (Transaction.ReleaseAction c : Transaction.ReleaseAction.values()) System.out.println(c);
public static Transaction.ReleaseAction 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||