org.jboss.ejb3.interceptor
Class InvocationContextImpl
java.lang.Object
org.jboss.ejb3.interceptor.InvocationContextImpl
- All Implemented Interfaces:
- javax.interceptor.InvocationContext
public class InvocationContextImpl
- extends java.lang.Object
- implements javax.interceptor.InvocationContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationContextImpl
public InvocationContextImpl(EJBContainerInvocation inv,
InterceptorInfo[] interceptorInfos,
java.lang.Object[] instances,
java.lang.reflect.Method[] beanAroundInvokes)
getTarget
public java.lang.Object getTarget()
- Specified by:
getTarget in interface javax.interceptor.InvocationContext
getMethod
public java.lang.reflect.Method getMethod()
- Specified by:
getMethod in interface javax.interceptor.InvocationContext
getParameters
public java.lang.Object[] getParameters()
- Specified by:
getParameters in interface javax.interceptor.InvocationContext
setParameters
public void setParameters(java.lang.Object[] params)
- Specified by:
setParameters in interface javax.interceptor.InvocationContext
getContextData
public java.util.Map getContextData()
- Specified by:
getContextData in interface javax.interceptor.InvocationContext
proceed
public java.lang.Object proceed()
throws java.lang.Exception
- Specified by:
proceed in interface javax.interceptor.InvocationContext
- Throws:
java.lang.Exception