Uses of Class
org.codehaus.cargo.util.log.LoggedObject

Packages that use LoggedObject
org.codehaus.cargo.container.deployable   
org.codehaus.cargo.container.deployer   
org.codehaus.cargo.container.geronimo   
org.codehaus.cargo.container.geronimo.deployable   
org.codehaus.cargo.container.installer   
org.codehaus.cargo.container.internal.util   
org.codehaus.cargo.container.jboss   
org.codehaus.cargo.container.jboss.internal   
org.codehaus.cargo.container.jetty   
org.codehaus.cargo.container.jetty.internal   
org.codehaus.cargo.container.jo   
org.codehaus.cargo.container.jrun   
org.codehaus.cargo.container.jrun.internal   
org.codehaus.cargo.container.orion   
org.codehaus.cargo.container.orion.internal   
org.codehaus.cargo.container.resin   
org.codehaus.cargo.container.resin.internal   
org.codehaus.cargo.container.spi   
org.codehaus.cargo.container.spi.configuration   
org.codehaus.cargo.container.spi.configuration.builder   
org.codehaus.cargo.container.spi.deployable   
org.codehaus.cargo.container.spi.deployer   
org.codehaus.cargo.container.spi.packager   
org.codehaus.cargo.container.tomcat   
org.codehaus.cargo.container.tomcat.internal   
org.codehaus.cargo.container.weblogic   
org.codehaus.cargo.container.weblogic.internal   
org.codehaus.cargo.generic   
org.codehaus.cargo.generic.configuration   
org.codehaus.cargo.generic.deployable   
org.codehaus.cargo.generic.deployer   
org.codehaus.cargo.generic.packager   
org.codehaus.cargo.generic.spi   
org.codehaus.cargo.module   
org.codehaus.cargo.module.webapp.merge   
org.codehaus.cargo.module.webapp.resin   
 

Uses of LoggedObject in org.codehaus.cargo.container.deployable
 

Subclasses of LoggedObject in org.codehaus.cargo.container.deployable
 class EAR
          Wraps an EAR file that will be deployed in the container.
 class EJB
          Wraps an EJB JAR file that will be deployed in the container.
 class File
          Wraps a file that will be deployed into the container.
 class RAR
          Wraps an RAR file that will be deployed in the container.
 class SAR
          Wraps an SAR file that will be deployed in the container.
 class WAR
          Wraps a WAR file that will be deployed in the container.
 

Uses of LoggedObject in org.codehaus.cargo.container.deployer
 

Subclasses of LoggedObject in org.codehaus.cargo.container.deployer
 class URLDeployableMonitor
          Monitor that verifies if a Deployable is deployed by pinging a URL provided by the user.
 

Uses of LoggedObject in org.codehaus.cargo.container.geronimo
 

Subclasses of LoggedObject in org.codehaus.cargo.container.geronimo
 class Geronimo1xExistingLocalConfiguration
          Geronimo 1.x series existing Configuration implementation.
 class Geronimo1xInstalledLocalContainer
          Geronimo 1.x series container implementation.
 class Geronimo1xStandaloneLocalConfiguration
          Geronimo 1.x series standalone Configuration implementation.
 class GeronimoInstalledLocalDeployer
          A Geronimo deploytool-based deployer to perform deployment to a local container.
 

Uses of LoggedObject in org.codehaus.cargo.container.geronimo.deployable
 

Subclasses of LoggedObject in org.codehaus.cargo.container.geronimo.deployable
 class GeronimoEAR
          Geronimo EAR deployable.
 class GeronimoEJB
          Geronimo EJB deployable.
 class GeronimoWAR
          Geronimo WAR deployable.
 

Uses of LoggedObject in org.codehaus.cargo.container.installer
 

Subclasses of LoggedObject in org.codehaus.cargo.container.installer
 class Proxy
          Nested Ant element to specify proxy properties.
 class ZipURLInstaller
          Installs a zipped container file from a URL to a location on your local disk.
 

