org.codehaus.cargo.container.tomcat
Class Tomcat6xRemoteContainer

java.lang.Object
  extended by org.codehaus.cargo.util.log.LoggedObject
      extended by org.codehaus.cargo.container.spi.AbstractContainer
          extended by org.codehaus.cargo.container.spi.AbstractRemoteContainer
              extended by org.codehaus.cargo.container.tomcat.internal.AbstractTomcatRemoteContainer
                  extended by org.codehaus.cargo.container.tomcat.Tomcat6xRemoteContainer
All Implemented Interfaces:
Container, RemoteContainer, Loggable

public class Tomcat6xRemoteContainer
extends AbstractTomcatRemoteContainer

Special container support for wrapping a running instance of Apache Tomcat.

Version:
$Id: Tomcat6xRemoteContainer.java 1705 2008-09-02 13:14:55Z adriana $

Field Summary
static String ID
          Unique container id.
 
Constructor Summary
Tomcat6xRemoteContainer(RuntimeConfiguration configuration)
          
 
Method Summary
 String getId()
          
 String getName()
          
 
Methods inherited from class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatRemoteContainer
getCapability
 
Methods inherited from class org.codehaus.cargo.container.spi.AbstractRemoteContainer
getConfiguration, getState, getType, setConfiguration
 
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.cargo.util.log.Loggable
getLogger, setLogger
 

Field Detail

ID

public static final String ID
Unique container id.

See Also:
Constant Field Values
Constructor Detail

Tomcat6xRemoteContainer

public Tomcat6xRemoteContainer(RuntimeConfiguration configuration)

See Also:
AbstractTomcatRemoteContainer.AbstractTomcatRemoteContainer(RuntimeConfiguration)
Method Detail

getName

public final String getName()

Returns:
the human readable name of the Container (ex: "Resin 3.x", "JBoss 3.0.8", etc).
See Also:
Container.getName()

getId

public final String getId()

Returns:
the short name of the container. Note: this is not a unique id. It is simply the name in a computer-usable format.
See Also:
Container.getId()


Copyright © 2004-2012 Codehaus. All Rights Reserved.