com.ibm.dse.appl.ej.client
Class EJQueryClientOperation

java.lang.Object
  |
  +--com.ibm.dse.base.DSEOperation
        |
        +--com.ibm.dse.base.DSEClientOperation
              |
              +--com.ibm.dse.appl.ej.client.EJQueryClientOperation

public class EJQueryClientOperation
extends DSEClientOperation

This operation is invoked to execute the EJ Query client operation. All its behavior is included in the set of operations steps defined inside the operation definition. See the SGML operations file for the client workstation.

See Also:
Serialized Form

Field Summary
protected  java.util.Vector aOperationRepliedListener
           
 
Fields inherited from class com.ibm.dse.base.DSEOperation
aOperationRepliedListener, externalizer
 
Constructor Summary
EJQueryClientOperation()
           
 
Method Summary
 void execute()
          Execute the Ej Query Client Operation.
 
Methods inherited from class com.ibm.dse.base.DSEClientOperation
getCSReplyFormat, getCSRequestFormat, getServerOperation, getServerOperationParentContext, initializeFrom, setCSReplyFormat, setCSRequestFormat, setServerOperation, setServerOperationParentContext, toStrings
 
Methods inherited from class com.ibm.dse.base.DSEOperation
addElement, addOperationRepliedListener, chainTo, chainToContextNamed, chainToCurrentContext, close, externalizer, fireHandleOperationRepliedEvent, getApplicationId, getContext, getContextByType, getContextName, getContextNamed, getElementAt, getExternalizer, getFormat, getFormats, getHostReceiveFormat, getHostSendFormat, getInstanceOfOperationStep, getKeyedCollection, getName, getOperationStep, getOperationStepRC, getOperationSteps, getParent, getSelfDefinedOpTagInputStream, getService, getServiceByType, getSessionId, getSgmlSelfDefinedOpFileName, getType, getValueAt, hasServices, initializeFormatFrom, initializeKeyedCollectionValueFrom, initializeOpStep, initializeOpStepsFrom, isCacheable, isChained, isContext, occurrencesNamed, prune, readExternal, readExternal, readObject, reinitialize, removeAt, removeExternal, removeOperationRepliedListener, setApplicationId, setContext, setContextName, setExternalizer, setHostReceiveFormat, setHostSendFormat, setKeyedCollection, setName, setSessionId, setType, setValueAt, toString, toTags, unchain, writeExternal, writeExternal, xValidate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

aOperationRepliedListener

protected transient java.util.Vector aOperationRepliedListener
Constructor Detail

EJQueryClientOperation

public EJQueryClientOperation()
Method Detail

execute

public void execute()
             throws java.lang.Exception
Execute the Ej Query Client Operation. Just overrided to manage the possible exceptions.
Overrides:
execute in class DSEClientOperation
Throws:
java.lang.Exception - throws for any runtime exception