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:

Field Summary
static java.lang.String OBJECT_NAME
           
 
Method Summary
 void deploy(java.lang.String url)
           
 java.lang.String getDeployerName()
           
 java.lang.String getJarDeployerName()
           
 java.lang.String getWarDeployerName()
           
 boolean isDeployed(java.lang.String url)
           
 void setDeployerName(java.lang.String name)
           
 void setJarDeployerName(java.lang.String jarDeployerName)
           
 void setWarDeployerName(java.lang.String warDeployerName)
           
 void undeploy(java.lang.String url)
           
 
Methods inherited from interface org.jboss.util.ServiceMBean
getName, getState, getStateString
 
Methods inherited from interface org.jboss.util.Service
destroy, init, start, stop
 

Field Detail

OBJECT_NAME

public static final java.lang.String OBJECT_NAME
Method Detail

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.