Uses of Interface
org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandler

Packages that use SessionProxyInvocationHandler
org.jboss.ejb3.proxy.impl.factory.session   
org.jboss.ejb3.proxy.impl.factory.session.service   
org.jboss.ejb3.proxy.impl.factory.session.stateful   
org.jboss.ejb3.proxy.impl.factory.session.stateless   
org.jboss.ejb3.proxy.impl.handler.session   
 

Uses of SessionProxyInvocationHandler in org.jboss.ejb3.proxy.impl.factory.session
 

Methods in org.jboss.ejb3.proxy.impl.factory.session that return SessionProxyInvocationHandler
protected abstract  SessionProxyInvocationHandler SessionProxyFactoryBase.createBusinessDefaultInvocationHandler()
          Returns the Constructor of the SessionProxyInvocationHandler to be used in instanciating new handlers to specify in Proxy Creation Used for creating a Handler for a Business Default proxy
protected abstract  SessionProxyInvocationHandler SessionProxyFactoryBase.createBusinessInterfaceSpecificInvocationHandler(String businessInterfaceName)
          Returns the Constructor of the SessionProxyInvocationHandler to be used in instanciating new handlers to specify in Proxy Creation Used for creating a Handler for a Business Interface-specific proxy
protected abstract  SessionProxyInvocationHandler SessionProxyFactoryBase.createEjb2xComponentInterfaceInvocationHandler()
          Returns the Constructor of the SessionProxyInvocationHandler to be used in instanciating new handlers to specify in Proxy Creation Used for creating a Handler for an EJB2.x Component Interface proxy
protected abstract  SessionProxyInvocationHandler SessionProxyFactoryBase.createHomeInvocationHandler()
          Returns the Constructor of the SessionProxyInvocationHandler to be used in instanciating new handlers to specify in Proxy Creation Used for creating a Handler for am EJB2.x Home proxy
 

Uses of SessionProxyInvocationHandler in org.jboss.ejb3.proxy.impl.factory.session.service
 

Methods in org.jboss.ejb3.proxy.impl.factory.session.service that return SessionProxyInvocationHandler
protected abstract  SessionProxyInvocationHandler ServiceProxyFactoryBase.createInvocationHandler()
          Returns the ServiceProxyInvocationHandler to be used in Proxy Creation
 

Uses of SessionProxyInvocationHandler in org.jboss.ejb3.proxy.impl.factory.session.stateful
 

Methods in org.jboss.ejb3.proxy.impl.factory.session.stateful that return SessionProxyInvocationHandler
protected  SessionProxyInvocationHandler StatefulSessionRemoteProxyFactory.createBusinessDefaultInvocationHandler()
           
protected  SessionProxyInvocationHandler StatefulSessionLocalProxyFactory.createBusinessDefaultInvocationHandler()
           
protected  SessionProxyInvocationHandler StatefulSessionRemoteProxyFactory.createBusinessInterfaceSpecificInvocationHandler(String businessInterfaceName)
           
protected  SessionProxyInvocationHandler StatefulSessionLocalProxyFactory.createBusinessInterfaceSpecificInvocationHandler(String businessInterfaceName)
           
protected  SessionProxyInvocationHandler StatefulSessionRemoteProxyFactory.createEjb2xComponentInterfaceInvocationHandler()
           
protected  SessionProxyInvocationHandler StatefulSessionLocalProxyFactory.createEjb2xComponentInterfaceInvocationHandler()
           
protected  SessionProxyInvocationHandler StatefulSessionRemoteProxyFactory.createHomeInvocationHandler()
           
protected  SessionProxyInvocationHandler StatefulSessionLocalProxyFactory.createHomeInvocationHandler()
           
 

Uses of SessionProxyInvocationHandler in org.jboss.ejb3.proxy.impl.factory.session.stateless
 

Methods in org.jboss.ejb3.proxy.impl.factory.session.stateless that return SessionProxyInvocationHandler
protected  SessionProxyInvocationHandler StatelessSessionLocalProxyFactory.createBusinessDefaultInvocationHandler()
           
protected  SessionProxyInvocationHandler StatelessSessionRemoteProxyFactory.createBusinessDefaultInvocationHandler()
           
protected  SessionProxyInvocationHandler StatelessSessionLocalProxyFactory.createBusinessInterfaceSpecificInvocationHandler(String businessInterfaceName)
           
protected  SessionProxyInvocationHandler StatelessSessionRemoteProxyFactory.createBusinessInterfaceSpecificInvocationHandler(String businessInterfaceName)
           
protected  SessionProxyInvocationHandler StatelessSessionLocalProxyFactory.createEjb2xComponentInterfaceInvocationHandler()
           
protected  SessionProxyInvocationHandler StatelessSessionRemoteProxyFactory.createEjb2xComponentInterfaceInvocationHandler()
           
protected  SessionProxyInvocationHandler StatelessSessionLocalProxyFactory.createHomeInvocationHandler()
           
protected  SessionProxyInvocationHandler StatelessSessionRemoteProxyFactory.createHomeInvocationHandler()
           
 

Uses of SessionProxyInvocationHandler in org.jboss.ejb3.proxy.impl.handler.session
 

Classes in org.jboss.ejb3.proxy.impl.handler.session that implement SessionProxyInvocationHandler
 class SessionLocalProxyInvocationHandler
          SessionLocalProxyInvocationHandler
 class SessionProxyInvocationHandlerBase
          SessionProxyInvocationHandlerBase Abstract base from which all JBoss Session Proxy InvocationHandlers may extend
 class SessionRemoteProxyInvocationHandler
          SessionRemoteProxyInvocationHandler
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.