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

java.lang.Object
  extended by org.apache.geronimo.deployment.plugin.local.CommandSupport
      extended by org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand
          extended by org.apache.geronimo.deployment.plugin.local.RedeployCommand
All Implemented Interfaces:
Runnable, ProgressObject
Direct Known Subclasses:
RedeployCommand

public class RedeployCommand
extends AbstractDeployCommand


Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand
deployer, deploymentPlan, deploymentStream, kernel, moduleArchive, moduleStream, moduleType, spool
 
Fields inherited from class org.apache.geronimo.deployment.plugin.local.CommandSupport
commandContext
 
Constructor Summary
RedeployCommand(Kernel kernel, TargetModuleID[] moduleIDList, File moduleArchive, File deploymentPlan)
           
RedeployCommand(Kernel kernel, TargetModuleID[] moduleIDList, InputStream moduleArchive, InputStream deploymentPlan)
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand
copyTo, createTempFile, doDeploy, getRemoteDeployUploadURL, massageFileNames
 
Methods inherited from class org.apache.geronimo.deployment.plugin.local.CommandSupport
addModule, addProgressListener, addWebContextPaths, 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
 

Constructor Detail

RedeployCommand

public RedeployCommand(Kernel kernel,
                       TargetModuleID[] moduleIDList,
                       File moduleArchive,
                       File deploymentPlan)

RedeployCommand

public RedeployCommand(Kernel kernel,
                       TargetModuleID[] moduleIDList,
                       InputStream moduleArchive,
                       InputStream deploymentPlan)
Method Detail

run

public void run()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.