org.deegree_impl.services.wcas.protocol
Class CASOperation_Impl

java.lang.Object
  extended byorg.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
           
 
Fields inherited from interface org.deegree.services.wcas.protocol.CASOperation
OPERATION_DELETE, OPERATION_INSERT, OPERATION_LOCK, OPERATION_QUERY, OPERATION_UPDATE
 
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
 

Field Detail

handle

private java.lang.String handle
Constructor Detail

CASOperation_Impl

CASOperation_Impl(java.lang.String handle)
Creates a new CASOperation_Impl object.

Parameters:
handle -
Method Detail

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 -