| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.pu.container.jee.jetty.JettyProcessingUnitContainer
public class JettyProcessingUnitContainer
The actual container simply holding the jetty web application context, the application context,
 and the JettyHolder. They are used when closing
 this container.
| Constructor Summary | |
|---|---|
JettyProcessingUnitContainer(ApplicationContext applicationContext,
                             org.eclipse.jetty.webapp.WebAppContext webAppContext,
                             org.eclipse.jetty.server.handler.ContextHandlerCollection contextHandlerCollection,
                             JettyHolder jettyHolder,
                             List<FreePortGenerator.PortHandle> portHandels)
 | 
|
| Method Summary | |
|---|---|
 void | 
close()
Closes the processing unit container by destroying the web application and the Spring application context.  | 
 ApplicationContext | 
getApplicationContext()
Returns the spring application context this processing unit container wraps.  | 
 JeeServiceDetails | 
getJeeDetails()
 | 
 ServiceDetails[] | 
getServicesDetails()
Retruns one or more service details that the service exposes.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public JettyProcessingUnitContainer(ApplicationContext applicationContext,
                                    org.eclipse.jetty.webapp.WebAppContext webAppContext,
                                    org.eclipse.jetty.server.handler.ContextHandlerCollection contextHandlerCollection,
                                    JettyHolder jettyHolder,
                                    List<FreePortGenerator.PortHandle> portHandels)
| Method Detail | 
|---|
public ApplicationContext getApplicationContext()
getApplicationContext in interface ApplicationContextProcessingUnitContainerpublic ServiceDetails[] getServicesDetails()
ServiceDetailsProvider
getServicesDetails in interface ServiceDetailsProviderpublic JeeServiceDetails getJeeDetails()
public void close()
           throws CannotCloseContainerException
close in interface ProcessingUnitContainerCannotCloseContainerException
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||