Class JBoss73xRemoteContainer
- 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.jboss.JBoss7xRemoteContainer
-
- org.codehaus.cargo.container.jboss.JBoss71xRemoteContainer
-
- org.codehaus.cargo.container.jboss.JBoss72xRemoteContainer
-
- org.codehaus.cargo.container.jboss.JBoss73xRemoteContainer
-
- All Implemented Interfaces:
Container
,RemoteContainer
,Loggable
- Direct Known Subclasses:
JBoss74xRemoteContainer
public class JBoss73xRemoteContainer extends JBoss72xRemoteContainer
Special container support for wrapping a running instance of JBoss 7.3.x (EAP 6.2.x).
-
-
Constructor Summary
Constructors Constructor Description JBoss73xRemoteContainer(RuntimeConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getName()
-
Methods inherited from class org.codehaus.cargo.container.jboss.JBoss72xRemoteContainer
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
-
-
-
-
Field Detail
-
ID
public static final String ID
Unique container id.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JBoss73xRemoteContainer
public JBoss73xRemoteContainer(RuntimeConfiguration configuration)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceContainer
- Overrides:
getName
in classJBoss72xRemoteContainer
- Returns:
- the human readable name of the Container (ex: "Resin 3.x", "JBoss 3.0.8", etc).
-
getId
public String getId()
- Specified by:
getId
in interfaceContainer
- Overrides:
getId
in classJBoss72xRemoteContainer
- Returns:
- the short name of the container. Note: this is not a unique id. It is simply the name in a computer-usable format.
-
-