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
Modifier and TypeMethodDescriptionvoid
This method is called when the server started Start all processvoid
This method is called when the server is going to stop Stop all process
-
Method Details
-
startProcess
void startProcess()This method is called when the server started Start all process -
stopProcess
void stopProcess()This method is called when the server is going to stop Stop all process
-