com.ibm.j2ca.extension.commandpattern
Class NodeLevelOperations

java.lang.Object
  extended bycom.ibm.j2ca.extension.commandpattern.NodeLevelOperations

public class NodeLevelOperations
extends java.lang.Object


Field Summary
static java.lang.String CREATE_NODE
          Comment for CREATE_NODE Create this node.
static java.lang.String DELETE_NODE
          Comment for DELETE_NODE Delete this node.
static java.lang.String EXECUTE_NODE
          Comment for EXECUTE_NODE Execute this node.
static java.lang.String NO_OPERATION
          Comment for NO_OPERATION Commands created for this operation should do nothing, but you must still create a command in the factory for this operation.
static java.lang.String RETRIEVE_ALL
          Comment for RETRIEVE_ALL Retrieve a result set based on the contents of this node.
static java.lang.String RETRIEVE_STRUCTURE
          Comment for RETRIEVE_STRUCTURE Retrieve the whole data strucutre based on keys in this node.
static java.lang.String UPDATE_NODE
          Comment for UPDATE_NODE Update this node.
 
Constructor Summary
NodeLevelOperations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UPDATE_NODE

public static final java.lang.String UPDATE_NODE
Comment for UPDATE_NODE Update this node.

See Also:
Constant Field Values

CREATE_NODE

public static final java.lang.String CREATE_NODE
Comment for CREATE_NODE Create this node.

See Also:
Constant Field Values

DELETE_NODE

public static final java.lang.String DELETE_NODE
Comment for DELETE_NODE Delete this node.

See Also:
Constant Field Values

RETRIEVE_STRUCTURE

public static final java.lang.String RETRIEVE_STRUCTURE
Comment for RETRIEVE_STRUCTURE Retrieve the whole data strucutre based on keys in this node.

See Also:
Constant Field Values

NO_OPERATION

public static final java.lang.String NO_OPERATION
Comment for NO_OPERATION Commands created for this operation should do nothing, but you must still create a command in the factory for this operation.

See Also:
Constant Field Values

EXECUTE_NODE

public static final java.lang.String EXECUTE_NODE
Comment for EXECUTE_NODE Execute this node.

See Also:
Constant Field Values

RETRIEVE_ALL

public static final java.lang.String RETRIEVE_ALL
Comment for RETRIEVE_ALL Retrieve a result set based on the contents of this node.

See Also:
Constant Field Values
Constructor Detail

NodeLevelOperations

public NodeLevelOperations()