|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Service
Services are Java objects that have a lifecycle, a service can be started, stopped, asked for its state and reconfigured. The ServiceManager class is used to manage services.
| 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. |
| Methods inherited from interface com.groiss.component.Lifecycle |
|---|
shutdown, startup |
| Method Detail |
|---|
boolean isRunning()
void reconfigure()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||