Class CustomAlterablePassivatingContextImpl

  • All Implemented Interfaces:
    javax.enterprise.context.spi.AlterableContext, javax.enterprise.context.spi.Context

    public class CustomAlterablePassivatingContextImpl
    extends CustomPassivatingContextImpl
    implements javax.enterprise.context.spi.AlterableContext
    Wrapper for custom AlterableContexts
    • Constructor Detail

      • CustomAlterablePassivatingContextImpl

        public CustomAlterablePassivatingContextImpl​(SerializableBeanVault sbv,
                                                     javax.enterprise.context.spi.AlterableContext context)
    • Method Detail

      • destroy

        public void destroy​(javax.enterprise.context.spi.Contextual<?> contextual)
        Specified by:
        destroy in interface javax.enterprise.context.spi.AlterableContext