Uses of Class
org.apache.openejb.client.EJBHomeHandler

Packages that use EJBHomeHandler
org.apache.openejb.client   
 

Uses of EJBHomeHandler in org.apache.openejb.client
 

Subclasses of EJBHomeHandler in org.apache.openejb.client
 class EntityEJBHomeHandler
           
 class SingletonEJBHomeHandler
           
 class StatefulEJBHomeHandler
           
 class StatelessEJBHomeHandler
           
 

Fields in org.apache.openejb.client declared as EJBHomeHandler
protected  EJBHomeHandler EJBHomeHandle.handler
           
 

Methods in org.apache.openejb.client that return EJBHomeHandler
static EJBHomeHandler EJBHomeHandler.createEJBHomeHandler(ThreadPoolExecutor executor, EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, JNDIContext.AuthenticationInfo auth)
           
 EJBHomeHandler EJBHomeProxy.getEJBHomeHandler()
           
 

Methods in org.apache.openejb.client with parameters of type EJBHomeHandler
 Object EJBHomeProxyHandle.Resolver.resolve(EJBHomeHandler handler)
           
 Object EJBHomeProxyHandle.ClientSideResovler.resolve(EJBHomeHandler handler)
           
 

Constructors in org.apache.openejb.client with parameters of type EJBHomeHandler
EJBHomeProxyHandle(EJBHomeHandler handler)
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.