org.jboss.deployment
Interface J2eeDeployerMBean

All Superinterfaces:
Service, ServiceMBean
All Known Implementing Classes:
J2eeDeployer

public interface J2eeDeployerMBean
extends ServiceMBean

Version:
$Revision: 1.2 $
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)
           
 boolean isDeployed(java.lang.String url)
           
 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

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.