Interface ILifecycle

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      Gets the name of the thing to start
      void start​(org.eclipse.core.runtime.IProgressMonitor monitor)
      Starts the thing
      void stop​(org.eclipse.core.runtime.IProgressMonitor monitor)
      Stops the thing
    • Method Detail

      • start

        void start​(org.eclipse.core.runtime.IProgressMonitor monitor)
            throws Exception
        Starts the thing
        Parameters:
        monitor - optional progress monitor
        Throws:
        Exception - if start fails
        API:
        This public API is available in Java.
      • stop

        void stop​(org.eclipse.core.runtime.IProgressMonitor monitor)
           throws Exception
        Stops the thing
        Parameters:
        monitor - optional progress monitor
        Throws:
        Exception - if stop fails
        API:
        This public API is available in Java.
      • getName

        String getName()
        Gets the name of the thing to start
        Returns:
        name
        API:
        This public API is available in Java.
        Security:
        ContentManagement: SESSION IS SYSTEM
        ContentManagement: SESSION IS SYSTEM