Class ContextSetupProviderImpl

  • All Implemented Interfaces:
    Serializable, org.glassfish.enterprise.concurrent.spi.ContextSetupProvider

    public class ContextSetupProviderImpl
    extends Object
    implements org.glassfish.enterprise.concurrent.spi.ContextSetupProvider
    See Also:
    Serialized Form
    • Method Detail

      • saveContext

        public org.glassfish.enterprise.concurrent.spi.ContextHandle saveContext​(jakarta.enterprise.concurrent.ContextService contextService)
        Specified by:
        saveContext in interface org.glassfish.enterprise.concurrent.spi.ContextSetupProvider
      • saveContext

        public org.glassfish.enterprise.concurrent.spi.ContextHandle saveContext​(jakarta.enterprise.concurrent.ContextService contextService,
                                                                                 Map<String,​String> contextObjectProperties)
        Specified by:
        saveContext in interface org.glassfish.enterprise.concurrent.spi.ContextSetupProvider
      • setup

        public org.glassfish.enterprise.concurrent.spi.ContextHandle setup​(org.glassfish.enterprise.concurrent.spi.ContextHandle contextHandle)
                                                                    throws IllegalStateException
        Specified by:
        setup in interface org.glassfish.enterprise.concurrent.spi.ContextSetupProvider
        Throws:
        IllegalStateException
      • reset

        public void reset​(org.glassfish.enterprise.concurrent.spi.ContextHandle contextHandle)
        Specified by:
        reset in interface org.glassfish.enterprise.concurrent.spi.ContextSetupProvider