|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E54416-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceLifecycle
| Method Summary | |
|---|---|
void |
postStart()Performs service post initialization with other services available within the same context, start sub services or processes, e.g. |
void |
preStart()Performs service pre-initialization in Init state. |
void |
restart()Restarts an Inactive service, after restart, service becomes Active again. |
void |
start()Initializes service with bootstrap services, e.g. |
void |
stop()Stops service and the service becomes Inactive. |
void |
terminate()Completely terminate the service. |
| Method Detail |
|---|
void preStart()
throws JpsException
JpsException
void start()
throws JpsException
JpsException
void postStart()
throws JpsException
JpsException
void stop()
throws JpsException
JpsException
void restart()
throws JpsException
JpsException
void terminate()
throws JpsException
JpsException
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E54416-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||