| com.caucho.j2ee.deployclient.DeploymentProxyAPI
DeploymentProxyAPI | public interface DeploymentProxyAPI (Code) | | Interface for the deployment manager.
|
Method Summary | |
public ProgressObject | distribute(Target[] targets, InputStream deploymentPlan, InputStream archiveIs) Distributes the archive. | public TargetModuleID[] | getAvailableModules(String moduleType) Gets the current modules. | public TargetImpl[] | getTargets() Returns the targets for the server. | public ProgressObject | start(TargetModuleID[] ids) Starts the archive. | public ProgressObject | stop(TargetModuleID[] ids) Stops the archive. | public ProgressObject | undeploy(TargetModuleID[] ids) Undeploys the archive. |
distribute | public ProgressObject distribute(Target[] targets, InputStream deploymentPlan, InputStream archiveIs)(Code) | | Distributes the archive.
|
getAvailableModules | public TargetModuleID[] getAvailableModules(String moduleType)(Code) | | Gets the current modules.
|
getTargets | public TargetImpl[] getTargets()(Code) | | Returns the targets for the server.
|
start | public ProgressObject start(TargetModuleID[] ids)(Code) | | Starts the archive.
|
stop | public ProgressObject stop(TargetModuleID[] ids)(Code) | | Stops the archive.
|
undeploy | public ProgressObject undeploy(TargetModuleID[] ids)(Code) | | Undeploys the archive.
|
|
|