public interface ManagerMXBean
Manager
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPulseURL()
Returns the URL for connecting to the Pulse application.
|
java.lang.String |
getStatusMessage()
Returns the last set status message.
|
boolean |
isRunning()
Returns whether the manager service is running on this member.
|
void |
setPulseURL(java.lang.String pulseURL)
Sets the URL for the Pulse application.
|
void |
setStatusMessage(java.lang.String message)
Sets the status message.
|
boolean |
start()
Starts the manager service.
|
boolean |
stop()
Stops the manager service.
|
boolean isRunning()
boolean start() throws javax.management.JMException
javax.management.JMException
boolean stop() throws javax.management.JMException
javax.management.JMException
java.lang.String getPulseURL()
void setPulseURL(java.lang.String pulseURL)
pulseURL
- The URL for the Pulse application.java.lang.String getStatusMessage()
void setStatusMessage(java.lang.String message)
message
- The status message.