Package org.openspaces.pu.container.spi
Class ApplicationContextProcessingUnitContainerProvider
java.lang.Object
org.openspaces.pu.container.ProcessingUnitContainerProvider
org.openspaces.pu.container.spi.ApplicationContextProcessingUnitContainerProvider
- All Implemented Interfaces:
ClusterInfoAware,BeanLevelPropertiesAware
- Direct Known Subclasses:
IntegratedProcessingUnitContainerProvider,JeeProcessingUnitContainerProvider,StandaloneProcessingUnitContainerProvider
public abstract class ApplicationContextProcessingUnitContainerProvider
extends ProcessingUnitContainerProvider
- Author:
- kimchy
-
Field Summary
FieldsFields inherited from class org.openspaces.pu.container.ProcessingUnitContainerProvider
CONTAINER_CLASS_PROP, CONTEXT_PROPERTY_DEPLOY_PATH, SPACE_NAME_PROPERTY_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidaddConfigLocation(String configLocation) abstract voidaddConfigLocation(org.springframework.core.io.Resource resource) Methods inherited from class org.openspaces.pu.container.ProcessingUnitContainerProvider
createContainer, getBeanLevelProperties, getClusterInfo, getConfig, setBeanLevelProperties, setClassLoader, setClusterInfo, setDeployPath, setManifestUrls, setMetricRegistrator, setSpaceName
-
Field Details
-
DEFAULT_PU_CONTEXT_LOCATION
- See Also:
-
DEFAULT_FS_PU_CONTEXT_LOCATION
- See Also:
-
-
Constructor Details
-
ApplicationContextProcessingUnitContainerProvider
public ApplicationContextProcessingUnitContainerProvider()
-
-
Method Details
-
addConfigLocation
- Throws:
IOException
-
addConfigLocation
public abstract void addConfigLocation(org.springframework.core.io.Resource resource) throws IOException - Throws:
IOException
-