org.glassfish.paas.orchestrator.state
Class PostDisableState
java.lang.Object
org.glassfish.paas.orchestrator.state.AbstractPaaSDeploymentState
org.glassfish.paas.orchestrator.state.PostDisableState
- All Implemented Interfaces:
- PaaSDeploymentState
@Service
public class PostDisableState
- extends AbstractPaaSDeploymentState
Note : This is purely a state used for testing purposes
ie., to check whether rollback of all of its previous states can be done.
- Author:
- Jagadish Ramu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostDisableState
public PostDisableState()
handle
public void handle(PaaSDeploymentContext context)
throws PaaSDeploymentException
- Throws:
PaaSDeploymentException
getRollbackState
public Class getRollbackState()
Copyright © 2012. All Rights Reserved.