public interface DeployControllerMXBean extends ManagedObjectMXBean
Modifier and Type | Method and Description |
---|---|
boolean |
destroy() |
java.lang.String[] |
getClassPath()
Returns the classpath
|
java.lang.String |
getErrorMessage()
Returns any error message
|
java.lang.String |
getId() |
long |
getRedeployCheckInterval()
Returns the interval between redeploy checks.
|
java.lang.String |
getRedeployMode()
Returns the redeploy mode, one of "default", "automatic", "lazy", or "manual".
|
java.util.Map<java.lang.String,java.lang.String> |
getRepositoryMetaData()
Returns the repository metadata for the entry.
|
java.lang.String |
getRootDirectory()
Returns the root directory.
|
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.
|
getName, getObjectName, getType
java.lang.String getId()
java.lang.String getRootDirectory()
java.lang.String getStartupMode()
java.lang.String getRedeployMode()
@Units(value="milliseconds") long getRedeployCheckInterval()
java.lang.String[] getClassPath()
java.util.Map<java.lang.String,java.lang.String> getRepositoryMetaData()
java.lang.String getState()
java.lang.String getErrorMessage()
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
boolean destroy() throws java.lang.Exception
java.lang.Exception