org.jboss.ejb3.interceptors.container
Class StatefulSessionContainerMethodInvocation

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.interceptors.container.StatefulSessionContainerMethodInvocation
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, org.jboss.aop.joinpoint.Invocation

public class StatefulSessionContainerMethodInvocation
extends ContainerMethodInvocation

StatefulSessionContainerMethodInvocation An invocation on an EJB3 SFSB Container

Version:
$Revision: $
Author:
ALR
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
StatefulSessionContainerMethodInvocation(org.jboss.aop.advice.Interceptor[] newchain)
           
StatefulSessionContainerMethodInvocation(org.jboss.aop.advice.Interceptor[] interceptors, long methodHash, java.lang.reflect.Method advisedMethod, java.lang.reflect.Method unadvisedMethod, org.jboss.aop.Advisor advisor)
           
StatefulSessionContainerMethodInvocation(org.jboss.aop.MethodInfo info)
           
 
Method Summary
 java.lang.Object getSessionId()
           
 void setSessionId(java.lang.Object sessionId)
           
 
Methods inherited from class org.jboss.ejb3.interceptors.container.ContainerMethodInvocation
getBeanContext, getContainerMethodInvocation, getWrapper, setBeanContext, setTargetObject
 
Methods inherited from class org.jboss.aop.joinpoint.MethodInvocation
copy, 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

StatefulSessionContainerMethodInvocation

public StatefulSessionContainerMethodInvocation(org.jboss.aop.MethodInfo info)

StatefulSessionContainerMethodInvocation

public StatefulSessionContainerMethodInvocation(org.jboss.aop.advice.Interceptor[] interceptors,
                                                long methodHash,
                                                java.lang.reflect.Method advisedMethod,
                                                java.lang.reflect.Method unadvisedMethod,
                                                org.jboss.aop.Advisor advisor)

StatefulSessionContainerMethodInvocation

public StatefulSessionContainerMethodInvocation(org.jboss.aop.advice.Interceptor[] newchain)
Method Detail

getSessionId

public java.lang.Object getSessionId()

setSessionId

public void setSessionId(java.lang.Object sessionId)


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