com.ibm.dse.appl.ej.server
Class DisconnectJournalStep

java.lang.Object
  |
  +--com.ibm.dse.base.OperationStep
        |
        +--com.ibm.dse.appl.ej.server.DisconnectJournalStep

public class DisconnectJournalStep
extends OperationStep

The DisconnectJournalStep class is used to disconnect journal service from database

See Also:
OperationStep

Fields inherited from class com.ibm.dse.base.OperationStep
params, RC_ERROR, RC_OK
 
Constructor Summary
DisconnectJournalStep()
           
 
Method Summary
protected  void disconnect()
          Disconnect from database
 int execute()
          Execute the step.
 
Methods inherited from class com.ibm.dse.base.OperationStep
addElement, getApplicationId, getContext, getElementAt, getFormat, getFormats, getKeyedCollection, getName, getOperation, getParams, getParent, getService, getValueAt, removeAt, setApplicationId, setName, setOperation, setParams, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisconnectJournalStep

public DisconnectJournalStep()
Method Detail

disconnect

protected void disconnect()
                   throws DSEException
Disconnect from database

execute

public int execute()
            throws java.lang.Exception
Execute the step. This method will start the disconnection
Overrides:
execute in class OperationStep
Returns:
int a result code
Throws:
java.lang.Exception - throws when problem occurs in step