Skip navigation links

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

E13403-06


oracle.jdeveloper.deploy
Class ProfileDeployerFactory

java.lang.Object
  extended by oracle.jdeveloper.deploy.ProfileDeployerFactory

All Implemented Interfaces:
DeployerFactory

public class ProfileDeployerFactory
extends java.lang.Object
implements DeployerFactory

Base DeployerFactory, this factory is at the head of the chain of factories that will be consulted when a Deployer for a particular Profile is required.


Constructor Summary
ProfileDeployerFactory()
           

 

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

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ProfileDeployerFactory

public ProfileDeployerFactory()

Method Detail

newDeployer

public Deployer newDeployer(int deploymentSequenceId,
                            DeployShell shell)
Description copied from interface: DeployerFactory
Create and/or return an existing Deployer.
Specified by:
newDeployer in interface DeployerFactory
Parameters:
deploymentSequenceId - sequence id for the task this deployer will perform.
shell - context in which deployer should be created.

Skip navigation links

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

E13403-06


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