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