Class WebLogic122xRemoteContainer
- 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.weblogic.internal.AbstractWebLogicRemoteContainer
-
- org.codehaus.cargo.container.weblogic.WebLogic122xRemoteContainer
-
- All Implemented Interfaces:
Container
,RemoteContainer
,ScriptingCapableContainer
,WebLogicRemoteScriptingContainer
,Loggable
public class WebLogic122xRemoteContainer extends AbstractWebLogicRemoteContainer
Special container support for the Bea WebLogic 12.2.x application server. Contains WLST support.
-
-
Constructor Summary
Constructors Constructor Description WebLogic122xRemoteContainer(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.weblogic.internal.AbstractWebLogicRemoteContainer
executeScript, executeScriptFiles, getCapability, getWeblogicHome
-
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.container.RemoteContainer
getConfiguration, setConfiguration
-
-
-
-
Field Detail
-
ID
public static final String ID
Unique container id.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WebLogic122xRemoteContainer
public WebLogic122xRemoteContainer(RuntimeConfiguration configuration)
-
-
Method Detail
-
getName
public 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 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()
-
-