org.codehaus.cargo.container.jboss
Class JBoss4xRemoteContainer

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.jboss.internal.AbstractJBossRemoteContainer
                  extended by org.codehaus.cargo.container.jboss.JBoss4xRemoteContainer
All Implemented Interfaces:
Container, RemoteContainer, Loggable

public class JBoss4xRemoteContainer
extends AbstractJBossRemoteContainer

Special container support for wrapping a running instance of JBoss 4.x.

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

Field Summary
static String ID
          Unique container id.
 
Constructor Summary
JBoss4xRemoteContainer(RuntimeConfiguration configuration)
          
 
Method Summary
 String getId()
          
 String getName()
          
 
Methods inherited from class org.codehaus.cargo.container.jboss.internal.AbstractJBossRemoteContainer
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

JBoss4xRemoteContainer

public JBoss4xRemoteContainer(RuntimeConfiguration configuration)

See Also:
AbstractJBossRemoteContainer.AbstractJBossRemoteContainer(org.codehaus.cargo.container.configuration.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.