当前页面: 
在线文档首页 > 
JBoss Seam  1.1.0 API 英文版文档
EJBInvocationContext (JBoss Seam API Documentation) - JBoss Seam  1.1.0 API 英文版文档
org.jboss.seam.intercept
Class EJBInvocationContext
java.lang.Object
   org.jboss.seam.intercept.EJBInvocationContext
org.jboss.seam.intercept.EJBInvocationContext
- All Implemented Interfaces: 
- javax.interceptor.InvocationContext
- public class EJBInvocationContext 
- extends Object- implements InvocationContext, javax.interceptor.InvocationContext
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EJBInvocationContext
public EJBInvocationContext(javax.interceptor.InvocationContext context)
getContextData
public Map getContextData()
- 
- Specified by:
- getContextDatain interface- javax.interceptor.InvocationContext
 
- 
 
getMethod
public Method getMethod()
- 
- Specified by:
- getMethodin interface- javax.interceptor.InvocationContext
 
- 
 
getParameters
public Object[] getParameters()
- 
- Specified by:
- getParametersin interface- javax.interceptor.InvocationContext
 
- 
 
getTarget
public Object getTarget()
- 
- Specified by:
- getTargetin interface- javax.interceptor.InvocationContext
 
- 
 
proceed
public Object proceed()
               throws Exception
- 
- Specified by:
- proceedin interface- javax.interceptor.InvocationContext
 
- 
- Throws:
- Exception
 
setParameters
public void setParameters(Object[] arg0)
- 
- Specified by:
- setParametersin interface- javax.interceptor.InvocationContext
 
-