public class RemovedState extends NodeState
NodeState.OPERATION| Constructor and Description |
|---|
RemovedState() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleClear(NodeStateContext nodeStateContext) |
void |
handleClose(NodeStateContext nodeStateContext) |
void |
handleCommit(NodeStateContext nodeStateContext) |
void |
handleContains(NodeStateContext nodeStateContext) |
void |
handleDetach(NodeStateContext nodeStateContext) |
void |
handleFind(NodeStateContext nodeStateContext) |
void |
handleFlush(NodeStateContext nodeStateContext) |
void |
handleGetReference(NodeStateContext nodeStateContext) |
void |
handleLock(NodeStateContext nodeStateContext) |
void |
handleMerge(NodeStateContext nodeStateContext) |
void |
handlePersist(NodeStateContext nodeStateContext) |
void |
handleRefresh(NodeStateContext nodeStateContext) |
void |
handleRemove(NodeStateContext nodeStateContext) |
void |
handleRollback(NodeStateContext nodeStateContext) |
void |
initialize(NodeStateContext nodeStateContext) |
moveNodeToNextState, recursivelyPerformOperationpublic void initialize(NodeStateContext nodeStateContext)
initialize in class NodeStatepublic void handlePersist(NodeStateContext nodeStateContext)
handlePersist in class NodeStatepublic void handleRemove(NodeStateContext nodeStateContext)
handleRemove in class NodeStatepublic void handleRefresh(NodeStateContext nodeStateContext)
handleRefresh in class NodeStatepublic void handleMerge(NodeStateContext nodeStateContext)
handleMerge in class NodeStatepublic void handleFind(NodeStateContext nodeStateContext)
handleFind in class NodeStatepublic void handleClose(NodeStateContext nodeStateContext)
handleClose in class NodeStatepublic void handleClear(NodeStateContext nodeStateContext)
handleClear in class NodeStatepublic void handleFlush(NodeStateContext nodeStateContext)
handleFlush in class NodeStatepublic void handleLock(NodeStateContext nodeStateContext)
handleLock in class NodeStatepublic void handleDetach(NodeStateContext nodeStateContext)
handleDetach in class NodeStatepublic void handleCommit(NodeStateContext nodeStateContext)
handleCommit in class NodeStatepublic void handleRollback(NodeStateContext nodeStateContext)
handleRollback in class NodeStatepublic void handleGetReference(NodeStateContext nodeStateContext)
handleGetReference in class NodeStatepublic void handleContains(NodeStateContext nodeStateContext)
handleContains in class NodeStateCopyright © 2015. All Rights Reserved.