站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 server API Documentation 英文版文档

RemoteDeployer.DeployerCommand (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档


org.jboss.jmx.service
Class RemoteDeployer.DeployerCommand

java.lang.Object
  extended byorg.jboss.jmx.service.RemoteDeployer.DeployerCommand
Enclosing class:
RemoteDeployer

protected abstract static class RemoteDeployer.DeployerCommand
extends Object

Switches equate to commands for the desired deploy/undeploy operation to execute; this is the base class for those commands.


Field Summary
protected  URL url
           
 
Constructor Summary
RemoteDeployer.DeployerCommand(String url)
           
 
Method Summary
abstract  void execute(org.jboss.deployment.Deployer deployer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

protected URL url
Constructor Detail

RemoteDeployer.DeployerCommand

public RemoteDeployer.DeployerCommand(String url)
                               throws Exception
Method Detail

execute

public abstract void execute(org.jboss.deployment.Deployer deployer)
                      throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.