org.openspaces.pu.container
Interface ProcessingUnitContainerProvider
- All Known Subinterfaces:
- ApplicationContextProcessingUnitContainerProvider
- All Known Implementing Classes:
- IntegratedProcessingUnitContainerProvider, StandaloneProcessingUnitContainerProvider
public interface ProcessingUnitContainerProvider
A processing unit container provider is responsible for creating
ProcessingUnitContainer
. Usually concrete implementation
will have additional parameters controlling the nature of how specific container will be created.
- Author:
- kimchy
createContainer
ProcessingUnitContainer createContainer()
throws CannotCreateContainerException
- Creates a processing unit container.
- Returns:
- A newly created processing unit container.
- Throws:
CannotCreateContainerException
Copyright © GigaSpaces.