|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.pu.container.jee.jetty.JettyProcessingUnitContainer
public class JettyProcessingUnitContainer
The actual contianer 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.mortbay.jetty.webapp.WebAppContext webAppContext,
org.mortbay.jetty.HandlerContainer container,
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.mortbay.jetty.webapp.WebAppContext webAppContext, org.mortbay.jetty.HandlerContainer container, JettyHolder jettyHolder, List<FreePortGenerator.PortHandle> portHandels)
Method Detail |
---|
public ApplicationContext getApplicationContext()
getApplicationContext
in interface ApplicationContextProcessingUnitContainer
public ServiceDetails[] getServicesDetails()
ServiceDetailsProvider
getServicesDetails
in interface ServiceDetailsProvider
public JeeServiceDetails getJeeDetails()
public void close() throws CannotCloseContainerException
close
in interface ProcessingUnitContainer
CannotCloseContainerException
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |