org.jboss.ejb3.interceptors.container
Class StatefulSessionContainerMethodInvocation
java.lang.Object
org.jboss.aop.joinpoint.InvocationBase
org.jboss.aop.joinpoint.MethodInvocation
org.jboss.ejb3.interceptors.container.ContainerMethodInvocation
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
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 |
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 |
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)
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.