Interface ProcessLifeCycle

All Known Subinterfaces:
ProcessManagement
All Known Implementing Classes:
ProcessManagementImpl

public interface ProcessLifeCycle
Interface of the private class ServerIdentity
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called when the server started Start all process
    void
    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