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
JpsExceptionvoid preStart()
       throws JpsException
JpsExceptionvoid postStart()
        throws JpsException
JpsExceptionvoid stop() throws JpsException
JpsExceptionvoid restart()
      throws JpsException
JpsExceptionvoid terminate()
        throws JpsException
JpsException