Package javax.enterprise.concurrent
Interface ContextService
public interface ContextService
-
Method Summary
Modifier and TypeMethodDescriptioncreateContextualProxy
(Object instance, Class<?>... interfaces) createContextualProxy
(Object instance, Map<String, String> executionProperties, Class<?>... interfaces) <T> T
createContextualProxy
(T instance, Class<T> _interface) <T> T
createContextualProxy
(T instance, Map<String, String> executionProperties, Class<T> _interface) getExecutionProperties
(Object contextualProxy)
-
Method Details
-
createContextualProxy
Object createContextualProxy(Object instance, Class<?>... interfaces) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
createContextualProxy
Object createContextualProxy(Object instance, Map<String, String> executionProperties, Class<?>... interfaces) throws IllegalArgumentException- Throws:
IllegalArgumentException
-
createContextualProxy
- Throws:
IllegalArgumentException
-
createContextualProxy
<T> T createContextualProxy(T instance, Map<String, String> executionProperties, Class<T> _interface) throws IllegalArgumentException- Throws:
IllegalArgumentException
-
getExecutionProperties
- Throws:
IllegalArgumentException
-