org.deegree_impl.services.wcas.protocol
Class CASOperation_Impl
java.lang.Object
org.deegree_impl.services.wcas.protocol.CASOperation_Impl
- All Implemented Interfaces:
- CASOperation
- Direct Known Subclasses:
- CASDelete_Impl, CASInsert_Impl, CASUpdate_Impl
- public abstract class CASOperation_Impl
- extends java.lang.Object
- implements CASOperation
this is the basic interface of all catalog operations (insert, delete,
update):
--------------------------------------------------------------------
- Version:
- 2002-04-16
- Author:
- Andreas Poth
Field Summary |
private java.lang.String |
handle
|
Constructor Summary |
(package private) |
CASOperation_Impl(java.lang.String handle)
Creates a new CASOperation_Impl object. |
Method Summary |
java.lang.String |
getHandle()
handle is an useful variable to submit additional informations
to the catalog (service). |
void |
setHandle(java.lang.String handle)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
handle
private java.lang.String handle
CASOperation_Impl
CASOperation_Impl(java.lang.String handle)
- Creates a new CASOperation_Impl object.
- Parameters:
handle
-
getHandle
public java.lang.String getHandle()
- handle is an useful variable to submit additional informations
to the catalog (service).
- Specified by:
getHandle
in interface CASOperation
setHandle
public void setHandle(java.lang.String handle)
- Parameters:
handle
-