org.apache.geronimo.deployment.plugin.local
Class DistributeCommand
java.lang.Object
org.apache.geronimo.deployment.plugin.local.CommandSupport
org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand
org.apache.geronimo.deployment.plugin.local.DistributeCommand
- All Implemented Interfaces:
- javax.enterprise.deploy.spi.status.ProgressObject, Runnable
- Direct Known Subclasses:
- DistributeCommand
- public class DistributeCommand
- extends AbstractDeployCommand
- Version:
- $Rev: 399026 $ $Date: 2006-05-02 22:03:28 +0200 (Tue, 02 May 2006) $
Field Summary |
protected javax.enterprise.deploy.spi.Target[] |
targetList
|
Constructor Summary |
DistributeCommand(org.apache.geronimo.kernel.Kernel kernel,
javax.enterprise.deploy.spi.Target[] targetList,
File moduleArchive,
File deploymentPlan)
|
DistributeCommand(org.apache.geronimo.kernel.Kernel kernel,
javax.enterprise.deploy.spi.Target[] targetList,
InputStream moduleStream,
InputStream deploymentStream)
|
Method Summary |
void |
run()
|
Methods inherited from class org.apache.geronimo.deployment.plugin.local.CommandSupport |
addModule, addProgressListener, addWebURLs, addWebURLs, cancel, clean, complete, convertModuleType, doFail, fail, getClientConfiguration, getCommandContext, getDeploymentStatus, getModuleCount, getResultTargetModuleIDs, isCancelSupported, isStopSupported, isWebApp, loadChildren, removeProgressListener, setCommandContext, stop, updateStatus |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetList
protected final javax.enterprise.deploy.spi.Target[] targetList
DistributeCommand
public DistributeCommand(org.apache.geronimo.kernel.Kernel kernel,
javax.enterprise.deploy.spi.Target[] targetList,
File moduleArchive,
File deploymentPlan)
DistributeCommand
public DistributeCommand(org.apache.geronimo.kernel.Kernel kernel,
javax.enterprise.deploy.spi.Target[] targetList,
InputStream moduleStream,
InputStream deploymentStream)
run
public void run()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.