|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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
public class StatefulLocalProxyInvocationHandler
StatefulLocalProxyInvocationHandler
| Constructor Summary | |
|---|---|
StatefulLocalProxyInvocationHandler(java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.aop.advice.Interceptor[] interceptors,
java.lang.String businessInterfaceType)
Constructor |
|
| Method Summary | |
|---|---|
protected InvokableContext |
getContainer()
Obtains the Container upon which this Proxy should invoke |
| Methods inherited from class org.jboss.ejb3.proxy.handler.session.stateful.StatefulProxyInvocationHandlerBase |
|---|
createRemoteProxyToContainer, getAsynchronousProxy, getInvocationHandler, getSessionId, invokeEquals, invokeHashCode, setSessionId |
| Methods inherited from class org.jboss.ejb3.proxy.handler.session.SessionSpecProxyInvocationHandlerBase |
|---|
getBusinessInterfaceType, invoke, setBusinessInterfaceType |
| Methods inherited from class org.jboss.ejb3.proxy.handler.session.SessionProxyInvocationHandlerBase |
|---|
getContainerLocally |
| Methods inherited from class org.jboss.ejb3.proxy.handler.ProxyInvocationHandlerBase |
|---|
getContainerGuid, getContainerName, getInterceptors, handleInvocationDirectly, setContainerName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatefulLocalProxyInvocationHandler(java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.aop.advice.Interceptor[] interceptors,
java.lang.String businessInterfaceType)
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| Method Detail |
|---|
protected InvokableContext getContainer()
SessionProxyInvocationHandlerBase
getContainer in class SessionProxyInvocationHandlerBase
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||