Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
org.jboss.weld.bean | |
org.jboss.weld.context.beanstore.ejb | |
org.jboss.weld.context.ejb | |
org.jboss.weld.ejb | |
org.jboss.weld.interceptor.chain | |
org.jboss.weld.interceptor.proxy | |
org.jboss.weld.interceptor.spi.context | |
org.jboss.weld.util.bean |
Modifier and Type | Method and Description |
---|---|
Object |
Interceptor.intercept(InterceptionType type,
T instance,
InvocationContext ctx)
Invokes the specified kind of lifecycle callback or method invocation interception upon the
given interceptor instance.
|
Modifier and Type | Method and Description |
---|---|
Object |
InterceptorImpl.intercept(InterceptionType type,
T instance,
InvocationContext ctx) |
Constructor and Description |
---|
InvocationContextBeanStore(NamingScheme namingScheme,
InvocationContext ctx) |
Modifier and Type | Method and Description |
---|---|
boolean |
EjbRequestContextImpl.associate(InvocationContext ctx) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(InvocationContext invocation) |
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
AbstractInterceptionChain.interceptorChainCompleted(InvocationContext invocationContext) |
protected Object |
AbstractInterceptionChain.invokeNext(InvocationContext invocationContext) |
Object |
AbstractInterceptionChain.invokeNextInterceptor(InvocationContext invocationContext) |
Modifier and Type | Class and Description |
---|---|
class |
InterceptorInvocationContext |
Modifier and Type | Method and Description |
---|---|
InvocationContext |
DefaultInvocationContextFactory.newInvocationContext(InterceptionChain chain,
Object o,
Method method,
Object timer) |
InvocationContext |
DefaultInvocationContextFactory.newInvocationContext(InterceptionChain chain,
Object o,
Method method,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
protected Object |
SimpleInterceptionChain.interceptorChainCompleted(InvocationContext ctx) |
Object |
SimpleMethodInvocation.invoke(InvocationContext invocationContext) |
Object |
InterceptorMethodInvocation.invoke(InvocationContext invocationContext) |
Modifier and Type | Method and Description |
---|---|
InvocationContext |
InvocationContextFactory.newInvocationContext(InterceptionChain chain,
Object o,
Method method,
Object timer) |
InvocationContext |
InvocationContextFactory.newInvocationContext(InterceptionChain chain,
Object o,
Method method,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
Object |
InterceptionChain.invokeNextInterceptor(InvocationContext invocationContext) |
Modifier and Type | Method and Description |
---|---|
Object |
IsolatedForwardingInterceptor.intercept(InterceptionType type,
T instance,
InvocationContext ctx) |
Copyright © 2013 Seam Framework. All Rights Reserved.