|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IServerService
Base interface for all services the server uses. Allows for life cycle management of services.
| Method Summary | |
|---|---|
void |
close()
Close the service |
boolean |
getIsStarted()
Determine if the service is started |
void |
registerMBean(javax.management.MBeanServer mbServer,
javax.management.ObjectName parentObjectName)
Register the service with the server's jmx server |
void |
start()
Start the service |
void |
stop()
Stop the service |
| Method Detail |
|---|
void start()
throws AnzoException
AnzoException
void stop()
throws AnzoException
AnzoException
boolean getIsStarted()
throws AnzoException
AnzoException
void close()
throws AnzoException
AnzoException
void registerMBean(javax.management.MBeanServer mbServer,
javax.management.ObjectName parentObjectName)
mbServer - the jmx serverparentObjectName - the name under which this object will be registered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||