|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.groiss.component.ServiceAdapter
public class ServiceAdapter
This is an adapter class for the service interface
Constructor Summary | |
---|---|
ServiceAdapter()
|
Method Summary | |
---|---|
boolean |
isRunning()
Ask the object if it has been started |
void |
reconfigure()
Reconfigure gives the service the chance to react on configuration changes. |
void |
shutdown()
This method is called on shutdown. |
void |
startup()
This method is called when the object is "started". |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceAdapter()
Method Detail |
---|
public void startup()
Lifecycle
startup
in interface Lifecycle
public void shutdown()
Lifecycle
shutdown
in interface Lifecycle
public boolean isRunning()
Service
isRunning
in interface Service
public void reconfigure()
Service
reconfigure
in interface Service
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |