public static class InterceptorBean.MultiMethodInvocationContext extends Object implements javax.interceptor.InvocationContext
| Constructor and Description |
|---|
InterceptorBean.MultiMethodInvocationContext(javax.interceptor.InvocationContext wrapped,
javax.enterprise.inject.spi.InterceptionType interceptionType,
Object instance,
javax.enterprise.inject.spi.Interceptor interceptor) |
| Modifier and Type | Method and Description |
|---|---|
Constructor |
getConstructor() |
Map<String,Object> |
getContextData() |
int |
getCurrentInterceptorIdx() |
Method |
getMethod() |
Object[] |
getParameters() |
Object |
getTarget() |
Object |
getTimer() |
javax.interceptor.InvocationContext |
getWrapped() |
Object |
proceed() |
void |
setParameters(Object[] parameters) |
public InterceptorBean.MultiMethodInvocationContext(javax.interceptor.InvocationContext wrapped,
javax.enterprise.inject.spi.InterceptionType interceptionType,
Object instance,
javax.enterprise.inject.spi.Interceptor interceptor)
public int getCurrentInterceptorIdx()
public javax.interceptor.InvocationContext getWrapped()
public Object proceed() throws Exception
proceed in interface javax.interceptor.InvocationContextExceptionpublic Map<String,Object> getContextData()
getContextData in interface javax.interceptor.InvocationContextpublic Method getMethod()
getMethod in interface javax.interceptor.InvocationContextpublic Object getTarget()
getTarget in interface javax.interceptor.InvocationContextpublic Object getTimer()
getTimer in interface javax.interceptor.InvocationContextpublic Object[] getParameters()
getParameters in interface javax.interceptor.InvocationContextpublic void setParameters(Object[] parameters)
setParameters in interface javax.interceptor.InvocationContextpublic Constructor getConstructor()
getConstructor in interface javax.interceptor.InvocationContextCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.