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

Packages that use DistributeCommand
org.apache.geronimo.deployment.plugin.jmx   
org.apache.geronimo.deployment.plugin.remote   
 

Uses of DistributeCommand in org.apache.geronimo.deployment.plugin.jmx
 

Methods in org.apache.geronimo.deployment.plugin.jmx that return DistributeCommand
protected  DistributeCommand RemoteDeploymentManager.createDistributeCommand(Target[] targetList, File moduleArchive, File deploymentPlan)
           
protected  DistributeCommand JMXDeploymentManager.createDistributeCommand(Target[] targetList, File moduleArchive, File deploymentPlan)
           
protected  DistributeCommand RemoteDeploymentManager.createDistributeCommand(Target[] targetList, ModuleType moduleType, InputStream moduleArchive, InputStream deploymentPlan)
           
protected  DistributeCommand JMXDeploymentManager.createDistributeCommand(Target[] targetList, ModuleType moduleType, InputStream moduleArchive, InputStream deploymentPlan)
           
 

Uses of DistributeCommand in org.apache.geronimo.deployment.plugin.remote
 

Subclasses of DistributeCommand in org.apache.geronimo.deployment.plugin.remote
 class DistributeCommand
          A version of the distribute command that works on a server different than the application server.
 



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