|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |