public class DefaultDeployShellFactory extends java.lang.Object implements DeployShellFactory
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
DefaultDeployShellFactory.Configurator
Configures a newly created root DeployShell. 
 | 
DeployShellFactory.SpiData| Modifier and Type | Method and Description | 
|---|---|
DeployShell | 
create(int deploySequenceId,
      Context context,
      DeployShell parent)
Deprecated.  
 | 
DeployShell | 
createShell(Element element,
           Context context)  | 
static DefaultDeployShellFactory | 
getInstance()  | 
void | 
registerConfigurator(DefaultDeployShellFactory.Configurator configurator)  | 
boolean | 
unregisterConfigurator(DefaultDeployShellFactory.Configurator configurator)  | 
@Deprecated public DeployShell create(int deploySequenceId, Context context, DeployShell parent) throws DeployException
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.DeployExceptionpublic static DefaultDeployShellFactory getInstance()
public DeployShell createShell(Element element, Context context)
createShell in interface DeployShellFactorypublic void registerConfigurator(DefaultDeployShellFactory.Configurator configurator)
public boolean unregisterConfigurator(DefaultDeployShellFactory.Configurator configurator)