Uses of Interface
org.openejb.spi.ApplicationServer

Packages that use ApplicationServer
org.openejb   
org.openejb.server   
org.openejb.server.ejbd   
 

Uses of ApplicationServer in org.openejb
 

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

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

Uses of ApplicationServer in org.openejb.server
 

Classes in org.openejb.server that implement ApplicationServer
 class ServerFederation
          This class is passed in as the ApplicationServer implementation when OpenEJB is initialized.
 

Methods in org.openejb.server that return ApplicationServer
static ApplicationServer ServerFederation.getApplicationServer()
          Gets the ApplicationServer implementation associates with this thread.
 

Methods in org.openejb.server with parameters of type ApplicationServer
static void ServerFederation.setApplicationServer(ApplicationServer server)
          Makes the ApplicationServer implementation specified the one that will be used for all actions on this thread.
 

Uses of ApplicationServer in org.openejb.server.ejbd
 

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



Copyright © 1999-2005 OpenEJB. All Rights Reserved.