Class WebAppController

java.lang.Object
org.jboss.as.webservices.util.WebAppController

public class WebAppController extends Object
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 Details

  • Method Details

    • incrementUsers

      public int incrementUsers() throws org.jboss.msc.service.StartException
      Throws:
      org.jboss.msc.service.StartException
    • decrementUsers

      public int decrementUsers()