org.jboss.ejb3.stateful
Class StatefulContainerInvocation

java.lang.Object
  extended by org.jboss.aop.joinpoint.InvocationBase
      extended by org.jboss.aop.joinpoint.MethodInvocation
          extended by org.jboss.ejb3.interceptors.container.ContainerMethodInvocation
              extended by org.jboss.ejb3.EJBContainerInvocation<StatefulContainer,StatefulBeanContext>
                  extended by org.jboss.ejb3.stateful.StatefulContainerInvocation
All Implemented Interfaces:
Externalizable, Serializable, org.jboss.aop.joinpoint.Invocation

public class StatefulContainerInvocation
extends EJBContainerInvocation<StatefulContainer,StatefulBeanContext>

Comment

Version:
$Revision: 71938 $
Author:
Bill Burke
See Also:
Serialized Form

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

StatefulContainerInvocation

public StatefulContainerInvocation(org.jboss.aop.advice.Interceptor[] interceptors,
                                   long methodHash,
                                   Method advisedMethod,
                                   Method unadvisedMethod,
                                   org.jboss.aop.Advisor advisor,
                                   Object id)

StatefulContainerInvocation

public StatefulContainerInvocation(org.jboss.aop.MethodInfo info,
                                   Object id)

StatefulContainerInvocation

public StatefulContainerInvocation()
Method Detail

getId

public Object getId()

copy

public org.jboss.aop.joinpoint.Invocation copy()
Specified by:
copy in interface org.jboss.aop.joinpoint.Invocation
Overrides:
copy in class EJBContainerInvocation<StatefulContainer,StatefulBeanContext>


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.