|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.ejb3.context.base.BaseInvocationContext
org.jboss.ejb3.core.context.InvocationContextAdapter
public class InvocationContextAdapter
| Constructor Summary | |
|---|---|
InvocationContextAdapter(org.jboss.aop.joinpoint.MethodInvocation delegate)
|
|
| Method Summary | |
|---|---|
javax.ejb.ApplicationException |
getApplicationException(java.lang.Class<?> e)
|
javax.ejb.TransactionAttributeType |
getTransactionAttribute()
|
int |
getTransactionTimeout()
|
java.lang.Object |
proceed()
|
void |
setParameters(java.lang.Object[] params)
|
| Methods inherited from class org.jboss.ejb3.context.base.BaseInvocationContext |
|---|
getCallerIdentity, getCallerPrincipal, getContextData, getEJBContext, getEJBHome, getEJBLocalHome, getEnvironment, getManager, getMethod, getParameters, getRollbackOnly, getTarget, getTimer, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setCallerPrincipal, setEJBContext, setMethod, setRollbackOnly, setTimer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.ejb3.context.spi.InvocationContext |
|---|
getEJBContext, getTimer, setCallerPrincipal, setEJBContext, setTimer |
| Methods inherited from interface javax.interceptor.InvocationContext |
|---|
getContextData, getMethod, getParameters, getTarget |
| Methods inherited from interface org.jboss.ejb3.context.spi.EJBContext |
|---|
getContextData, getManager, getTarget |
| Methods inherited from interface javax.ejb.EJBContext |
|---|
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly |
| Constructor Detail |
|---|
public InvocationContextAdapter(org.jboss.aop.joinpoint.MethodInvocation delegate)
| Method Detail |
|---|
public javax.ejb.ApplicationException getApplicationException(java.lang.Class<?> e)
getApplicationException in interface org.jboss.ejb3.tx2.spi.TransactionalInvocationContextpublic javax.ejb.TransactionAttributeType getTransactionAttribute()
getTransactionAttribute in interface org.jboss.ejb3.tx2.spi.TransactionalInvocationContextpublic int getTransactionTimeout()
getTransactionTimeout in interface org.jboss.ejb3.tx2.spi.TransactionalInvocationContext
public java.lang.Object proceed()
throws java.lang.Exception
proceed in interface javax.interceptor.InvocationContextproceed in class org.jboss.ejb3.context.base.BaseInvocationContextjava.lang.Exception
public void setParameters(java.lang.Object[] params)
throws java.lang.IllegalArgumentException,
java.lang.IllegalStateException
setParameters in interface javax.interceptor.InvocationContextsetParameters in class org.jboss.ejb3.context.base.BaseInvocationContextjava.lang.IllegalArgumentException
java.lang.IllegalStateException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||