| Package | Description | 
|---|---|
| org.openspaces.pu.container | 
 An abstraction of a Processing Unit Containers. 
 | 
| org.openspaces.pu.container.integrated | 
 An integrated (embedded) processing unit container allowing to integrate the execution of a
Processing Unit within an application or executed within an IDE. 
 | 
| org.openspaces.pu.container.jee.jetty | |
| org.openspaces.pu.container.standalone | 
 A standalone processing unit container. 
 | 
| org.openspaces.pu.container.support | 
 Support classes for processing unit containers including command line parsers and Spring resource based
application context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProcessingUnitContainer.close()
Closes the given processing unit container. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IntegratedProcessingUnitContainer.close()
Closes the processing unit container by destroying the Spring application context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JettyProcessingUnitContainer.close()
Closes the processing unit container by destroying the web application and the Spring
 application context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StandaloneProcessingUnitContainer.close()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CompoundProcessingUnitContainer.close()  | 
Copyright © GigaSpaces.