org.codehaus.cargo.container.tomcat
Class Tomcat6xRemoteContainer
java.lang.Object
org.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.AbstractContainer
org.codehaus.cargo.container.spi.AbstractRemoteContainer
org.codehaus.cargo.container.tomcat.internal.AbstractTomcatRemoteContainer
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- Unique container id.
- See Also:
- Constant Field Values
Tomcat6xRemoteContainer
public Tomcat6xRemoteContainer(RuntimeConfiguration configuration)
-
- See Also:
AbstractTomcatRemoteContainer.AbstractTomcatRemoteContainer(RuntimeConfiguration)
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.