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.