A B C D G I L M O R S T U V W 

A

AbstractWebLogicInstalledLocalContainer - Class in org.codehaus.cargo.container.weblogic.internal
Basic support for the WebLogic application server.
AbstractWebLogicInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
addDataSourceToDomain(DataSource, Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
Insert the corresponding datasource element into the domain of the WebLogic server.
addDefaultMemArgs(Java) - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
addDefaultMemArgs(Java) - Method in class org.codehaus.cargo.container.weblogic.WebLogic103xInstalledLocalContainer
addDefaultMemArgs(Java) - Method in class org.codehaus.cargo.container.weblogic.WebLogic10xInstalledLocalContainer
addDefaultMemArgs(Java) - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xInstalledLocalContainer
addDefaultMemArgs(Java) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xInstalledLocalContainer
addDefaultMemArgsIfNotProvidedAsASystemProperty(Java) - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Users can override memory defaults through setting them via a system property.
addDeployableToDomain(Deployable, Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
Create and insert an app-deployment element into the domain of the WebLogic server.
addEarToDomain(EAR, Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
Insert the corresponding ear element into the domain of the WebLogic server.
addWarToDomain(WAR, Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
Insert the corresponding web app element into the domain of the WebLogic server.
ADMIN_PWD - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
Password for user with administrator rights.
ADMIN_USER - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
User with administrator rights.

B

BEA_HOME - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
BEA Home.
buildConfigurationEntryForXADataSourceConfiguredDataSource(DataSource) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
buildDataSourceFileName(DataSource) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
determines the full path to store the datasource configuration file.
buildEntryForDriverConfiguredDataSourceWithLocalTx(DataSource) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
buildEntryForDriverConfiguredDataSourceWithNoTx(DataSource) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
buildEntryForDriverConfiguredDataSourceWithXaTx(DataSource) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder

C

CONFIGURATION_VERSION - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
Version of the domain configuration.
configureDataSourceWithImplementationClass(DataSource, String) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
 
configureDataSourceWithImplementationClass(DataSource, String) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic9x10xAnd103xConfigurationBuilder
In WebLogic 9.x DataSource definitions are located in separate files linked to config.xml.
createBlankDataSourceFile(String) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
Create a blank datasource file with correct namespace.
createConfigurationBuilder(LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
createConfigurationBuilder(LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
createElementForDeployableInDomain(Deployable, Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
create the config.xml element representing the Deployable.
createIdForDeployable(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
Get a string name for the configuration of this deployable.
createIdFromFileName(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
Get a string name for the configuration of this deployable based on its filename.

D

deploy(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
deploys files by adding their configuration to the config.xml file of the WebLogic server.
deploy(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
deploys files by adding their configuration to the config.xml file of the WebLogic server.
DEPLOYABLE_FOLDER - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
The auto-deploy folder, if different then default.
deployCargoPing(WebLogicLocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
Deploy the Cargo Ping utility to the container.
deployCargoPing(WebLogicLocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
Deploy the Cargo Ping utility to the container.
deployExpandedWar(String, WAR) - Method in class org.codehaus.cargo.container.weblogic.WebLogicCopyingInstalledLocalDeployer
Copy the full expanded WAR directory to the deployable directory, renaming it if the user has specified a custom context for this expanded WAR.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogicExistingLocalConfiguration
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
DOMAIN_VERSION - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
Lowest common denominator of the servers in the domain.
doStart(Java) - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
doStop(Java) - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer

G

getAutoDeployDirectory() - Method in class org.codehaus.cargo.container.weblogic.WebLogic103xInstalledLocalContainer
When valid deployment files are written to auto-deploy directory, WebLogic will deploy and start them automatically.
getAutoDeployDirectory() - Method in class org.codehaus.cargo.container.weblogic.WebLogic10xInstalledLocalContainer
When valid deployment files are written to auto-deploy directory, WebLogic will deploy and start them automatically.
getAutoDeployDirectory() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xInstalledLocalContainer
When valid deployment files are written to auto-deploy directory, WebLogic will deploy and start them automatically.
getAutoDeployDirectory() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xInstalledLocalContainer
When valid deployment files are written to auto-deploy directory, WebLogic will deploy and start them automatically.
getAutoDeployDirectory() - Method in interface org.codehaus.cargo.container.weblogic.WebLogicLocalContainer
When valid deployment files are written to auto-deploy directory, WebLogic will deploy and start them automatically.
getBeaHome() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
getBeaHome() - Method in interface org.codehaus.cargo.container.weblogic.WebLogicLocalContainer
The BEA_HOME is a root directory for various versions of WebLogic server.
getBeaHomeDirs() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
getBeaHomeDirs() - Method in class org.codehaus.cargo.container.weblogic.WebLogic103xInstalledLocalContainer
Also includes checking of the modules directory, which is unique to WebLogic 10.
getBeaHomeDirs() - Method in class org.codehaus.cargo.container.weblogic.WebLogic10xInstalledLocalContainer
Also includes checking of the modules directory, which is unique to WebLogic 10.
getBeaHomeFiles() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
getCapability() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.weblogic.WebLogicExistingLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
getColdDeployer() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xSwitchableLocalDeployer
getConfigXmlPath() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
Return the absolute path of the config.xml file.
getConfigXmlPath() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
Return the absolute path of the config.xml file.
getDeployableDir() - Method in class org.codehaus.cargo.container.weblogic.WebLogicCopyingInstalledLocalDeployer
Specifies the directory where Deployables should be copied to.
getDomainHome() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
getDomainHome() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
get the DOMAIN_HOME of the server.
getDomainHome() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
get the DOMAIN_HOME of the server.
getDomainHome() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
The DOMAIN_HOME holds the configuration and runtime files of a WebLogic domain.
getDomainHome() - Method in interface org.codehaus.cargo.container.weblogic.WebLogicConfiguration
The DOMAIN_HOME holds the configuration and runtime files of a WebLogic domain.
getDomainHome() - Method in class org.codehaus.cargo.container.weblogic.WebLogicExistingLocalConfiguration
The DOMAIN_HOME holds the configuration and runtime files of a WebLogic domain.
getDomainHome() - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
The DOMAIN_HOME holds the configuration and runtime files of a WebLogic domain.
getHotDeployer() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xSwitchableLocalDeployer
getId() - Method in class org.codehaus.cargo.container.weblogic.WebLogic103xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.weblogic.WebLogic10xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.weblogic.WebLogic103xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.weblogic.WebLogic10xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xInstalledLocalContainer
getNamespaces() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
getNamespaces() - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
WebLogic 8.x application servers currently use DTD, and therefore return and empty map;
getOrCreateDataSourceConfigurationFile(DataSource, LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
getOrCreateDataSourceConfigurationFile(DataSource, LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
getOrCreateResourceConfigurationFile(Resource, LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
This implementation throws an UnsupportedOperationException as Resource configuration is not supported in WebLogic.
getOrCreateResourceConfigurationFile(Resource, LocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
This implementation throws an UnsupportedOperationException as Resource configuration is not supported in WebLogic.
getPropertySupportMap() - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogicExistingLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogicStandaloneLocalConfigurationCapability
getServerName() - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
 
getServerName() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
return the running server's name.
getServerName() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
return the running server's name.
getServerName() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
return the running server's name.
getWeblogicHome() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
getWeblogicHome() - Method in interface org.codehaus.cargo.container.weblogic.WebLogicLocalContainer
There are one or many WL_HOMEs per BEA_HOME.
getWeblogicHomeDirs() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
getWeblogicHomeFiles() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
getXpathForDataSourcesParent() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
getXpathForDataSourcesParent() - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
getXpathForResourcesParent() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
This implementation throws an UnsupportedOperationException as Resource configuration is not supported in WebLogic.
getXpathForResourcesParent() - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
This implementation throws an UnsupportedOperationException as Resource configuration is not supported in WebLogic.

I

ID - Static variable in class org.codehaus.cargo.container.weblogic.WebLogic103xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.weblogic.WebLogic10xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.weblogic.WebLogic8xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.weblogic.WebLogic9xInstalledLocalContainer
Unique container id.
initBeaHome() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Check the WLS installation directory setting and if the beaHome attribute is not set, guess it.

L

linkDataSourceToConfigXml(DataSource) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
This will add a reference to an externally defined datasource file into the config.xml file.
LOGGING - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
Log level used in the server log.

M

memArgsProvidedAsASystemProperty() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Scan the System properties provided by the user and determine if memory args are present.

O

org.codehaus.cargo.container.weblogic - package org.codehaus.cargo.container.weblogic
 
org.codehaus.cargo.container.weblogic.internal - package org.codehaus.cargo.container.weblogic.internal
 

R

readConfigXml() - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
read the domain's config.xml file into a Document.
readConfigXml() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
read the domain's config.xml file into a Document.
readConfigXml() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
read the domain's config.xml file into a Document.
redeploy(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogicCopyingInstalledLocalDeployer
Undeploys and then deploys artifact.
removeDeployableFromDomain(Deployable, Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
Remove the corresponding app-deployment element from the domain of the WebLogic server.
reorderAppDeploymentsAfterConfigurationVersion(Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
Per current schema of the weblogic domain, app-deployment elements need to come directly after the configuration-version element.
RESOURCE_CONFIGURATION_UNSUPPORTED - Static variable in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
Exception message when trying to configure a Resource.
RESOURCE_PATH - Static variable in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
The path under which the container resources are stored in the JAR.

S

selectAppDeployments(Deployable, Element) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
this will select the node(s) that match the below deployment.
SERVER - Static variable in interface org.codehaus.cargo.container.weblogic.WebLogicPropertySet
WebLogic server name.
setBeaHome(String) - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Sets the Bea home directory.
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
setServerName(String) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
 
setupDeployables(WebLogicLocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xExistingLocalConfiguration
Deploy the Deployables to the weblogic configuration.
setupDeployables(WebLogicLocalContainer) - Method in class org.codehaus.cargo.container.weblogic.WebLogicExistingLocalConfiguration
Deploy the Deployables to the weblogic configuration.
supportsMap - Variable in class org.codehaus.cargo.container.weblogic.internal.WebLogicStandaloneLocalConfigurationCapability
Configuration-specific supports Map.

T

toConfigurationEntry(Resource) - Method in class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
This implementation throws an UnsupportedOperationException as Resource configuration is not supported in Orion.
toString() - Method in class org.codehaus.cargo.container.weblogic.WebLogic103xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.weblogic.WebLogic10xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.weblogic.WebLogicExistingLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration

U

undeploy(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
undeploys files by removing their configuration to the config.xml file of the WebLogic server.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
undeploys files by removing their configuration to the config.xml file of the WebLogic server.
undeploy(Deployable) - Method in class org.codehaus.cargo.container.weblogic.WebLogicCopyingInstalledLocalDeployer
Removes previously deployed artifact.

V

verify() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
 
verify(String, String, List, List) - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
run through a list of expected files and directories that indicate a properly installed product.
verifyBeaHome() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Verify that the Bea home directory structure is valid and throw a ContainerException if not.
verifyWeblogicHome() - Method in class org.codehaus.cargo.container.weblogic.internal.AbstractWebLogicInstalledLocalContainer
Verify that the Weblogic home directory structure is valid and throw a ContainerException if not.

W

WebLogic103xInstalledLocalContainer - Class in org.codehaus.cargo.container.weblogic
Special container support for the Bea WebLogic 10.x application server.
WebLogic103xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic103xInstalledLocalContainer
WebLogic103xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.weblogic
WebLogic 10x standalone ContainerConfiguration implementation.
WebLogic103xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic103xStandaloneLocalConfiguration
WebLogic10xInstalledLocalContainer - Class in org.codehaus.cargo.container.weblogic
Special container support for the Bea WebLogic 10.x application server.
WebLogic10xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic10xInstalledLocalContainer
WebLogic10xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.weblogic
WebLogic 10x standalone ContainerConfiguration implementation.
WebLogic10xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic10xStandaloneLocalConfiguration
WebLogic8xConfigurationBuilder - Class in org.codehaus.cargo.container.weblogic.internal
Contains the xml elements used to build a normal or XA compliant DataSource for WebLogic.
WebLogic8xConfigurationBuilder(String) - Constructor for class org.codehaus.cargo.container.weblogic.internal.WebLogic8xConfigurationBuilder
Create an instance to add configuration for a particular server.
WebLogic8xConfigXmlInstalledLocalDeployer - Class in org.codehaus.cargo.container.weblogic
Static deployer that manages deployment configuration by manipulating the WebLogic config.xml file.
WebLogic8xConfigXmlInstalledLocalDeployer(LocalContainer) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
WebLogic8xInstalledLocalContainer - Class in org.codehaus.cargo.container.weblogic
Special container support for the Bea WebLogic 8.x application server.
WebLogic8xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic8xInstalledLocalContainer
WebLogic8xSwitchableLocalDeployer - Class in org.codehaus.cargo.container.weblogic
Changes config.xml if the server is down.
WebLogic8xSwitchableLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic8xSwitchableLocalDeployer
WebLogic9x10xAnd103xConfigurationBuilder - Class in org.codehaus.cargo.container.weblogic.internal
Constructs xml elements needed to configure a normal or XA compliant DataSource for WebLogic 9-10.3.
WebLogic9x10xAnd103xConfigurationBuilder(String) - Constructor for class org.codehaus.cargo.container.weblogic.internal.WebLogic9x10xAnd103xConfigurationBuilder
Sets the server name that the resources this creates are bound to.
WebLogic9x10xAnd103xStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.weblogic.internal
Capabilities of the WebLogic's WebLogic9xStandaloneLocalConfiguration configuration.
WebLogic9x10xAnd103xStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.weblogic.internal.WebLogic9x10xAnd103xStandaloneLocalConfigurationCapability
WebLogic 9x supports additional features not available in 8x.
WebLogic9xConfigXmlInstalledLocalDeployer - Class in org.codehaus.cargo.container.weblogic
Static deployer that manages deployment configuration by manipulating the WebLogic config.xml file.
WebLogic9xConfigXmlInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
WebLogic9xExistingLocalConfiguration - Class in org.codehaus.cargo.container.weblogic
WebLogic existing configuration implementation for WebLogic9x style domains.
WebLogic9xExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic9xExistingLocalConfiguration
WebLogic9xInstalledLocalContainer - Class in org.codehaus.cargo.container.weblogic
Special container support for the Bea WebLogic 9.x application server.
WebLogic9xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic9xInstalledLocalContainer
WebLogic9xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.weblogic
WebLogic standalone ContainerConfiguration implementation.
WebLogic9xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
WebLogicConfiguration - Interface in org.codehaus.cargo.container.weblogic
All WebLogic configuration implementations must implement this interface which provides method to find out the location of key directories needed to operate WebLogic.
WebLogicCopyingInstalledLocalDeployer - Class in org.codehaus.cargo.container.weblogic
Static deployer that deploys WARs to the WebLogic auto-deploy directory.
WebLogicCopyingInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogicCopyingInstalledLocalDeployer
WebLogicExistingLocalConfiguration - Class in org.codehaus.cargo.container.weblogic
WebLogic existing configuration implementation.
WebLogicExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogicExistingLocalConfiguration
WebLogicExistingLocalConfigurationCapability - Class in org.codehaus.cargo.container.weblogic.internal
Capabilities of the WebLogic's WebLogicExistingLocalConfiguration configuration.
WebLogicExistingLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.weblogic.internal.WebLogicExistingLocalConfigurationCapability
Initialize the configuration-specific supports Map.
WebLogicLocalContainer - Interface in org.codehaus.cargo.container.weblogic
All WebLogic configuration implementations must implement this interface which provides method to find out the location of key directories needed to operate WebLogic.
WebLogicPropertySet - Interface in org.codehaus.cargo.container.weblogic
Gathers all WebLogic properties.
WebLogicStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.weblogic
WebLogic standalone ContainerConfiguration implementation.
WebLogicStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.weblogic.WebLogicStandaloneLocalConfiguration
WebLogicStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.weblogic.internal
Capabilities of the WebLogic's WebLogicStandaloneLocalConfiguration configuration.
WebLogicStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.weblogic.internal.WebLogicStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
writeConfigXml(Document) - Method in class org.codehaus.cargo.container.weblogic.WebLogic8xConfigXmlInstalledLocalDeployer
write the domain's config.xml to disk.
writeConfigXml(Document) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xConfigXmlInstalledLocalDeployer
write the domain's config.xml to disk.
writeConfigXml(Document) - Method in class org.codehaus.cargo.container.weblogic.WebLogic9xStandaloneLocalConfiguration
write the domain's config.xml to disk.
A B C D G I L M O R S T U V W 

Copyright © 2004-2013 Codehaus. All Rights Reserved.