|
||||||||||
| 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.interceptors.container.StatefulSessionContainerMethodInvocation
public class StatefulSessionContainerMethodInvocation
StatefulSessionContainerMethodInvocation An invocation on an EJB3 SFSB Container
| 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,
Method advisedMethod,
Method unadvisedMethod,
org.jboss.aop.Advisor advisor)
|
|
StatefulSessionContainerMethodInvocation(org.jboss.aop.MethodInfo info)
|
|
| Method Summary | |
|---|---|
Object |
getSessionId()
|
void |
setSessionId(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 |
|---|
public StatefulSessionContainerMethodInvocation(org.jboss.aop.MethodInfo info)
public StatefulSessionContainerMethodInvocation(org.jboss.aop.advice.Interceptor[] interceptors,
long methodHash,
Method advisedMethod,
Method unadvisedMethod,
org.jboss.aop.Advisor advisor)
public StatefulSessionContainerMethodInvocation(org.jboss.aop.advice.Interceptor[] newchain)
| Method Detail |
|---|
public Object getSessionId()
public void setSessionId(Object sessionId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||