public interface ManagerMXBean
Manager
.Modifier and Type | Method and Description |
---|---|
String |
getPulseURL()
Returns the URL for connecting to the Pulse application.
|
String |
getStatusMessage()
Returns the last set status message.
|
boolean |
isRunning()
Returns whether the manager service is running on this member.
|
void |
setPulseURL(String pulseURL)
Sets the URL for the Pulse application.
|
void |
setStatusMessage(String message)
Sets the status message.
|
boolean |
start()
Starts the manager service.
|
boolean |
stop()
Stops the manager service.
|
boolean isRunning()
boolean start() throws JMException
JMException
- if an exception is encountered when starting the manager serviceboolean stop() throws JMException
JMException
- if an exception is encountered when stopping the manager serviceString getPulseURL()
void setPulseURL(String pulseURL)
pulseURL
- The URL for the Pulse application.String getStatusMessage()
void setStatusMessage(String message)
message
- The status message.