| org.jboss.web.WebModule
WebModule | public class WebModule extends ServiceMBeanSupport implements WebModuleMBean(Code) | | A container service used to introduce war dependencies. This service is
created by the AbstractWebContainer during the create(DeploymentInfo) call
and registered under the name "jboss.web.deployment:war="+di.shortName
This name is stored in the di.context under the key AbstractWebContainer.WEB_MODULE
When the jboss-web.xml dependencies are satisfied, this service is started
and this triggers the AbstractWebDeployer.start. Likewise, a stop on this
service triggers the AbstractWebDeployer.stop.
See Also: AbstractWebContainer author: Scott.Stark@jboss.org version: $Revison:$ |
destroyService | protected void destroyService()(Code) | | |
startModule | public synchronized void startModule() throws DeploymentException(Code) | | Invokes the deployer start
|
stopModule | public synchronized void stopModule() throws DeploymentException(Code) | | Invokes the deployer stop
|
|
|