| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| 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.
| Nested Class Summary | |
|---|---|
static interface | 
DefaultDeployShellFactory.Configurator
Configures a newly created root DeployShell.  | 
| Method Summary | |
|---|---|
 DeployShell | 
create(int deploySequenceId,
       Context context,
       DeployShell parent)
Creates a deploy shell with the context supplied and information gathered from various managers.  | 
static DefaultDeployShellFactory | 
getInstance()
 | 
 void | 
registerConfigurator(DefaultDeployShellFactory.Configurator configurator)
 | 
 boolean | 
unregisterConfigurator(DefaultDeployShellFactory.Configurator configurator)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public DeployShell create(int deploySequenceId,
                          Context context,
                          DeployShell parent)
                   throws DeployException
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.
DeployExceptionpublic static DefaultDeployShellFactory getInstance()
public void registerConfigurator(DefaultDeployShellFactory.Configurator configurator)
public boolean unregisterConfigurator(DefaultDeployShellFactory.Configurator configurator)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||