JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Known Implementing Classes:
JarDeployerFactory
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
Methods
Modifier and Type
Method and Description
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 12c (12.1.3) E41664-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 1997, 2014, Oracle. All rights reserved.