com.caucho.server.deploy
Class DeployControllerState
java.lang.Object
com.caucho.server.admin.ManagementQueryReply
com.caucho.server.deploy.DeployControllerState
- All Implemented Interfaces:
- java.io.Serializable
public class DeployControllerState
- extends ManagementQueryReply
This class is used with web-app-stop, web-app-start, web-app-restart,
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeployControllerState
public DeployControllerState()
DeployControllerState
public DeployControllerState(java.lang.String tag,
LifecycleState state)
getState
public LifecycleState getState()
setState
public void setState(LifecycleState state)
getTag
public java.lang.String getTag()
setTag
public void setTag(java.lang.String tag)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object