Uses of Class
org.openspaces.pu.container.ProcessingUnitContainer
Packages that use ProcessingUnitContainer
Package
Description
An abstraction of a Processing Unit Containers.
An integrated (embedded) processing unit container allowing to integrate the execution of a
Processing Unit within an application or executed within an IDE.
Internal (SPI) level interfaces for processing unit containers.
A standalone processing unit container.
Support classes for processing unit containers including command line parsers and Spring resource based
application context.
-
Uses of ProcessingUnitContainer in org.openspaces.pu.container
Methods in org.openspaces.pu.container that return ProcessingUnitContainerModifier and TypeMethodDescriptionabstract ProcessingUnitContainerProcessingUnitContainerProvider.createContainer()Creates a processing unit container. -
Uses of ProcessingUnitContainer in org.openspaces.pu.container.integrated
Subclasses of ProcessingUnitContainer in org.openspaces.pu.container.integratedModifier and TypeClassDescriptionclassThe integrated processing unit container wraps SpringApplicationContext.Methods in org.openspaces.pu.container.integrated that return ProcessingUnitContainerModifier and TypeMethodDescriptionstatic ProcessingUnitContainerIntegratedProcessingUnitContainer.createContainer(String[] args) IntegratedProcessingUnitContainerProvider.createContainer()Creates a newIntegratedProcessingUnitContainerbased on the configured parameters. -
Uses of ProcessingUnitContainer in org.openspaces.pu.container.jee
Subclasses of ProcessingUnitContainer in org.openspaces.pu.container.jeeModifier and TypeClassDescriptionclassAn extension to theApplicationContextProcessingUnitContainerthat can handle JEE processing units. -
Uses of ProcessingUnitContainer in org.openspaces.pu.container.jee.jetty
Subclasses of ProcessingUnitContainer in org.openspaces.pu.container.jee.jettyModifier and TypeClassDescriptionclassThe actual container simply holding the jetty web application context, the application context, and theJettyHolder.Methods in org.openspaces.pu.container.jee.jetty that return ProcessingUnitContainerModifier and TypeMethodDescriptionJettyJeeProcessingUnitContainerProvider.createContainer()See the header javadoc. -
Uses of ProcessingUnitContainer in org.openspaces.pu.container.spi
Subclasses of ProcessingUnitContainer in org.openspaces.pu.container.spiModifier and TypeClassDescriptionclassA processing unit container that is based on SpringApplicationContext. -
Uses of ProcessingUnitContainer in org.openspaces.pu.container.standalone
Subclasses of ProcessingUnitContainer in org.openspaces.pu.container.standaloneMethods in org.openspaces.pu.container.standalone that return ProcessingUnitContainerModifier and TypeMethodDescriptionstatic ProcessingUnitContainerStandaloneProcessingUnitContainer.createContainer(String[] args) StandaloneProcessingUnitContainerProvider.createContainer()Creates a newStandaloneProcessingUnitContainerbased on the configured parameters. -
Uses of ProcessingUnitContainer in org.openspaces.pu.container.support
Subclasses of ProcessingUnitContainer in org.openspaces.pu.container.supportModifier and TypeClassDescriptionclassCompound processing unit container wraps several processing unit containers and allows to close them.Methods in org.openspaces.pu.container.support that return ProcessingUnitContainerConstructors in org.openspaces.pu.container.support with parameters of type ProcessingUnitContainerModifierConstructorDescriptionCompoundProcessingUnitContainer(ProcessingUnitContainer[] containers)