|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeployControllerMXBean
Management interface for the deploy controller.
| Method Summary | |
|---|---|
long |
getRedeployCheckInterval()
Returns the interval between redploy checks. |
java.lang.String |
getRedeployMode()
Returns the redeploy mode, one of "default", "automatic", "lazy", or "manual". |
java.util.Date |
getStartTime()
Returns the time the controller was last started. |
java.lang.String |
getStartupMode()
Returns the startup mode, one of "default", "automatic", "lazy", or "manual". |
java.lang.String |
getState()
Returns the controller's state. |
void |
restart()
Restarts the instance. |
void |
start()
Starts the instance. |
void |
stop()
Stops the instance. |
void |
update()
Restarts the instance if any changes are detected. |
| Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
|---|
getName, getObjectName, getType |
| Method Detail |
|---|
java.lang.String getStartupMode()
java.lang.String getRedeployMode()
@Units(value="milliseconds") long getRedeployCheckInterval()
java.lang.String getState()
java.util.Date getStartTime()
void start()
throws java.lang.Exception
java.lang.Exception
void stop()
throws java.lang.Exception
java.lang.Exception
void restart()
throws java.lang.Exception
java.lang.Exception
void update()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||