Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.jdeveloper.deploy
Interface DeployerFactory

All Known Implementing Classes:
JarDeployerFactory, ProfileDeployerFactory

public interface DeployerFactory

A Deployment Factory is reponsible for providing a Deployer, given a DeploymentSequenceId. Pre-defined DeploymentSequenceIds can be found in DeploymentConstants. New sequence Ids can be created by calling DeploymentManager.getDeploymentSequenceId.


Method Summary
 Deployer newDeployer(int deploymentSequenceId, DeployShell shell)
          Create and/or return an existing Deployer.
 

Method Detail

newDeployer

Deployer newDeployer(int deploymentSequenceId,
                     DeployShell shell)
Create and/or return an existing Deployer.

Parameters:
deploymentSequenceId - sequence id for the task this deployer will perform.
shell - context in which deployer should be created.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.