org.jboss.ejb3.proxy.handler.session.service
Class ServiceLocalProxyInvocationHandler

java.lang.Object
  extended by org.jboss.ejb3.proxy.handler.ProxyInvocationHandlerBase
      extended by org.jboss.ejb3.proxy.handler.session.service.ServiceProxyInvocationHandlerBase
          extended by org.jboss.ejb3.proxy.handler.session.service.ServiceLocalProxyInvocationHandler
All Implemented Interfaces:
java.io.Serializable, java.lang.reflect.InvocationHandler, ProxyInvocationHandler, ServiceProxyInvocationHandler, SessionProxyInvocationHandler

public class ServiceLocalProxyInvocationHandler
extends ServiceProxyInvocationHandlerBase
implements java.io.Serializable, ServiceProxyInvocationHandler

ServiceLocalProxyInvocationHandler Invocation Handler for local @Service Bean Proxies

See Also:
Serialized Form

Constructor Summary
ServiceLocalProxyInvocationHandler(java.lang.String containerName, java.lang.String containerGuid, org.jboss.aop.advice.Interceptor[] interceptors)
          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.service.ServiceProxyInvocationHandlerBase
getAsynchronousProxy, getInvocationHandler, invoke, invokeEquals, invokeHashCode
 
Methods inherited from class org.jboss.ejb3.proxy.handler.ProxyInvocationHandlerBase
getContainerGuid, getContainerLocally, getContainerName, getInterceptors, handleInvocationDirectly, invoke, setContainerName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.ejb3.proxy.handler.ProxyInvocationHandler
getAsynchronousProxy
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Constructor Detail

ServiceLocalProxyInvocationHandler

public ServiceLocalProxyInvocationHandler(java.lang.String containerName,
                                          java.lang.String containerGuid,
                                          org.jboss.aop.advice.Interceptor[] interceptors)
Constructor

Parameters:
containerName - The name of the target container
containerGuid - The globally-unique name of the container
interceptors - The interceptors to apply to invocations upon this handler
Method Detail

getContainer

protected InvokableContext getContainer()
Description copied from class: ProxyInvocationHandlerBase
Obtains the Container upon which this Proxy should invoke

Specified by:
getContainer in class ProxyInvocationHandlerBase
Returns: