Interface SingleComponentManager.SetImplementationObject<S>

    • Method Detail

      • presetComponentContext

        void presetComponentContext​(ComponentContextImpl<S> componentContext)
        Presets the implementation object. This method is called before the component's activator method is called and is intended to temporarily set the implementation object during the activator call.
      • resetImplementationObject

        void resetImplementationObject​(S implementationObject)
        Resets the implementation object. This method is called after the activator method terminates with an error and is intended to revert any temporary settings done in the presetComponentContext(ComponentContextImpl) method.