Uses of LoggedObject in org.codehaus.cargo.container.internal.util
 

Subclasses of LoggedObject in org.codehaus.cargo.container.internal.util
 class HttpUtils
          Set of common HTTP(S) utility methods.
 class ResourceUtils
          Utility class that provides a couple of methods for extracting files stored as resource in a JAR.
 

Uses of LoggedObject in org.codehaus.cargo.container.jboss
 

Subclasses of LoggedObject in org.codehaus.cargo.container.jboss
 class JBoss3xInstalledLocalContainer
          JBoss 3.x series container implementation.
 class JBoss42xInstalledLocalContainer
          JBoss 4.2.x series container implementation.
 class JBoss42xRemoteContainer
          Special container support for wrapping a running instance of JBoss 4.2.x.
 class JBoss4xInstalledLocalContainer
          JBoss 4.x series container implementation.
 class JBoss4xRemoteContainer
          Special container support for wrapping a running instance of JBoss 4.x.
 class JBoss5xInstalledLocalContainer
          JBoss 5.x series container implementation.
 class JBoss5xRemoteContainer
          Special container support for wrapping a running instance of JBoss 5.x.
 class JBoss5xStandaloneLocalConfiguration
           
 class JBossExistingLocalConfiguration
          JBoss existing Configuration implementation.
 class JBossInstalledLocalDeployer
          Static deployer that deploys WARs and EARs to the JBoss deploy directory.
 class JBossRemoteDeployer
          Remote deployer that uses JMX to deploy to JBoss.
 class JBossRuntimeConfiguration
          Configuration to use when using a JBoss remote container.
 class JBossStandaloneLocalConfiguration
          Implementation of a standalone Configuration for JBoss 3.x series and JBoss 4.x series.
 class JBossWAR
          Extension that supports custom JBoss descriptor files such as the jboss-web.xml one.
 

Uses of LoggedObject in org.codehaus.cargo.container.jboss.internal
 

Subclasses of LoggedObject in org.codehaus.cargo.container.jboss.internal
 class AbstractJBoss5xInstalledLocalContainer
          Abstract class for JBoss 5x container family.
 class AbstractJBossInstalledLocalContainer
          Abstract class for JBoss container family.
 class AbstractJBossRemoteContainer
          Special container support for wrapping a running instance of Apache Tomcat.
 

Uses of LoggedObject in org.codehaus.cargo.container.jetty
 

Subclasses of LoggedObject in org.codehaus.cargo.container.jetty
 class Jetty4xEmbeddedLocalContainer
          Special container support for the Jetty 4.x servlet container, using Jetty in embedded mode.
 class Jetty4xEmbeddedLocalDeployer
          Deployer to deploy to a Jetty 4.x (embedded) container.
 class Jetty4xEmbeddedStandaloneLocalConfiguration
          A mostly canned config for a Jetty 4.x container.
 class Jetty5xEmbeddedLocalContainer
          A Jetty 5.x instance running embedded.
 class Jetty5xEmbeddedLocalDeployer
          Deploys webapps to a Jetty 5.x instance running embedded.
 class Jetty5xEmbeddedStandaloneLocalConfiguration
          A mostly canned configuration for a Jetty 5.x running embedded.
 class Jetty6xEmbeddedLocalContainer
          A Jetty 6.x instance running embedded.
 class Jetty6xEmbeddedLocalDeployer
          A deployer for webapps that deploys to a Jetty 6.x instance running embedded.
 class Jetty6xEmbeddedStandaloneLocalConfiguration
          A mostly canned configuration for an embedded Jetty 6.x instance.
 class Jetty6xInstalledLocalContainer
          Special container support for the Jetty 6.x servlet container.
 class Jetty6xInstalledLocalDeployer
          A deployer for webapps that deploys to a Jetty 6.x installed instance.
 class Jetty6xRemoteContainer
          Special container support for wrapping a running instance of Jetty.
 class Jetty6xStandaloneLocalConfiguration
          Jetty 6.x standalone ContainerConfiguration implementation.
 class Jetty7xEmbeddedLocalContainer
          A Jetty 7.x instance running embedded.
 class Jetty7xEmbeddedLocalDeployer
          A deployer for webapps that deploys to a Jetty 7.x instance running embedded.
 class Jetty7xEmbeddedStandaloneLocalConfiguration
          A mostly canned configuration for an embedded Jetty 7.x instance.
 class Jetty7xInstalledLocalContainer
          Special container support for the Jetty 7.x servlet container.
 class Jetty7xInstalledLocalDeployer
          A deployer for webapps that deploys to a Jetty 7.x installed instance.
 class Jetty7xRemoteContainer
          Special container support for wrapping a running instance of Jetty.
 class Jetty7xStandaloneLocalConfiguration
          Jetty 7.x standalone ContainerConfiguration implementation.
 class JettyRemoteDeployer
          A remote deployer for the Jetty container.
 class JettyRuntimeConfiguration
          Configuration to use when using a AbstractJettyRemoteContainer.
 

Uses of LoggedObject in org.codehaus.cargo.container.jetty.internal
 

Subclasses of LoggedObject in org.codehaus.cargo.container.jetty.internal
 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.
 class AbstractJettyEmbeddedLocalDeployer
          Base class for all Jetty deployers.
 class AbstractJettyRemoteContainer
          Special container support for wrapping a running instance of Jetty.
 class AbstractJettyStandaloneLocalConfiguration
          Base class for Jetty standalone configurations.
 

Uses of LoggedObject in org.codehaus.cargo.container.jo
 

Subclasses of LoggedObject in org.codehaus.cargo.container.jo
 class Jo1xInstalledLocalContainer
          jo! 1.1 container implementation.
 class Jo1xInstalledLocalDeployer
          Static deployer that deploys WARs to the jo! webapp/host directory.
 class Jo1xStandaloneLocalConfiguration
          jo! standalone ContainerConfiguration implementation.
 

Uses of LoggedObject in org.codehaus.cargo.container.jrun
 

Subclasses of LoggedObject in org.codehaus.cargo.container.jrun
 class JRun4xExistingLocalConfiguration
          JRun existing Configuration implementation.
 class JRun4xInstalledLocalContainer
          Special container support for the Adobe JRun4.x servlet container.
 class JRun4xInstalledLocalDeployer
          Static deployer that deploys WARs to the JRun servers/server_name directory.
 class JRun4xStandaloneLocalConfiguration
          JRun standalone ContainerConfiguration implementation.
 

Uses of LoggedObject in org.codehaus.cargo.container.jrun.internal
 

Subclasses of LoggedObject in org.codehaus.cargo.container.jrun.internal
 class AbstractJRunInstalledLocalContainer
          Common support for all JRun container versions.
 

Uses of LoggedObject in org.codehaus.cargo.container.orion
 

Subclasses of LoggedObject in org.codehaus.cargo.container.orion
 class Oc4j10xExistingLocalConfiguration
          Existing local configuration for the OC4J 10.x application server.
 class Oc4j10xInstalledLocalContainer
          Installed local container for the OC4J 10.x application server.
 class Oc4j9xInstalledLocalContainer
          Special container support for the OC4J 9.x application server.
 class Oc4j9xStandaloneLocalConfiguration
          Oc4j9x standalone configuration implementation.
 

Uses of LoggedObject in org.codehaus.cargo.container.orion.internal
 

Subclasses of LoggedObject in org.codehaus.cargo.container.orion.internal
 class AbstractOc4j10xInstalledLocalContainer
          Abstract class for installed local container for the OC4J 10.x application server.
 class AbstractOrionInstalledLocalContainer
          Basic support for the Orion application server.
 class AbstractOrionStandaloneLocalConfiguration
          Standalone configuration methods common to both Orion and Oc4j containers.
 

Uses of LoggedObject in org.codehaus.cargo.container.resin
 

Subclasses of LoggedObject in org.codehaus.cargo.container.resin
 class Resin2xInstalledLocalContainer
          Special container support for the Caucho Resin 3.x servlet container.
 class Resin2xStandaloneLocalConfiguration
          Resin 2.x standalone ContainerConfiguration implementation.
 class Resin3xInstalledLocalContainer
          Special container support for the Caucho Resin 3.x servlet container.
 class Resin3xStandaloneLocalConfiguration
          Resin 3.x standalone ContainerConfiguration implementation.
 class ResinExistingLocalConfiguration
          Resin existing Configuration implementation.
 class ResinInstalledLocalDeployer
          Static deployer that deploys WARs to the Resin webapps directory.
 

Uses of LoggedObject in org.codehaus.cargo.container.resin.internal
 

Subclasses of LoggedObject in org.codehaus.cargo.container.resin.internal
 class AbstractResinInstalledLocalContainer
          Common support for all Resin container versions.
 class AbstractResinStandaloneLocalConfiguration
          Common class for all Resin standalone local configurations.
 

Uses of LoggedObject in org.codehaus.cargo.container.spi
 

Subclasses of LoggedObject in org.codehaus.cargo.container.spi
 class AbstractContainer
          Base implementation for all types of containers.
 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.
 class AbstractRemoteContainer
          Base implementation of a remote container.
 

Uses of LoggedObject in org.codehaus.cargo.container.spi.configuration
 

Subclasses of LoggedObject in org.codehaus.cargo.container.spi.configuration
 class AbstractConfiguration
          Base implementation of ContainerConfiguration that can be specialized for any type of configuration.
 class AbstractExistingLocalConfiguration
          Base implementation for an existing local configuration.
 class AbstractLocalConfiguration
          Base implementation of ContainerConfiguration that can be specialized for standalone configuration, existing configuration or other local configurations.
 class AbstractRuntimeConfiguration
          Base implementation for a runtime configuration.
 class AbstractStandaloneLocalConfiguration
          Base implementation for a standalone local configuration.
 

Uses of LoggedObject in org.codehaus.cargo.container.spi.configuration.builder
 

Subclasses of LoggedObject in org.codehaus.cargo.container.spi.configuration.builder
 class AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
           Convenience class that simplifies development of configurations with DataSourceSupport.
 

Uses of LoggedObject in org.codehaus.cargo.container.spi.deployable
 

Subclasses of LoggedObject in org.codehaus.cargo.container.spi.deployable
 class AbstractDeployable
          Common class for easy Deployable implementations.
 

Uses of LoggedObject in org.codehaus.cargo.container.spi.deployer
 

Subclasses of LoggedObject in org.codehaus.cargo.container.spi.deployer
 class AbstractCopyingInstalledLocalDeployer
          Local deployer that deploys WARs, EJBs and EARs to a deployable directory of the given installed container.
 class AbstractDeployer
          Base deployer for local and remote deployments.
 class AbstractEmbeddedLocalDeployer
          Base deployer to deploy to embedded local containers.
 class AbstractInstalledLocalDeployer
          Base deployer to deploy to installed local containers.
 class AbstractLocalDeployer
          Base deployer to deploy to local containers (installed or embedded).
 class AbstractRemoteDeployer
          Base deployer to deploy to containers without any reference to where the container is installed (be it on the same machine or on another one).
 class AbstractSwitchableLocalDeployer
          Implementation decides how to deploy or undeploy based on the running state of the server.
 class DeployerWatchdog
          Wait for a deployable to be deployed.
 

Uses of LoggedObject in org.codehaus.cargo.container.spi.packager
 

Subclasses of LoggedObject in org.codehaus.cargo.container.spi.packager
 class AbstractDirectoryPackager
          Package a container distribution and its local configuration in a directory.
 

Uses of LoggedObject in org.codehaus.cargo.container.tomcat
 

Subclasses of LoggedObject in org.codehaus.cargo.container.tomcat
 class Tomcat4xInstalledLocalContainer
          Special container support for the Apache Tomcat 4.x servlet container.
 class Tomcat4xRemoteContainer
          Special container support for wrapping a running instance of Apache Tomcat.
 class Tomcat4xRemoteDeployer
          A special Tomcat4x manager-based deployer to perform deployment to a remote container.
 class Tomcat4xStandaloneLocalConfiguration
          StandAloneLocalConfiguration that is appropriate for Tomcat 4.x containers.
 class Tomcat5xEmbeddedLocalContainer
          Embedded Tomcat 5.x container.
 class Tomcat5xEmbeddedLocalDeployer
          Deployer for deploying to embedded Tomcat container.
 class Tomcat5xInstalledLocalContainer
          Special container support for the Apache Tomcat 5.x servlet container.
 class Tomcat5xRemoteContainer
          Special container support for wrapping a running instance of Apache Tomcat.
 class Tomcat5xRemoteDeployer
          A special Tomcat5x manager-based deployer to perform deployment to a remote container.
 class Tomcat5xStandaloneLocalConfiguration
          StandAloneLocalConfiguration that is appropriate for Tomcat 5.x containers.
 class Tomcat6xInstalledLocalContainer
          Special container support for the Apache Tomcat 4.x servlet container.
 class Tomcat6xRemoteContainer
          Special container support for wrapping a running instance of Apache Tomcat.
 class Tomcat6xRemoteDeployer
          A special Tomcat6x manager-based deployer to perform deployment to a remote container.
 class Tomcat6xStandaloneLocalConfiguration
          Catalina standalone ContainerConfiguration implementation.
 class TomcatCopyingInstalledLocalDeployer
          Static deployer that deploys WARs to the Tomcat webapps directory.
 class TomcatDirectoryPackager
          Package a Tomcat distribution.
 class TomcatExistingLocalConfiguration
          Tomcat existing Configuration implementation.
 class TomcatManagerInstalledLocalDeployer
          A Tomcat manager-based deployer to perform deployment to a local container.
 class TomcatRuntimeConfiguration
          Configuration to use when using a AbstractTomcatRemoteContainer.
 class TomcatWAR
          Extension that supports custom Tomcat context.xml files located in the META-INF/ directory of your WAR.
 

Uses of LoggedObject in org.codehaus.cargo.container.tomcat.internal
 

Subclasses of LoggedObject in org.codehaus.cargo.container.tomcat.internal
 class AbstractCatalinaInstalledLocalContainer
          Base support for Catalina based containers.
 class AbstractCatalinaStandaloneLocalConfiguration
          Catalina standalone ContainerConfiguration implementation.
 class AbstractTomcatManagerDeployer
          Common code to perform both local or remote deployments using a Tomcat manager-based deployer.
 class AbstractTomcatManagerInstalledLocalDeployer
          Common code to perform local deployments using a Tomcat manager-based deployer.
 class AbstractTomcatRemoteContainer
          Special container support for wrapping a running instance of Apache Tomcat.
 class AbstractTomcatRemoteDeployer
          Common code to perform remote deployments using a Tomcat manager-based deployer.
 class TomcatManager
          A Tomcat manager webapp invocation wrapper.
 

Uses of LoggedObject in org.codehaus.cargo.container.weblogic
 

Subclasses of LoggedObject in org.codehaus.cargo.container.weblogic
 class WebLogic103xInstalledLocalContainer
          Special container support for the Bea WebLogic 10.x application server.
 class WebLogic103xStandaloneLocalConfiguration
          WebLogic 10x standalone ContainerConfiguration implementation.
 class WebLogic10xInstalledLocalContainer
          Special container support for the Bea WebLogic 10.x application server.
 class WebLogic10xStandaloneLocalConfiguration
          WebLogic 10x standalone ContainerConfiguration implementation.
 class WebLogic8xConfigXmlInstalledLocalDeployer
          Static deployer that manages deployment configuration by manipulating the WebLogic config.xml file.
 class WebLogic8xInstalledLocalContainer
          Special container support for the Bea WebLogic 8.x application server.
 class WebLogic8xSwitchableLocalDeployer
          Changes config.xml if the server is down.
 class WebLogic9xConfigXmlInstalledLocalDeployer
          Static deployer that manages deployment configuration by manipulating the WebLogic config.xml file.
 class WebLogic9xExistingLocalConfiguration
          WebLogic existing configuration implementation for WebLogic9x style domains.
 class WebLogic9xInstalledLocalContainer
          Special container support for the Bea WebLogic 9.x application server.
 class WebLogic9xStandaloneLocalConfiguration
          WebLogic standalone ContainerConfiguration implementation.
 class WebLogicCopyingInstalledLocalDeployer
          Static deployer that deploys WARs to the WebLogic auto-deploy directory.
 class WebLogicExistingLocalConfiguration
          WebLogic existing configuration implementation.
 class WebLogicStandaloneLocalConfiguration
          WebLogic standalone ContainerConfiguration implementation.
 

Uses of LoggedObject in org.codehaus.cargo.container.weblogic.internal
 

Subclasses of LoggedObject in org.codehaus.cargo.container.weblogic.internal
 class AbstractWebLogicInstalledLocalContainer
          Basic support for the WebLogic application server.
 

Uses of LoggedObject in org.codehaus.cargo.generic
 

Subclasses of LoggedObject in org.codehaus.cargo.generic
 class DefaultContainerCapabilityFactory
          Default implementation of ContainerCapabilityFactory.
 class DefaultContainerFactory
          Default implementation of ContainerFactory.
 

Uses of LoggedObject in org.codehaus.cargo.generic.configuration
 

Subclasses of LoggedObject in org.codehaus.cargo.generic.configuration
 class DefaultConfigurationCapabilityFactory
          Default implementation of ConfigurationCapabilityFactory.
 class DefaultConfigurationFactory
          Default ConfigurationFactory implementation that has all the known container configurations registered against their containers.
 

Uses of LoggedObject in org.codehaus.cargo.generic.deployable
 

Subclasses of LoggedObject in org.codehaus.cargo.generic.deployable
 class DefaultDeployableFactory
          Default deployable factory that returns deployables for a given container.
 

Uses of LoggedObject in org.codehaus.cargo.generic.deployer
 

Subclasses of LoggedObject in org.codehaus.cargo.generic.deployer
 class DefaultDeployerFactory
          Default DeployerFactory implementation that has all the known container deployers registered against their containers.
 

Uses of LoggedObject in org.codehaus.cargo.generic.packager
 

Subclasses of LoggedObject in org.codehaus.cargo.generic.packager
 class DefaultPackagerFactory
          Default PackagerFactory implementation that has all the known container packagers registered against their containers.
 

Uses of LoggedObject in org.codehaus.cargo.generic.spi
 

Subclasses of LoggedObject in org.codehaus.cargo.generic.spi
 class AbstractGenericHintFactory
          Factory implementation that registers implementation classes under a given key of type RegistrationKey.
 class AbstractIntrospectionGenericHintFactory
          Extension to AbstractGenericHintFactory that registers and creates instances from implementation classes specified as String, using introspection.
 

Uses of LoggedObject in org.codehaus.cargo.module
 

Subclasses of LoggedObject in org.codehaus.cargo.module
 class XmlMerger
          Class for merging XML FIles.
 

Uses of LoggedObject in org.codehaus.cargo.module.webapp.merge
 

Subclasses of LoggedObject in org.codehaus.cargo.module.webapp.merge
 class WebXmlMerger
          Helper class that can merge two web deployment descriptors.
 

Uses of LoggedObject in org.codehaus.cargo.module.webapp.resin
 

Subclasses of LoggedObject in org.codehaus.cargo.module.webapp.resin
 class ResinWebXmlMerger
          Class to manage the merging of two resin web descriptors.
 



Copyright © 2004-2012 Codehaus. All Rights Reserved.