org.openspaces.pu.container.jee
Interface JeeProcessingUnitContainerProvider
- All Superinterfaces:
- ApplicationContextProcessingUnitContainerProvider, BeanLevelPropertiesAware, ClassLoaderAwareProcessingUnitContainerProvider, ClusterInfoAware, DeployableProcessingUnitContainerProvider, ProcessingUnitContainerProvider
- All Known Implementing Classes:
- GlassfishJeeProcessingUnitContainerProvider, JettyJeeProcessingUnitContainerProvider
public interface JeeProcessingUnitContainerProvider
- extends ApplicationContextProcessingUnitContainerProvider, DeployableProcessingUnitContainerProvider
An extension to the ApplicationContextProcessingUnitContainerProvider
that can handle JEE processing units.
- Author:
- kimchy
CLUSTER_INFO_CONTEXT
static final String CLUSTER_INFO_CONTEXT
- The
ServletContext
key under which the ClusterInfo
is stored.
- See Also:
- Constant Field Values
BEAN_LEVEL_PROPERTIES_CONTEXT
static final String BEAN_LEVEL_PROPERTIES_CONTEXT
- The
ServletContext
key under which the BeanLevelProperties
is stored.
- See Also:
- Constant Field Values
APPLICATION_CONTEXT_CONTEXT
static final String APPLICATION_CONTEXT_CONTEXT
- The
ServletContext
key under which the ApplicationContext
(loaded from the pu.xml
) is stored.
- See Also:
- Constant Field Values
Copyright © GigaSpaces.