Class ConsoleUrlWebSphereMonitor
- java.lang.Object
-
- org.codehaus.cargo.container.spi.startup.AbstractContainerMonitor
-
- org.codehaus.cargo.container.spi.startup.AbstractPingContainerMonitor
-
- org.codehaus.cargo.container.websphere.internal.ConsoleUrlWebSphereMonitor
-
- All Implemented Interfaces:
ContainerMonitor
,Loggable
public class ConsoleUrlWebSphereMonitor extends AbstractPingContainerMonitor
WebSphere monitor checking if console URL is available.
-
-
Constructor Summary
Constructors Constructor Description ConsoleUrlWebSphereMonitor(Container container)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected URL
getPingUrl()
-
Methods inherited from class org.codehaus.cargo.container.spi.startup.AbstractPingContainerMonitor
getPortWithOffset, isRunning
-
Methods inherited from class org.codehaus.cargo.container.spi.startup.AbstractContainerMonitor
getConfiguration, getContainer, getLogger, setLogger
-
-
-
-
Constructor Detail
-
ConsoleUrlWebSphereMonitor
public ConsoleUrlWebSphereMonitor(Container container)
Constructor.- Parameters:
container
- Container to be monitored.
-
-
Method Detail
-
getPingUrl
protected URL getPingUrl()
- Specified by:
getPingUrl
in classAbstractPingContainerMonitor
- Returns:
- Console URL for WebSphere.
-
-