Class BusinessProcessContext

  • All Implemented Interfaces:
    jakarta.enterprise.context.spi.Context

    public class BusinessProcessContext
    extends Object
    implements jakarta.enterprise.context.spi.Context
    Implementation of the BusinessProcessContext-scope.
    Author:
    Daniel Meyer
    • Field Detail

      • beanManager

        protected jakarta.enterprise.inject.spi.BeanManager beanManager
    • Constructor Detail

      • BusinessProcessContext

        public BusinessProcessContext()
      • BusinessProcessContext

        public BusinessProcessContext​(jakarta.enterprise.inject.spi.BeanManager beanManager)
    • Method Detail

      • getScope

        public Class<? extends Annotation> getScope()
        Specified by:
        getScope in interface jakarta.enterprise.context.spi.Context
      • get

        public <T> T get​(jakarta.enterprise.context.spi.Contextual<T> contextual)
        Specified by:
        get in interface jakarta.enterprise.context.spi.Context
      • get

        protected <T> T get​(String variableName)
      • get

        public <T> T get​(jakarta.enterprise.context.spi.Contextual<T> contextual,
                         jakarta.enterprise.context.spi.CreationalContext<T> arg1)
        Specified by:
        get in interface jakarta.enterprise.context.spi.Context
      • get

        protected <T> T get​(String variableName,
                            T beanInstance)
      • isActive

        public boolean isActive()
        Specified by:
        isActive in interface jakarta.enterprise.context.spi.Context
      • getBeanManager

        protected jakarta.enterprise.inject.spi.BeanManager getBeanManager()