Class ContentEximJaxrsDaemonModule

java.lang.Object
org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
org.onehippo.forge.content.exim.repository.jaxrs.ContentEximJaxrsDaemonModule
All Implemented Interfaces:
org.onehippo.repository.modules.ConfigurableDaemonModule, org.onehippo.repository.modules.DaemonModule

public class ContentEximJaxrsDaemonModule extends org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
DaemonModule implementation to register Content EXIM export and import JAX-RS services.
  • Field Summary

    Fields inherited from class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule

    moduleConfigPath, moduleName, session
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doConfigure(Node moduleConfig)
     
    protected void
     
    protected void
     

    Methods inherited from class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule

    configure, getModuleConfigPath, getModuleName, initialize, isReconfigureEvent, onConfigurationChange, shutdown

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ContentEximJaxrsDaemonModule

      public ContentEximJaxrsDaemonModule()
  • Method Details

    • doConfigure

      protected void doConfigure(Node moduleConfig) throws RepositoryException
      Specified by:
      doConfigure in class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
      Throws:
      RepositoryException
    • doInitialize

      protected void doInitialize(Session session) throws RepositoryException
      Specified by:
      doInitialize in class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
      Throws:
      RepositoryException
    • doShutdown

      protected void doShutdown()
      Specified by:
      doShutdown in class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule