public interface ContextService
Modifier and Type | Method and Description |
---|---|
Object |
createContextualProxy(Object instance,
Class<?>... interfaces) |
Object |
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) |
Map<String,String> |
getExecutionProperties(Object contextualProxy) |
Object createContextualProxy(Object instance, Class<?>... interfaces) throws IllegalArgumentException
IllegalArgumentException
Object createContextualProxy(Object instance, Map<String,String> executionProperties, Class<?>... interfaces) throws IllegalArgumentException
IllegalArgumentException
<T> T createContextualProxy(T instance, Class<T> _interface) throws IllegalArgumentException
IllegalArgumentException
<T> T createContextualProxy(T instance, Map<String,String> executionProperties, Class<T> _interface) throws IllegalArgumentException
IllegalArgumentException
Map<String,String> getExecutionProperties(Object contextualProxy) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2019 JBoss by Red Hat. All rights reserved.