| com.caucho.management.server.DeployControllerMXBean
All known Subclasses: com.caucho.server.deploy.DeployControllerAdmin,
DeployControllerMXBean | public interface DeployControllerMXBean extends ManagedObjectMXBean(Code) | | Management interface for the deploy controller.
|
Method Summary | |
public long | getRedeployCheckInterval() Returns the interval between redploy checks. | public String | getRedeployMode() Returns the redeploy mode, one of "default", "automatic", "lazy", or "manual". | public Date | getStartTime() Returns the time the controller was last started. | public String | getStartupMode() Returns the startup mode, one of "default", "automatic", "lazy", or "manual". | public String | getState() Returns the controller's state. | public void | restart() Restarts the instance. | public void | start() Starts the instance. | public void | stop() Stops the instance. | public void | update() Restarts the instance if any changes are detected. |
getRedeployCheckInterval | public long getRedeployCheckInterval()(Code) | | Returns the interval between redploy checks.
|
getRedeployMode | public String getRedeployMode()(Code) | | Returns the redeploy mode, one of "default", "automatic", "lazy", or "manual".
|
getStartTime | public Date getStartTime()(Code) | | Returns the time the controller was last started.
|
getStartupMode | public String getStartupMode()(Code) | | Returns the startup mode, one of "default", "automatic", "lazy", or "manual".
|
getState | public String getState()(Code) | | Returns the controller's state.
|
update | public void update() throws Exception(Code) | | Restarts the instance if any changes are detected.
|
|
|