|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Startable
An interface to startable objects, which can be started and stopped with the defined methods.
| Method Summary | |
|---|---|
boolean |
isStarted()
Checks whether the startable has been started. |
void |
start()
Starts the MBean. |
void |
stop()
Stops the MBean. |
| Method Detail |
|---|
boolean isStarted()
void start()
throws Exception
Exception - if start fails.void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||