com.ibm.dse.appl.ej.server
Class RetrieveSchemaInfoServerOperation
java.lang.Object
|
+--com.ibm.dse.base.DSEOperation
|
+--com.ibm.dse.base.DSEServerOperation
|
+--com.ibm.dse.appl.ej.server.RetrieveSchemaInfoServerOperation
- public class RetrieveSchemaInfoServerOperation
- extends DSEServerOperation
The RetrieveSchemaInfoServerOp is used to retrieve information
in a schema linked to a given journal service
- See Also:
DSEServerOperation
, Serialized Form
Method Summary |
void |
execute()
Execute the retrieve schema information operation |
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,
initializeFrom,
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,
toStrings,
toTags,
unchain,
writeExternal,
writeExternal,
xValidate |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
RetrieveSchemaInfoServerOperation
public RetrieveSchemaInfoServerOperation()
- This constructor creates a RetrieveSchemaInfoServerOperation object
RetrieveSchemaInfoServerOperation
public RetrieveSchemaInfoServerOperation(java.lang.String anOperationName)
throws java.io.IOException
- This constructor creates a RetrieveSchemaInfoServerOperation object
- Parameters:
anOperationName
- String, an operation name- Throws:
- IOException, - throws when probelm accessing SGML files
- See Also:
IOException
RetrieveSchemaInfoServerOperation
public RetrieveSchemaInfoServerOperation(java.lang.String anOperationName,
Context aParentContext)
throws java.io.IOException,
DSEInvalidRequestException
- This constructor creates a RetrieveSchemaInfoServerOperation object
- Parameters:
anOperationName
- String, an operation nameaParentContext
- Context, a parent context- Throws:
- IOException, - throws when probelm accessing SGML files
- DSEInvalidRequestException, - throws if request is invalid
- See Also:
IOException
,
DSEInvalidRequestException
,
Context
RetrieveSchemaInfoServerOperation
public RetrieveSchemaInfoServerOperation(java.lang.String anOperationName,
java.lang.String aParentContext)
throws java.io.IOException,
DSEObjectNotFoundException,
DSEInvalidRequestException
- This constructor creates a RetrieveSchemaInfoServerOperation object
- Parameters:
anOperationName
- String, an operation nameaParentContext
- 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
execute
public void execute()
throws java.lang.Exception
- Execute the retrieve schema information operation
- Overrides:
- execute in class DSEServerOperation
- Throws:
- java.lang.Exception - throws when problem occurs in the operation