org.codehaus.cargo.container.jetty
Class Jetty7xRemoteContainer
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.jetty.internal.AbstractJettyRemoteContainer
org.codehaus.cargo.container.jetty.Jetty7xRemoteContainer
- All Implemented Interfaces:
- Container, RemoteContainer, Loggable
public class Jetty7xRemoteContainer
- extends AbstractJettyRemoteContainer
Special container support for wrapping a running instance of Jetty.
- Version:
- $Id: Jetty7xRemoteContainer.java 1735 2008-09-25 08:58:42Z alitokmen $
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
Jetty7xRemoteContainer
public Jetty7xRemoteContainer(RuntimeConfiguration configuration)
-
- See Also:
AbstractJettyRemoteContainer.AbstractJettyRemoteContainer(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.