org.jboss.deployment
Interface J2eeDeployerMBean
- All Superinterfaces:
- Service, ServiceMBean
- All Known Implementing Classes:
- J2eeDeployer
- public interface J2eeDeployerMBean
- extends ServiceMBean
- Version:
- $Revision: 1.3 $
- Author:
- Daniel Schulze (daniel.schulze@telkel.com)
- See Also:
OBJECT_NAME
public static final java.lang.String OBJECT_NAME
setDeployerName
public void setDeployerName(java.lang.String name)
getDeployerName
public java.lang.String getDeployerName()
setJarDeployerName
public void setJarDeployerName(java.lang.String jarDeployerName)
getJarDeployerName
public java.lang.String getJarDeployerName()
setWarDeployerName
public void setWarDeployerName(java.lang.String warDeployerName)
getWarDeployerName
public java.lang.String getWarDeployerName()
deploy
public void deploy(java.lang.String url)
throws java.net.MalformedURLException,
java.io.IOException,
J2eeDeploymentException
undeploy
public void undeploy(java.lang.String url)
throws java.net.MalformedURLException,
java.io.IOException,
J2eeDeploymentException
isDeployed
public boolean isDeployed(java.lang.String url)
throws java.net.MalformedURLException,
J2eeDeploymentException
Copyright © 2000 The JBoss Organization. All Rights Reserved.