Package | Description |
---|---|
org.apache.deltaspike.proxy.spi | |
org.apache.deltaspike.proxy.spi.invocation |
Modifier and Type | Method and Description |
---|---|
DeltaSpikeProxyInvocationHandler |
DeltaSpikeProxy.getInvocationHandler() |
Modifier and Type | Method and Description |
---|---|
void |
DeltaSpikeProxy.setInvocationHandler(DeltaSpikeProxyInvocationHandler invocationHandler) |
Modifier and Type | Field and Description |
---|---|
protected DeltaSpikeProxyInvocationHandler |
DeltaSpikeProxyInvocationContext.invocationHandler |
Constructor and Description |
---|
DeltaSpikeProxyInvocationContext(DeltaSpikeProxyInvocationHandler invocationHandler,
javax.enterprise.inject.spi.BeanManager beanManager,
List<javax.enterprise.inject.spi.Interceptor<H>> interceptors,
T target,
Method method,
Object[] parameters,
Object timer) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.