|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.j2ca.extension.commandpattern.NodeLevelOperations
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 |
public static final java.lang.String UPDATE_NODE
UPDATE_NODE
Update this node.
public static final java.lang.String CREATE_NODE
CREATE_NODE
Create this node.
public static final java.lang.String DELETE_NODE
DELETE_NODE
Delete this node.
public static final java.lang.String RETRIEVE_STRUCTURE
RETRIEVE_STRUCTURE
Retrieve the whole data strucutre based on keys in this node.
public static final java.lang.String NO_OPERATION
NO_OPERATION
Commands created for this operation should do nothing, but you must still create a command in the factory for this operation.
public static final java.lang.String EXECUTE_NODE
EXECUTE_NODE
Execute this node.
public static final java.lang.String RETRIEVE_ALL
RETRIEVE_ALL
Retrieve a result set based on the contents of this node.
Constructor Detail |
public NodeLevelOperations()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |