org.jboss.deployment
Interface DeployerMBean

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

public interface DeployerMBean
extends ServiceMBean

The common interface for services that deploy application components.

Version:
$Revision: 1.1 $
Author:
Toby Allsopp (toby.allsopp@peace.com)

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
 

Method Detail

deploy

public void deploy(java.lang.String url)
            throws java.net.MalformedURLException,
                   java.io.IOException,
                   DeploymentException

undeploy

public void undeploy(java.lang.String url)
              throws java.net.MalformedURLException,
                     java.io.IOException,
                     DeploymentException

isDeployed

public boolean isDeployed(java.lang.String url)
                   throws java.net.MalformedURLException,
                          DeploymentException


Copyright © 2000 The JBoss Organization. All Rights Reserved.