Uses of Class
org.openspaces.pu.container.CannotCloseContainerException
Packages that use CannotCloseContainerException
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.
Support classes for processing unit containers including command line parsers and Spring resource based
application context.
-
Uses of CannotCloseContainerException in org.openspaces.pu.container
Methods in org.openspaces.pu.container that throw CannotCloseContainerExceptionModifier and TypeMethodDescriptionvoidProcessingUnitContainer.close()Closes the given processing unit container. -
Uses of CannotCloseContainerException in org.openspaces.pu.container.integrated
Methods in org.openspaces.pu.container.integrated that throw CannotCloseContainerExceptionModifier and TypeMethodDescriptionvoidIntegratedProcessingUnitContainer.close()Closes the processing unit container by destroying the Spring application context. -
Uses of CannotCloseContainerException in org.openspaces.pu.container.jee.jetty
Methods in org.openspaces.pu.container.jee.jetty that throw CannotCloseContainerExceptionModifier and TypeMethodDescriptionvoidJettyProcessingUnitContainer.close()Closes the processing unit container by destroying the web application and the Spring application context. -
Uses of CannotCloseContainerException in org.openspaces.pu.container.standalone
Methods in org.openspaces.pu.container.standalone that throw CannotCloseContainerException -
Uses of CannotCloseContainerException in org.openspaces.pu.container.support
Methods in org.openspaces.pu.container.support that throw CannotCloseContainerException