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

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

public class EJCreateEntryStep
extends OperationStep

The EJCreateEntryStep class use journal service to create EJ entry in database

See Also:
OperationStep

Fields inherited from class com.ibm.dse.base.OperationStep
params, RC_ERROR, RC_OK
 
Constructor Summary
EJCreateEntryStep()
           
 
Method Summary
 int execute()
          Execute the step and create a new 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

EJCreateEntryStep

public EJCreateEntryStep()
Method Detail

execute

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