org.jboss.web
Interface AbstractWebContainerMBean
- All Superinterfaces:
- Service, ServiceMBean
- All Known Implementing Classes:
- AbstractWebContainer
- public interface AbstractWebContainerMBean
- extends ServiceMBean
A template pattern for web container integration into JBoss.
- Version:
- $Revision: 1.1.2.1 $
- Author:
- Scott_Stark@displayscape.com
Method Summary |
void |
deploy(java.lang.String ctxPath,
java.lang.String warUrl)
|
java.util.Iterator |
getDeployedApplications()
Returns the applications deployed by the container factory |
boolean |
isDeployed(java.lang.String warUrl)
|
void |
undeploy(java.lang.String warUrl)
|
deploy
public void deploy(java.lang.String ctxPath,
java.lang.String warUrl)
throws DeploymentException
undeploy
public void undeploy(java.lang.String warUrl)
throws DeploymentException
isDeployed
public boolean isDeployed(java.lang.String warUrl)
getDeployedApplications
public java.util.Iterator getDeployedApplications()
- Returns the applications deployed by the container factory
- Returns:
- An Iterator of WebApplication objects for the deployed wars.
Copyright © 2000 The JBoss Organization. All Rights Reserved.