Class NuxeoAdobeConnectorServiceImpl

    • Method Detail

      • activate

        public void activate​(ComponentContext context)
        Component activated notification. Called when the component is activated. All component dependencies are resolved at that moment. Use this method to initialize the component.
        Specified by:
        activate in interface Component
        Overrides:
        activate in class DefaultComponent
        Parameters:
        context - the component context.
      • deactivate

        public void deactivate​(ComponentContext context)
        Component deactivated notification. Called before a component is unregistered. Use this method to do cleanup if any and free any resources held by the component.
        Specified by:
        deactivate in interface Component
        Overrides:
        deactivate in class DefaultComponent
        Parameters:
        context - the component context.
      • start

        public void start​(ComponentContext context)
        Application started notification. Called after the application started. You can do here any initialization that requires a working application (all resolved bundles and components are active at that moment)
        Specified by:
        start in interface Component
        Overrides:
        start in class DefaultComponent
        Parameters:
        context - the component context. Use it to get the current bundle context