|
|||||||||
| 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.stateless.StatelessProxyInvocationHandlerBase
org.jboss.ejb3.proxy.handler.session.stateless.StatelessLocalProxyInvocationHandler
public class StatelessLocalProxyInvocationHandler
StatelessLocalProxyInvocationHandler
| Constructor Summary | |
|---|---|
StatelessLocalProxyInvocationHandler(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.stateless.StatelessProxyInvocationHandlerBase |
|---|
getAsynchronousProxy, getInvocationHandler, invokeEquals, invokeHashCode |
| 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 |
| Methods inherited from interface java.lang.reflect.InvocationHandler |
|---|
invoke |
| Constructor Detail |
|---|
public StatelessLocalProxyInvocationHandler(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 | ||||||||