Uses of Class
org.openspaces.pu.container.CannotCreateContainerException
Packages that use CannotCreateContainerException
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.
A standalone processing unit container.
-
Uses of CannotCreateContainerException in org.openspaces.pu.container
Methods in org.openspaces.pu.container that throw CannotCreateContainerExceptionModifier and TypeMethodDescriptionabstract ProcessingUnitContainerProcessingUnitContainerProvider.createContainer()Creates a processing unit container. -
Uses of CannotCreateContainerException in org.openspaces.pu.container.integrated
Methods in org.openspaces.pu.container.integrated that throw CannotCreateContainerExceptionModifier and TypeMethodDescriptionIntegratedProcessingUnitContainerProvider.createContainer()Creates a newIntegratedProcessingUnitContainerbased on the configured parameters. -
Uses of CannotCreateContainerException in org.openspaces.pu.container.jee.jetty
Methods in org.openspaces.pu.container.jee.jetty that throw CannotCreateContainerExceptionModifier and TypeMethodDescriptionJettyJeeProcessingUnitContainerProvider.createContainer()See the header javadoc. -
Uses of CannotCreateContainerException in org.openspaces.pu.container.standalone
Methods in org.openspaces.pu.container.standalone that throw CannotCreateContainerExceptionModifier and TypeMethodDescriptionStandaloneProcessingUnitContainerProvider.createContainer()Creates a newStandaloneProcessingUnitContainerbased on the configured parameters.