public class DefaultDeployableMonitorFactory extends Object implements DeployableMonitorFactory
DeployableMonitorFactory implementation.| Constructor and Description |
|---|
DefaultDeployableMonitorFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.cargo.container.deployer.DeployableMonitor |
createDeployableMonitor(org.codehaus.cargo.container.Container container,
Deployable deployable)
Create a
DeployableMonitor instance which is able to check status of deployable
using passed parameters, for example if Deployable has complete URL defined then is used
URLDeployableMonitor. |
public org.codehaus.cargo.container.deployer.DeployableMonitor createDeployableMonitor(org.codehaus.cargo.container.Container container,
Deployable deployable)
DeployableMonitor instance which is able to check status of deployable
using passed parameters, for example if Deployable has complete URL defined then is used
URLDeployableMonitor.createDeployableMonitor in interface DeployableMonitorFactorycontainer - The container for which we need to check status of deployable.deployable - The deployable to be checked.Copyright © 2004–2016 Github. All rights reserved.