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, java.lang.String defaultName)
           
 Service ConfigurationFactory.initService(Service service, java.lang.String defaultName, java.lang.Class type)
          Service loading...
 

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

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-2011 OpenEJB. All Rights Reserved.