Package org.jboss.as.ee.concurrent
Class ContextServiceImpl
java.lang.Object
org.glassfish.enterprise.concurrent.ContextServiceImpl
org.jboss.as.ee.concurrent.ContextServiceImpl
- All Implemented Interfaces:
jakarta.enterprise.concurrent.ContextService,Serializable,WildFlyContextService
public class ContextServiceImpl
extends org.glassfish.enterprise.concurrent.ContextServiceImpl
implements WildFlyContextService
An extension of Jakarta EE RI
ContextServiceImpl, which properly supports a security manager.- Author:
- Eduardo Martins
- See Also:
-
Field Summary
Fields inherited from class org.glassfish.enterprise.concurrent.ContextServiceImpl
contextSetupProvider, name, transactionSetupProvider -
Constructor Summary
ConstructorsConstructorDescriptionContextServiceImpl(String name, ContextServiceTypesConfiguration contextServiceTypesConfiguration) -
Method Summary
Methods inherited from class org.glassfish.enterprise.concurrent.ContextServiceImpl
contextualCallable, contextualConsumer, contextualConsumer, contextualFunction, contextualFunction, contextualRunnable, contextualSupplier, createContextualProxy, createContextualProxy, currentContextExecutor, getContextSetupProvider, getExecutionProperties, getName, getTransactionSetupProvider, verifyHandler, verifyStringValue, withContextCapture, withContextCaptureMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.enterprise.concurrent.ContextService
contextualCallable, contextualConsumer, contextualConsumer, contextualFunction, contextualFunction, contextualRunnable, contextualSupplier, createContextualProxy, createContextualProxy, currentContextExecutor, getExecutionProperties, withContextCapture, withContextCapture
-
Constructor Details
-
ContextServiceImpl
public ContextServiceImpl(String name, ContextServiceTypesConfiguration contextServiceTypesConfiguration) - Parameters:
name-
-
-
Method Details
-
createContextualProxy
public <T> T createContextualProxy(T instance, Map<String, String> executionProperties, Class<T> intf) - Specified by:
createContextualProxyin interfacejakarta.enterprise.concurrent.ContextService- Overrides:
createContextualProxyin classorg.glassfish.enterprise.concurrent.ContextServiceImpl
-
createContextualProxy
public Object createContextualProxy(Object instance, Map<String, String> executionProperties, Class<?>... interfaces) - Specified by:
createContextualProxyin interfacejakarta.enterprise.concurrent.ContextService- Overrides:
createContextualProxyin classorg.glassfish.enterprise.concurrent.ContextServiceImpl
-
getContextServiceTypesConfiguration
- Specified by:
getContextServiceTypesConfigurationin interfaceWildFlyContextService
-