public class DefaultContextSetupProviderImpl extends Object implements org.glassfish.enterprise.concurrent.spi.ContextSetupProvider
Constructor and Description |
---|
DefaultContextSetupProviderImpl() |
Modifier and Type | Method and Description |
---|---|
void |
reset(org.glassfish.enterprise.concurrent.spi.ContextHandle contextHandle) |
org.glassfish.enterprise.concurrent.spi.ContextHandle |
saveContext(javax.enterprise.concurrent.ContextService contextService) |
org.glassfish.enterprise.concurrent.spi.ContextHandle |
saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
org.glassfish.enterprise.concurrent.spi.ContextHandle |
setup(org.glassfish.enterprise.concurrent.spi.ContextHandle contextHandle) |
public org.glassfish.enterprise.concurrent.spi.ContextHandle saveContext(javax.enterprise.concurrent.ContextService contextService)
saveContext
in interface org.glassfish.enterprise.concurrent.spi.ContextSetupProvider
public org.glassfish.enterprise.concurrent.spi.ContextHandle saveContext(javax.enterprise.concurrent.ContextService contextService, Map<String,String> contextObjectProperties)
saveContext
in interface org.glassfish.enterprise.concurrent.spi.ContextSetupProvider
public org.glassfish.enterprise.concurrent.spi.ContextHandle setup(org.glassfish.enterprise.concurrent.spi.ContextHandle contextHandle) throws IllegalStateException
setup
in interface org.glassfish.enterprise.concurrent.spi.ContextSetupProvider
IllegalStateException
public void reset(org.glassfish.enterprise.concurrent.spi.ContextHandle contextHandle)
reset
in interface org.glassfish.enterprise.concurrent.spi.ContextSetupProvider
Copyright © 2016 JBoss by Red Hat. All rights reserved.