org.jboss.ejb3.proxy.handler.session.stateful
Class StatefulLocalProxyInvocationHandler
java.lang.Object
org.jboss.ejb3.proxy.handler.ProxyInvocationHandlerBase
org.jboss.ejb3.proxy.handler.session.SessionProxyInvocationHandlerBase
org.jboss.ejb3.proxy.handler.session.SessionSpecProxyInvocationHandlerBase
org.jboss.ejb3.proxy.handler.session.stateful.StatefulProxyInvocationHandlerBase
org.jboss.ejb3.proxy.handler.session.stateful.StatefulLocalProxyInvocationHandler
- All Implemented Interfaces:
- java.io.Serializable, java.lang.reflect.InvocationHandler, ProxyInvocationHandler, SessionProxyInvocationHandler, SessionSpecProxyInvocationHandler, EjbProxy, SessionProxy, StatefulSessionProxy
public class StatefulLocalProxyInvocationHandler
- extends StatefulProxyInvocationHandlerBase
- implements java.io.Serializable
StatefulLocalProxyInvocationHandler
- See Also:
- Serialized Form
|
Constructor Summary |
StatefulLocalProxyInvocationHandler(java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.aop.advice.Interceptor[] interceptors)
Constructor |
StatefulLocalProxyInvocationHandler(java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.aop.advice.Interceptor[] interceptors,
java.lang.String businessInterfaceType)
Constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatefulLocalProxyInvocationHandler
public StatefulLocalProxyInvocationHandler(java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.aop.advice.Interceptor[] interceptors)
- Constructor
- Parameters:
containerName - The name of the target containercontainerGuid - The globally-unique name of the containerinterceptors - The interceptors to apply to invocations upon this handler
StatefulLocalProxyInvocationHandler
public StatefulLocalProxyInvocationHandler(java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.aop.advice.Interceptor[] interceptors,
java.lang.String businessInterfaceType)
- Constructor
- Parameters:
containerName - The name of the target containercontainerGuid - The globally-unique name of the containerbusinessInterfaceType - The possibly null businessInterfaceType
marking this invocation hander as specific to a given
EJB3 Business Interfaceinterceptors - The interceptors to apply to invocations upon this handler
getContainer
protected InvokableContext getContainer()
- Description copied from class:
SessionProxyInvocationHandlerBase
- Obtains the Container upon which this Proxy should invoke
- Specified by:
getContainer in class SessionProxyInvocationHandlerBase
- Returns: