org.apache.geronimo.deployment.plugin.local
Class DistributeCommand

java.lang.Object
  extended byorg.apache.geronimo.deployment.plugin.local.CommandSupport
      extended byorg.apache.geronimo.deployment.plugin.local.DistributeCommand
All Implemented Interfaces:
javax.enterprise.deploy.spi.status.ProgressObject, Runnable

public class DistributeCommand
extends CommandSupport

Version:
$Revision: 1.13 $ $Date: 2004/09/01 16:35:25 $

Constructor Summary
DistributeCommand(org.apache.geronimo.kernel.KernelMBean kernel, javax.enterprise.deploy.spi.Target[] targetList, File moduleArchive, File deploymentPlan)
           
DistributeCommand(org.apache.geronimo.kernel.KernelMBean 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, cancel, complete, fail, getClientConfiguration, getDeploymentStatus, getResultTargetModuleIDs, isCancelSupported, isStopSupported, removeProgressListener, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributeCommand

public DistributeCommand(org.apache.geronimo.kernel.KernelMBean kernel,
                         javax.enterprise.deploy.spi.Target[] targetList,
                         File moduleArchive,
                         File deploymentPlan)

DistributeCommand

public DistributeCommand(org.apache.geronimo.kernel.KernelMBean kernel,
                         javax.enterprise.deploy.spi.Target[] targetList,
                         InputStream moduleStream,
                         InputStream deploymentStream)
Method Detail

run

public void run()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.