Uses of Interface
org.springframework.jee.config.ServiceEnvironment

Packages that use ServiceEnvironment
org.springframework.jee.config JEE configuration support. 
org.springframework.jee.inject JSR250 Support. 
 

Uses of ServiceEnvironment in org.springframework.jee.config
 

Classes in org.springframework.jee.config that implement ServiceEnvironment
 class AbstractServiceEnvironment
          Simple abstract base class.
 class AutodetectBeanFactoryServiceEnvironment
          Service environment that does automatic lookup inside the Spring context for a PlatformTransactionManager and picks the first one it finds.
 class JtaServiceEnvironment
          Jta specific service environment.
 class SimpleServiceEnvironment
          A simple javabean implemention (useful in tests) of ServiceEnvironment.
 

Methods in org.springframework.jee.config that return ServiceEnvironment
 ServiceEnvironment JeeBeanFactoryPostProcessor.getServiceEnvironment()
           
 

Methods in org.springframework.jee.config with parameters of type ServiceEnvironment
 void JeeBeanFactoryPostProcessor.setServiceEnvironment(ServiceEnvironment serviceEnvironment)
           
 

Uses of ServiceEnvironment in org.springframework.jee.inject
 

Methods in org.springframework.jee.inject that return ServiceEnvironment
 ServiceEnvironment DeploymentUnitMetadata.getEnvironment()
           
 

Methods in org.springframework.jee.inject with parameters of type ServiceEnvironment
 void DeploymentUnitMetadata.setEnvironment(ServiceEnvironment environment)
           
 



Copyright 2006 Interface21. All Rights Reserved.