Package fr.gouv.vitam.common.lifecycle
Interface ProcessLifeCycle
-
- All Known Subinterfaces:
ProcessManagement
- All Known Implementing Classes:
ProcessManagementImpl
public interface ProcessLifeCycleInterface of the private class ServerIdentity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstartProcess()This method is called when the server started Start all processvoidstopProcess()This method is called when the server is going to stop Stop all process
-