Uses of Interface
org.openejb.alt.config.Service

Packages that use Service
org.openejb.alt.config The classes and interfaces directly under this package define the basic parts of the OpenEJB configuration architecture. 
org.openejb.alt.config.sys The classes and interfaces directly under this package define the basic parts of the OpenEJB Castor configuration. 
 

Uses of Service in org.openejb.alt.config
 

Methods in org.openejb.alt.config that return Service
 Service ConfigurationFactory.initService(Service service, String defaultName)
           
 Service ConfigurationFactory.initService(Service service, String defaultName, Class type)
          Service loading...
 

Methods in org.openejb.alt.config with parameters of type Service
 Service ConfigurationFactory.initService(Service service, String defaultName)
           
 Service ConfigurationFactory.initService(Service service, String defaultName, Class type)
          Service loading...
static ServiceProvider ServiceUtils.getServiceProvider(Service service)
           
 

Uses of Service in org.openejb.alt.config.sys
 

Classes in org.openejb.alt.config.sys that implement Service
 class ConnectionManager
          Class ConnectionManager.
 class Connector
          Class Connector.
 class Container
          Class Container.
 class JndiProvider
          Class JndiProvider.
 class ProxyFactory
          Class ProxyFactory.
 class Resource
          Class Resource.
 class SecurityService
          Class SecurityService.
 class TransactionService
          Class TransactionService.
 



Copyright © 1999-2007 OpenEJB. All Rights Reserved.