Interface DaemonModule

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void initialize​(javax.jcr.Session session)
      Lifecycle callback method that is called when the component is started.
      void shutdown()
      Lifecycle callback method that is called by the repository before shutting down
    • Method Detail

      • initialize

        void initialize​(javax.jcr.Session session)
                 throws javax.jcr.RepositoryException
        Lifecycle callback method that is called when the component is started.
        Parameters:
        session - a Session that can be used throughout this module's life.
        Throws:
        javax.jcr.RepositoryException
      • shutdown

        void shutdown()
        Lifecycle callback method that is called by the repository before shutting down