public interface ServiceContextOperation
| Modifier and Type | Method and Description |
|---|---|
void |
postStart()
Performs tenant context startu.
|
void |
preStart()
Performs tenant context startup.
|
void |
restart()
Restarts all services, tenant context becomes Active again.
|
void |
start()
Performs tenant context startup, tenant context becomes Active afterwards.
|
void |
stop()
Stops all services, tenant context becomes Inactive.
|
void |
terminate()
Turns tenant context to Terminated state.
|
void start()
throws JpsException
JpsException
void preStart()
throws JpsException
JpsException
void postStart()
throws JpsException
JpsException
void stop()
throws JpsException
JpsException
void restart()
throws JpsException
JpsException
void terminate()
throws JpsException
JpsException