|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wfs.transaction.TransactionOperation
public abstract class TransactionOperation
Abstract base class for the operations that can occur inside a Transaction
request.
Transaction
Nested Class Summary | |
---|---|
static class |
TransactionOperation.Type
Convenience enum type for discriminating the different operation types. |
Constructor Summary | |
---|---|
protected |
TransactionOperation(String handle)
Creates a new TransactionOperation with an optional handle. |
Method Summary | |
---|---|
String |
getHandle()
Returns the idenfifier of the operation. |
abstract TransactionOperation.Type |
getType()
Returns the type of operation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TransactionOperation(String handle)
TransactionOperation
with an optional handle.
handle
- identifier for the operation, may be nullMethod Detail |
---|
public abstract TransactionOperation.Type getType()
TransactionOperation
.
public String getHandle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |