public class NullDeployer extends java.lang.Object implements StatefulDeployer
StatefulDeployer.HandleStateful.State| Constructor and Description |
|---|
NullDeployer() |
| Modifier and Type | Method and Description |
|---|---|
StatefulDeployer.Handle |
attachDisabledStateChangeListener(java.lang.Object listener) |
StatefulDeployer.Handle |
attachStateChangeListener(java.lang.Object listener)
Attaches a listener for events from the
DeployerStateChange category. |
void |
cancel(int deploySequenceId,
DeployShell shell)
No-op
|
boolean |
canDeploy(int deploySequenceId)
Indicate whether the deployer (or if its a composite deployer then any of
its contained deployers) is capable of deploying the task indicated by
the DeploymentSequenceId.
|
void |
deploy(int deploySequenceId,
DeployShell shell)
No-op.
|
void |
finish(int deploySequenceId,
DeployShell shell)
No-op.
|
void |
initializeState()
Transition from 'Uninitialized' to 'Initialized'.
|
void |
invalidateState()
Transition from 'Valid' to 'Initialized' state.
|
void |
prepare(int deploySequenceId,
DeployShell shell)
No-op.
|
void |
releaseState()
Release state and any resources its holding.
|
public void prepare(int deploySequenceId,
DeployShell shell)
throws DeployException
prepare in interface DeployerdeploySequenceId - shell - DeployExceptionpublic void deploy(int deploySequenceId,
DeployShell shell)
throws DeployException
deploy in interface DeployerdeploySequenceId - shell - DeployExceptionpublic void finish(int deploySequenceId,
DeployShell shell)
public void cancel(int deploySequenceId,
DeployShell shell)
public boolean canDeploy(int deploySequenceId)
Deployerpublic void initializeState()
StatefulinitializeState in interface Statefulpublic void invalidateState()
StatefulinvalidateState in interface Statefulpublic void releaseState()
StatefulreleaseState in interface Statefulpublic StatefulDeployer.Handle attachStateChangeListener(java.lang.Object listener)
StatefulDeployerDeployerStateChange category.attachStateChangeListener in interface StatefulDeployerpublic StatefulDeployer.Handle attachDisabledStateChangeListener(java.lang.Object listener)
attachDisabledStateChangeListener in interface StatefulDeployer