|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.aop.joinpoint.InvocationBase
org.jboss.aop.joinpoint.MethodInvocation
org.jboss.ejb3.interceptors.container.ContainerMethodInvocation
org.jboss.ejb3.EJBContainerInvocation<StatefulContainer,StatefulBeanContext>
org.jboss.ejb3.stateful.StatefulContainerInvocation
public class StatefulContainerInvocation
Comment
Field Summary |
---|
Fields inherited from class org.jboss.aop.joinpoint.MethodInvocation |
---|
advisedMethod, arguments, marshalledArguments, methodHash, unadvisedMethod |
Fields inherited from class org.jboss.aop.joinpoint.InvocationBase |
---|
advisor, currentInterceptor, instanceResolver, interceptors, metadata, responseContextInfo, targetObject |
Constructor Summary | |
---|---|
StatefulContainerInvocation()
|
|
StatefulContainerInvocation(org.jboss.aop.advice.Interceptor[] interceptors,
long methodHash,
Method advisedMethod,
Method unadvisedMethod,
org.jboss.aop.Advisor advisor,
Object id)
|
|
StatefulContainerInvocation(org.jboss.aop.MethodInfo info,
Object id)
|
Method Summary | |
---|---|
org.jboss.aop.joinpoint.Invocation |
copy()
|
Object |
getId()
|
Methods inherited from class org.jboss.ejb3.EJBContainerInvocation |
---|
getBeanContext, getWrapper, setBeanContext, setContextCallback |
Methods inherited from class org.jboss.ejb3.interceptors.container.ContainerMethodInvocation |
---|
getContainerMethodInvocation, setTargetObject |
Methods inherited from class org.jboss.aop.joinpoint.MethodInvocation |
---|
getActualMethod, getAdvisor, getArguments, getMetaData, getMethod, getMethodHash, handleErrors, invokeNext, invokeTarget, readExternal, resolveAnnotation, resolveAnnotation, resolveTypedAnnotation, resolveTypedAnnotation, setArguments, toString, writeExternal |
Methods inherited from class org.jboss.aop.joinpoint.InvocationBase |
---|
addResponseAttachment, getCurrentInterceptor, getInstanceResolver, getInterceptors, getMetaData, getResponseAttachment, getResponseContextInfo, getTargetObject, invokeNext, resolveClassAnnotation, resolveClassMetaData, resolveTypedClassAnnotation, setAdvisor, setInstanceResolver, setMetaData, setResponseContextInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StatefulContainerInvocation(org.jboss.aop.advice.Interceptor[] interceptors, long methodHash, Method advisedMethod, Method unadvisedMethod, org.jboss.aop.Advisor advisor, Object id)
public StatefulContainerInvocation(org.jboss.aop.MethodInfo info, Object id)
public StatefulContainerInvocation()
Method Detail |
---|
public Object getId()
public org.jboss.aop.joinpoint.Invocation copy()
copy
in interface org.jboss.aop.joinpoint.Invocation
copy
in class EJBContainerInvocation<StatefulContainer,StatefulBeanContext>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |