|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.deploy.DefaultDeployShellFactory
public class DefaultDeployShellFactory
The default implementation of a DeployShellFactory creates a DeployShell that has the current Context and information gathered from the DeploymentManager and DeploymentViewManager.
| Constructor Summary | |
|---|---|
DefaultDeployShellFactory()
|
|
| Method Summary | |
|---|---|
DeployShell |
create(int deploySequenceId,
Context context,
DeployShell parent)
Creates a deploy shell with the context supplied and information gathered from various managers. |
DeployShell |
create(int deploySequenceId,
Context context,
DeployShell parent,
java.io.PrintWriter logPrintWriter)
Creates a deploy shell with the context supplied and information gathered from various managers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultDeployShellFactory()
| Method Detail |
|---|
public DeployShell create(int deploySequenceId,
Context context,
DeployShell parent)
create in interface DeployShellFactorydeploySequenceId - context - the context for the shell. Context can be null only if parent is non-null.parent - creates the new shell as a child of an existing shell. Parent
can be null.
public DeployShell create(int deploySequenceId,
Context context,
DeployShell parent,
java.io.PrintWriter logPrintWriter)
deploySequenceId - context - the context for the shell. Context can be null only if parent is non-null.parent - creates the new shell as a child of an existing shell. Parent
can be null.logPrintWriter - PrintWriter to be used
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||