Package org.jboss.as.webservices.util
Class WebAppController
java.lang.Object
org.jboss.as.webservices.util.WebAppController
WebAppController allows for automatically starting/stopping a webapp (servlet) depending on the actual need. This is useful
for WS deployments needing a given utility servlet to be up (for instance the port component link servlet)
- Since:
- 02-Dec-2011
- Author:
- alessio.soldano@jboss.com
-
Constructor Summary
ConstructorsConstructorDescriptionWebAppController(WebHost host, String servletClass, ClassLoader classloader, String contextRoot, String urlPattern, String serverTempDir) -
Method Summary
-
Constructor Details
-
WebAppController
-
-
Method Details
-
incrementUsers
public int incrementUsers() throws org.jboss.msc.service.StartException- Throws:
org.jboss.msc.service.StartException
-
decrementUsers
public int decrementUsers()
-