| Modifier and Type | Interface and Description |
|---|---|
interface |
EmbeddedLocalContainer
Represents an embedded container which only requires the correct JARs in the classpath to work.
|
interface |
InstalledLocalContainer
Represents a local container that requires an installation to work.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalConfiguration.configure(LocalContainer container)
Setup the container which means setting up a valid directory structure, setting up
configuration files and deploying static deployables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceSupport.configure(DataSource ds,
LocalContainer container) |
void |
ResourceSupport.configure(Resource ds,
LocalContainer container) |
void |
DataSourceSupport.configureDataSources(LocalContainer container)
Configure the DataSources defined for this configuration.
|
void |
ResourceSupport.configureResources(LocalContainer container)
Configure the Resources defined for this configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Geronimo1xInstalledLocalContainer
Geronimo 1.x series container implementation.
|
class |
Geronimo2xInstalledLocalContainer
Geronimo 2.x series container implementation.
|
class |
Geronimo3xInstalledLocalContainer
Geronimo 3.x series container implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GeronimoExistingLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
Geronimo3xStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
Geronimo2xStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
Geronimo1xStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.tools.ant.types.FilterChain |
AbstractGeronimoStandaloneLocalConfiguration.createGeronimoFilterChain(LocalContainer container)
Create filter to replace tokens in configuration file with user defined values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlassFish2xInstalledLocalContainer
GlassFish 2.x installed local container.
|
class |
GlassFish3xInstalledLocalContainer
GlassFish 3.x installed local container.
|
class |
GlassFish4xInstalledLocalContainer
GlassFish 4.x installed local container.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GlassFishExistingLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGlassFishInstalledLocalContainer
Abstract GlassFish installed local container.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGlassFishStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Creates a new domain and set up the workspace by invoking the "asadmin" command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JBoss3xInstalledLocalContainer
JBoss 3.x series container implementation.
|
class |
JBoss42xInstalledLocalContainer
JBoss 4.2.x series container implementation.
|
class |
JBoss4xInstalledLocalContainer
JBoss 4.x series container implementation.
|
class |
JBoss51xInstalledLocalContainer
JBoss 5.1.x series container implementation.
|
class |
JBoss5xInstalledLocalContainer
JBoss 5.x series container implementation.
|
class |
JBoss61xInstalledLocalContainer
JBoss 6.1.x series container implementation.
|
class |
JBoss6xInstalledLocalContainer
JBoss 6.x series container implementation.
|
class |
JBoss71xInstalledLocalContainer
JBoss 7.1.x series container implementation.
|
class |
JBoss7xInstalledLocalContainer
JBoss 7.x series container implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JBoss7xStandaloneLocalConfiguration.configure(LocalContainer container)
Setup the container which means setting up a valid directory structure, setting up
configuration files and deploying static deployables.
|
void |
JBoss71xStandaloneLocalConfiguration.configure(LocalContainer container)
Setup the container which means setting up a valid directory structure, setting up
configuration files and deploying static deployables.
|
protected void |
JBossStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
JBossExistingLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
JBoss7xStandaloneLocalConfiguration.doConfigure(LocalContainer c)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
JBoss7xExistingLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
JBoss71xStandaloneLocalConfiguration.doConfigure(LocalContainer c)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
JBoss7xStandaloneLocalConfiguration.performXmlReplacements(LocalContainer container)
Perform the XML replacements for the specified container.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JBoss5xInstalledLocalContainer
The JBoss5x container implementation must implement this interface which provides JBoss5x
specifics elements.
|
interface |
JBossInstalledLocalContainer
All JBoss container implementation must implement this interface which provides method to find
out the location of configuration files located in the JBoss installation source tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJBoss5xInstalledLocalContainer
Abstract class for JBoss 5x container family.
|
class |
AbstractJBossInstalledLocalContainer
Abstract class for JBoss container family.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJBoss5xStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
| Modifier and Type | Class and Description |
|---|---|
class |
Jetty4xEmbeddedLocalContainer
Special container support for the Jetty 4.x servlet container, using Jetty in embedded mode.
|
class |
Jetty5xEmbeddedLocalContainer
A Jetty 5.x instance running embedded.
|
class |
Jetty6xEmbeddedLocalContainer
A Jetty 6.x instance running embedded.
|
class |
Jetty6xInstalledLocalContainer
Special container support for the Jetty 6.x servlet container.
|
class |
Jetty7xEmbeddedLocalContainer
A Jetty 7.x instance running embedded.
|
class |
Jetty7xInstalledLocalContainer
Special container support for the Jetty 7.x servlet container.
|
class |
Jetty8xEmbeddedLocalContainer
A Jetty 8.x instance running embedded.
|
class |
Jetty8xInstalledLocalContainer
Special container support for the Jetty 8.x servlet container.
|
class |
Jetty9xEmbeddedLocalContainer
A Jetty 9.x instance running embedded.
|
class |
Jetty9xInstalledLocalContainer
Special container support for the Jetty 9.x servlet container.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Jetty9xEmbeddedStandaloneLocalConfiguration.activateLogging(LocalContainer container)
Turn on the logging for the container.
|
protected void |
Jetty8xEmbeddedStandaloneLocalConfiguration.activateLogging(LocalContainer container)
Turn on the logging for the container.
|
protected void |
Jetty7xEmbeddedStandaloneLocalConfiguration.activateLogging(LocalContainer container)
Turn on the logging for the container.
|
protected void |
Jetty6xEmbeddedStandaloneLocalConfiguration.activateLogging(LocalContainer container)
Turn on the logging for the container.
|
protected void |
Jetty5xEmbeddedStandaloneLocalConfiguration.activateLogging(LocalContainer container)
Configure the logging for the Jetty container.
|
protected void |
Jetty4xEmbeddedStandaloneLocalConfiguration.activateLogging(LocalContainer container)
Turn on the logging for the container.
|
protected void |
Jetty8xStandaloneLocalConfiguration.configureDatasource(LocalContainer container,
String etcDir)
Configure datasource definitions.
|
protected void |
Jetty7xStandaloneLocalConfiguration.configureDatasource(LocalContainer container,
String etcDir)
Configure datasource definitions.
|
protected void |
Jetty7xStandaloneLocalConfiguration.createDatasourceDefinitions(StringBuilder sb,
LocalContainer container)
Creates datasource definitions.
|
AbstractInstalledLocalDeployer |
Jetty9xExistingLocalConfiguration.createDeployer(LocalContainer container)
Creation of deployer according to the container
|
AbstractInstalledLocalDeployer |
Jetty7xExistingLocalConfiguration.createDeployer(LocalContainer container)
Creation of deployer according to the container
|
AbstractInstalledLocalDeployer |
Jetty6xExistingLocalConfiguration.createDeployer(LocalContainer container)
Creation of deployer according to the container
|
protected void |
Jetty7xStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJetty4x5xEmbeddedLocalContainer
Common code for all Jetty 4.x and 5.x embedded container implementations.
|
class |
AbstractJettyEmbeddedLocalContainer
Common code for all Jetty embedded container implementations.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractJettyEmbeddedStandaloneLocalConfiguration.activateLogging(LocalContainer container)
Turn on the logging for the container.
|
abstract AbstractInstalledLocalDeployer |
AbstractJettyExistingLocalConfiguration.createDeployer(LocalContainer container)
Creation of deployer according to the container
|
protected void |
AbstractJettyStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
AbstractJettyExistingLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
void |
AbstractJettyEmbeddedStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
| Modifier and Type | Class and Description |
|---|---|
class |
Jo1xInstalledLocalContainer
jo! 1.1 container implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Jo1xStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
| Modifier and Type | Class and Description |
|---|---|
class |
Jonas4xInstalledLocalContainer
Support for the JOnAS JEE container.
|
class |
Jonas5xInstalledLocalContainer
Support for the JOnAS JEE container.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Jonas5xStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
Jonas5xExistingLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
Jonas4xStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
Jonas4xExistingLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJonasInstalledLocalContainer
Support for the JOnAS JEE container.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJonasStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
| Modifier and Type | Class and Description |
|---|---|
class |
JRun4xInstalledLocalContainer
Special container support for the Adobe JRun4.x servlet container.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationBuilder |
JRun4xStandaloneLocalConfiguration.createConfigurationBuilder(LocalContainer container)
Gets this configuration's
ConfigurationBuilder. |
protected void |
JRun4xStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
JRun4xExistingLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected String |
JRun4xStandaloneLocalConfiguration.getOrCreateDataSourceConfigurationFile(DataSource ds,
LocalContainer container)
Gets the file to insert Datasource Configuraton into.
|
protected String |
JRun4xStandaloneLocalConfiguration.getOrCreateResourceConfigurationFile(Resource resource,
LocalContainer container)
Gets the file to insert Resource Configuraton into.
|
| Constructor and Description |
|---|
JRun4xFilterChain(LocalContainer jrunContainer)
Sole constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJRunInstalledLocalContainer
Common support for all JRun container versions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Oc4j10xInstalledLocalContainer
Installed local container for the OC4J 10.x application server.
|
class |
Oc4j9xInstalledLocalContainer
Special container support for the OC4J 9.x application server.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Oc4j10xExistingLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOc4j10xInstalledLocalContainer
Abstract class for installed local container for the OC4J 10.x application server.
|
class |
AbstractOrionInstalledLocalContainer
Basic support for the Orion application server.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationBuilder |
AbstractOrionStandaloneLocalConfiguration.createConfigurationBuilder(LocalContainer container) |
protected void |
AbstractOrionStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
String |
AbstractOrionStandaloneLocalConfiguration.getOrCreateDataSourceConfigurationFile(DataSource ds,
LocalContainer container)
note that this file could hold other configuration besides datasources.
|
protected String |
AbstractOrionStandaloneLocalConfiguration.getOrCreateResourceConfigurationFile(Resource resource,
LocalContainer container)
note that this file could hold other configuration besides Resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Resin2xInstalledLocalContainer
Special container support for the Caucho Resin 3.x servlet container.
|
class |
Resin31xInstalledLocalContainer
Special container support for the Caucho Resin 3.1.x servlet container.
|
class |
Resin3xInstalledLocalContainer
Special container support for the Caucho Resin 3.x servlet container.
|
class |
Resin4xInstalledLocalContainer
Special container support for the Caucho Resin 4.x servlet container.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationBuilder |
Resin3xStandaloneLocalConfiguration.createConfigurationBuilder(LocalContainer container) |
protected ConfigurationBuilder |
Resin2xStandaloneLocalConfiguration.createConfigurationBuilder(LocalContainer container) |
protected void |
Resin2xExistingLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResinInstalledLocalContainer
Common support for all Resin container versions.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractResinStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
String |
AbstractResinStandaloneLocalConfiguration.getOrCreateDataSourceConfigurationFile(DataSource ds,
LocalContainer container)
note that this file could hold other configuration besides datasources.
|
protected String |
AbstractResinStandaloneLocalConfiguration.getOrCreateResourceConfigurationFile(Resource resource,
LocalContainer container)
note that this file could hold other configuration besides Resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEmbeddedLocalContainer
Default container implementation that all local embedded container implementations must extend.
|
class |
AbstractInstalledLocalContainer
Default container implementation that all local installed container implementations must extend.
|
class |
AbstractLocalContainer
Default container implementation that all local container implementations must extend.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLocalConfiguration.configure(LocalContainer container)
Setup the container which means setting up a valid directory structure, setting up
configuration files and deploying static deployables.
|
protected void |
AbstractStandaloneLocalConfiguration.configureFiles(org.apache.tools.ant.types.FilterChain filterChain,
LocalContainer container)
Copy the customized configuration files into the cargo home directory.
|
protected void |
AbstractLocalConfiguration.configureFiles(org.apache.tools.ant.types.FilterChain filterChain,
LocalContainer container)
Copy the customized configuration files into the cargo home directory.
|
protected abstract void |
AbstractLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
AbstractStandaloneLocalConfiguration.performXmlReplacements(LocalContainer container)
Perform the XML replacements for the specified container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.configure(DataSource ds,
LocalContainer container) |
void |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.configure(LocalContainer container)
Configure the specified container.
|
void |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.configure(Resource ds,
LocalContainer container) |
void |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.configureDataSources(LocalContainer container)
Configure the DataSources defined for this configuration.
|
void |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.configureResources(LocalContainer container)
Configure the Resources defined for this configuration.
|
protected abstract ConfigurationBuilder |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.createConfigurationBuilder(LocalContainer container) |
protected abstract String |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.getOrCreateDataSourceConfigurationFile(DataSource ds,
LocalContainer container)
note that this file could hold other configuration besides datasources.
|
protected abstract String |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.getOrCreateResourceConfigurationFile(Resource resource,
LocalContainer container)
note that this file could hold other configuration besides Resources.
|
| Modifier and Type | Method and Description |
|---|---|
protected LocalContainer |
AbstractLocalDeployer.getContainer() |
| Constructor and Description |
|---|
AbstractInstalledLocalDeployer(LocalContainer container) |
AbstractLocalDeployer(LocalContainer container) |
| Modifier and Type | Class and Description |
|---|---|
class |
Tomcat4xInstalledLocalContainer
Special container support for the Apache Tomcat 4.x servlet container.
|
class |
Tomcat5xEmbeddedLocalContainer
Embedded Tomcat 5.x container.
|
class |
Tomcat5xInstalledLocalContainer
Special container support for the Apache Tomcat 5.x servlet container.
|
class |
Tomcat6xInstalledLocalContainer
Special container support for the Apache Tomcat 6.x servlet container.
|
class |
Tomcat7xInstalledLocalContainer
Special container support for the Apache Tomcat 7.x servlet container.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationBuilder |
Tomcat5xStandaloneLocalConfiguration.createConfigurationBuilder(LocalContainer container) |
protected ConfigurationBuilder |
Tomcat4xStandaloneLocalConfiguration.createConfigurationBuilder(LocalContainer container) |
protected void |
TomcatExistingLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
Tomcat4xStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Tomcat 4.x does not load
$CATALINA_BASE/common/lib (as explained in
http://tomcat.apache.org/tomcat-4.1-doc/class-loader-howto.html), therefore we copy the
extra classpath into $CATALINA_HOME/common/lib. |
protected String |
Tomcat5xStandaloneLocalConfiguration.getOrCreateResourceConfigurationFile(Resource rs,
LocalContainer container)
note that this file could hold other configuration besides Resources.
|
protected String |
Tomcat4xStandaloneLocalConfiguration.getOrCreateResourceConfigurationFile(Resource rs,
LocalContainer container)
note that this file could hold other configuration besides Resources.
|
protected void |
Tomcat7xStandaloneLocalConfiguration.performXmlReplacements(LocalContainer container)
Perform the XML replacements for the specified container.
|
protected void |
Tomcat5xStandaloneLocalConfiguration.performXmlReplacements(LocalContainer container)
Perform the XML replacements for the specified container.
|
protected void |
Tomcat6xStandaloneLocalConfiguration.setupManager(LocalContainer container)
Setup the manager webapp.
|
protected void |
Tomcat5xStandaloneLocalConfiguration.setupManager(LocalContainer container)
Setup the manager webapp.
|
protected void |
Tomcat4xStandaloneLocalConfiguration.setupManager(LocalContainer container)
Setup the manager webapp.
|
| Constructor and Description |
|---|
TomcatManager7xInstalledLocalDeployer(LocalContainer container) |
TomcatManagerInstalledLocalDeployer(LocalContainer container) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCatalinaInstalledLocalContainer
Base support for Catalina based containers.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocalContainer |
AbstractTomcatManagerInstalledLocalDeployer.container
The local container to deploy to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCatalinaStandaloneLocalConfiguration.configureDataSources(LocalContainer container)
Configure the DataSources defined for this configuration.
|
protected void |
AbstractCatalinaStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
String |
AbstractCatalinaStandaloneLocalConfiguration.getOrCreateDataSourceConfigurationFile(DataSource ds,
LocalContainer container)
note that this file could hold other configuration besides datasources.
|
protected abstract void |
AbstractCatalinaStandaloneLocalConfiguration.setupManager(LocalContainer container)
Setup the manager webapp.
|
| Constructor and Description |
|---|
AbstractTomcatManagerInstalledLocalDeployer(LocalContainer container) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebLogic103xInstalledLocalContainer
Special container support for the Bea WebLogic 10.3.x application server.
|
class |
WebLogic10xInstalledLocalContainer
Special container support for the Bea WebLogic 10.x application server.
|
class |
WebLogic12xInstalledLocalContainer
Special container support for the Bea WebLogic 12.x application server.
|
class |
WebLogic8xInstalledLocalContainer
Special container support for the Bea WebLogic 8.x application server.
|
class |
WebLogic9xInstalledLocalContainer
Special container support for the Bea WebLogic 9.x application server.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationBuilder |
WebLogic9xStandaloneLocalConfiguration.createConfigurationBuilder(LocalContainer container) |
protected ConfigurationBuilder |
WebLogic8xStandaloneLocalConfiguration.createConfigurationBuilder(LocalContainer container) |
protected void |
WebLogic9xStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
WebLogic8xStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
WebLogic8xExistingLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected String |
WebLogic9xStandaloneLocalConfiguration.getOrCreateDataSourceConfigurationFile(DataSource ds,
LocalContainer container)
note that this file could hold other configuration besides datasources.
|
protected String |
WebLogic8xStandaloneLocalConfiguration.getOrCreateDataSourceConfigurationFile(DataSource ds,
LocalContainer container)
note that this file could hold other configuration besides datasources.
|
protected String |
WebLogic9xStandaloneLocalConfiguration.getOrCreateResourceConfigurationFile(Resource resource,
LocalContainer container)
note that this file could hold other configuration besides Resources.
|
protected String |
WebLogic8xStandaloneLocalConfiguration.getOrCreateResourceConfigurationFile(Resource resource,
LocalContainer container)
note that this file could hold other configuration besides Resources.
|
| Constructor and Description |
|---|
WebLogic8xConfigXmlInstalledLocalDeployer(LocalContainer container) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebLogicLocalContainer
All WebLogic configuration implementations must implement this interface which provides method to
find out the location of key directories needed to operate WebLogic.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWebLogicInstalledLocalContainer
Basic support for the WebLogic application server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebSphere85xInstalledLocalContainer
IBM WebSphere 8.5 container implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebSphere85xStandaloneLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
protected void |
WebSphere85xExistingLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
Copyright © 2004-2013 Codehaus. All Rights Reserved.