GigaSpaces - Open Spaces

org.openspaces.pu.container.jee
Interface JeeProcessingUnitContainerProvider

All Superinterfaces:
ApplicationContextProcessingUnitContainerProvider, BeanLevelPropertiesAware, ClusterInfoAware, DeployableProcessingUnitContainerProvider, ProcessingUnitContainerProvider
All Known Implementing Classes:
JettyJeeProcessingUnitContainerProvider

public interface JeeProcessingUnitContainerProvider
extends ApplicationContextProcessingUnitContainerProvider, DeployableProcessingUnitContainerProvider

An extension to the ApplicationContextProcessingUnitContainerProvider that can handle JEE processing units.

Author:
kimchy

Field Summary
static String APPLICATION_CONTEXT_CONTEXT
          The ServletContext key under which the ApplicationContext (loaded from the pu.xml) is stored.
static String BEAN_LEVEL_PROPERTIES_CONTEXT
          The ServletContext key under which the BeanLevelProperties is stored.
static String CLUSTER_INFO_CONTEXT
          The ServletContext key under which the ClusterInfo is stored.
 
Fields inherited from interface org.openspaces.pu.container.spi.ApplicationContextProcessingUnitContainerProvider
DEFAULT_FS_PU_CONTEXT_LOCATION, DEFAULT_PU_CONTEXT_LOCATION
 
Fields inherited from interface org.openspaces.pu.container.ProcessingUnitContainerProvider
CONTAINER_CLASS_PROP
 
Fields inherited from interface org.openspaces.pu.container.DeployableProcessingUnitContainerProvider
CONTEXT_PROPERTY_DEPLOY_PATH
 
Fields inherited from interface org.openspaces.pu.container.ProcessingUnitContainerProvider
CONTAINER_CLASS_PROP
 
Method Summary
 
Methods inherited from interface org.openspaces.pu.container.spi.ApplicationContextProcessingUnitContainerProvider
addConfigLocation, addConfigLocation
 
Methods inherited from interface org.openspaces.pu.container.ProcessingUnitContainerProvider
createContainer
 
Methods inherited from interface org.openspaces.core.cluster.ClusterInfoAware
setClusterInfo
 
Methods inherited from interface org.openspaces.core.properties.BeanLevelPropertiesAware
setBeanLevelProperties
 
Methods inherited from interface org.openspaces.pu.container.DeployableProcessingUnitContainerProvider
setDeployPath
 
Methods inherited from interface org.openspaces.pu.container.ProcessingUnitContainerProvider
createContainer
 

Field Detail

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

GigaSpaces - Open Spaces

Copyright © GigaSpaces.