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

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

public class RetrieveSchemaInfoClientOperation
extends DSEClientOperation

The RetrieveSchemaInfoClientOperation is used to retrieve information in a schema linked to a given journal service

See Also:
DSEServerOperation, Serialized Form

Fields inherited from class com.ibm.dse.base.DSEOperation
aOperationRepliedListener, externalizer
 
Constructor Summary
RetrieveSchemaInfoClientOperation()
          This constructor creates a RetrieveSchemaInfoClientOperation object
RetrieveSchemaInfoClientOperation(java.lang.String anOperationName)
          This constructor creates a RetrieveSchemaInfoClientOperation object
RetrieveSchemaInfoClientOperation(java.lang.String anOperationName, Context aParentContext)
          This constructor creates a RetrieveSchemaInfoClientOperation object
RetrieveSchemaInfoClientOperation(java.lang.String anOperationName, java.lang.String aParentContext)
          This constructor creates a RetrieveSchemaInfoClientOperation object
 
Methods inherited from class com.ibm.dse.base.DSEClientOperation
execute, 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
 

Constructor Detail

RetrieveSchemaInfoClientOperation

public RetrieveSchemaInfoClientOperation()
This constructor creates a RetrieveSchemaInfoClientOperation object

RetrieveSchemaInfoClientOperation

public RetrieveSchemaInfoClientOperation(java.lang.String anOperationName)
                                  throws java.io.IOException
This constructor creates a RetrieveSchemaInfoClientOperation object
Parameters:
anOperationName - String, an operation name
Throws:
IOException, - throws when probelm accessing SGML files
See Also:
IOException

RetrieveSchemaInfoClientOperation

public RetrieveSchemaInfoClientOperation(java.lang.String anOperationName,
                                         Context aParentContext)
                                  throws java.io.IOException,
                                         DSEInvalidRequestException
This constructor creates a RetrieveSchemaInfoClientOperation object
Parameters:
anOperationName - String, an operation name
aParentContext - Context, a parent context
Throws:
IOException, - throws when probelm accessing SGML files
DSEInvalidRequestException, - throws if request is invalid
See Also:
IOException, DSEInvalidRequestException, Context

RetrieveSchemaInfoClientOperation

public RetrieveSchemaInfoClientOperation(java.lang.String anOperationName,
                                         java.lang.String aParentContext)
                                  throws java.io.IOException,
                                         DSEObjectNotFoundException,
                                         DSEInvalidRequestException
This constructor creates a RetrieveSchemaInfoClientOperation object
Parameters:
anOperationName - String, an operation name
aParentContext - String, a parent context name
Throws:
IOException, - throws when probelm accessing SGML files
DSEInvalidRequestException, - throws if request is invalid
DSEObjectNotFoundException, - throws when the parent context is not found
See Also:
IOException, DSEInvalidRequestException, DSEObjectNotFoundException, Context