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

Packages that use Service
org.apache.openejb.config   
org.apache.openejb.config.sys Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Service in org.apache.openejb.config
 

Methods in org.apache.openejb.config with parameters of type Service
<T extends ServiceInfo>
T
ConfigurationFactory.configureService(Service service, java.lang.Class<? extends T> infoType)
          This is the major piece of code that configures servics It merges the data from the declaration with the data from the openejb.xml file (say ) The end result is a canonical (i.e.
 

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

Classes in org.apache.openejb.config.sys that implement Service
 class AbstractService
          Java class for Service complex type.
 class ConnectionManager
          Java class for anonymous complex type.
 class Connector
          Java class for anonymous complex type.
 class Container
          Java class for anonymous complex type.
 class JndiProvider
          Java class for anonymous complex type.
 class ProxyFactory
          Java class for anonymous complex type.
 class Resource
          Java class for anonymous complex type.
 class SecurityService
          Java class for anonymous complex type.
 class TransactionManager
          Java class for anonymous complex type.
 



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