Uses of Interface
org.apache.openejb.spi.ApplicationServer

Packages that use ApplicationServer
org.apache.openejb   
org.apache.openejb.core   
org.apache.openejb.core.ivm   
org.apache.openejb.server.ejbd   
org.openejb   
 

Uses of ApplicationServer in org.apache.openejb
 

Methods in org.apache.openejb that return ApplicationServer
static ApplicationServer OpenEJB.getApplicationServer()
           
 

Methods in org.apache.openejb with parameters of type ApplicationServer
static void OpenEJB.init(Properties initProps, ApplicationServer appServer)
          2 usages
 

Constructors in org.apache.openejb with parameters of type ApplicationServer
OpenEJB.Instance(Properties initProps, ApplicationServer appServer)
          2 usages
 

Uses of ApplicationServer in org.apache.openejb.core
 

Classes in org.apache.openejb.core that implement ApplicationServer
 class ServerFederation
           
 

Methods in org.apache.openejb.core that return ApplicationServer
static ApplicationServer ServerFederation.getApplicationServer()
           
 

Methods in org.apache.openejb.core with parameters of type ApplicationServer
static void ServerFederation.setApplicationServer(ApplicationServer server)
           
 

Uses of ApplicationServer in org.apache.openejb.core.ivm
 

Classes in org.apache.openejb.core.ivm that implement ApplicationServer
 class IntraVmServer
           
 

Uses of ApplicationServer in org.apache.openejb.server.ejbd
 

Classes in org.apache.openejb.server.ejbd that implement ApplicationServer
 class EjbDaemon
           
 class EjbServer
           
 

Uses of ApplicationServer in org.openejb
 

Methods in org.openejb that return ApplicationServer
static ApplicationServer OpenEJB.getApplicationServer()
          Deprecated.  
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.