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

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

public class EJUpdateEntryStep
extends OperationStep

The EJUpdateEntryStep class use the journal service to update EJ entry in database

See Also:
OperationStep

Fields inherited from class com.ibm.dse.base.OperationStep
params, RC_ERROR, RC_OK
 
Constructor Summary
EJUpdateEntryStep()
           
 
Method Summary
 int execute()
          Execute the step and start to update the EJ entry
 
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

EJUpdateEntryStep

public EJUpdateEntryStep()
Method Detail

execute

public int execute()
            throws java.lang.Exception
Execute the step and start to update the EJ entry
Overrides:
execute in class OperationStep
Returns:
int a result code
Throws:
java.lang.Exception - throws when problem occurs in step