Class AbstractBoundContext<S>

    • Constructor Detail

      • AbstractBoundContext

        public AbstractBoundContext​(String contextId,
                                    boolean multithreaded)
    • Method Detail

      • setBeanStore

        protected void setBeanStore​(BoundBeanStore beanStore)
        Sets the bean store
        Parameters:
        beanStore - The bean store
      • activate

        public void activate()
        Specified by:
        activate in interface org.jboss.weld.context.ManagedContext
        Overrides:
        activate in class AbstractManagedContext
      • deactivate

        public void deactivate()
        Specified by:
        deactivate in interface org.jboss.weld.context.ManagedContext
        Overrides:
        deactivate in class AbstractManagedContext
      • dissociate

        public boolean dissociate​(S storage)
        Specified by:
        dissociate in interface org.jboss.weld.context.BoundContext<S>