Class CustomPassivatingContextImpl

  • All Implemented Interfaces:
    javax.enterprise.context.spi.Context
    Direct Known Subclasses:
    CustomAlterablePassivatingContextImpl

    public class CustomPassivatingContextImpl
    extends Object
    implements javax.enterprise.context.spi.Context
    • Field Detail

      • context

        protected final javax.enterprise.context.spi.Context context
    • Constructor Detail

      • CustomPassivatingContextImpl

        public CustomPassivatingContextImpl​(SerializableBeanVault sbv,
                                            javax.enterprise.context.spi.Context context)
    • Method Detail

      • get

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

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

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

        public boolean isActive()
        Specified by:
        isActive in interface javax.enterprise.context.spi.Context