public interface StateManageableMBean
Modifier and Type | Method and Description |
---|---|
long |
getstartTime()
The time that the managed object was started (i.e.
|
int |
getstate()
The current state of this SMO.
|
void |
start()
Starts the SMO.
|
void |
startRecursive()
Starts the SMO.
|
void |
stop()
Stops the SMO.
|
int getstate()
long getstartTime()
void start()
void startRecursive()
void stop()