当前页面:
在线文档首页 >
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
org.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
|
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 |
url
protected URL url
RemoteDeployer.DeployerCommand
public RemoteDeployer.DeployerCommand(String url)
throws Exception
execute
public abstract void execute(org.jboss.deployment.Deployer deployer)
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.