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

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

public class ConnectJournalStep
extends OperationStep

The ConnectJournalStep class is use connect journal service to database

See Also:
OperationStep

Fields inherited from class com.ibm.dse.base.OperationStep
params, RC_ERROR, RC_OK
 
Constructor Summary
ConnectJournalStep()
           
 
Method Summary
protected  void connect()
          Connect to 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

ConnectJournalStep

public ConnectJournalStep()
Method Detail

connect

protected void connect()
                throws DSEException
Connect to database

execute

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