Interface DeployableMonitorFactory
-
- All Known Implementing Classes:
DefaultDeployableMonitorFactory
public interface DeployableMonitorFactoryCreate aDeployableMonitorknowing how to check status of deployable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeployableMonitorcreateDeployableMonitor(Container container, Deployable deployable)Create aDeployableMonitorinstance which is able to check status of deployable using passed parameters, for example if Deployable has complete URL defined then is used URLDeployableMonitor.
-
-
-
Method Detail
-
createDeployableMonitor
DeployableMonitor createDeployableMonitor(Container container, Deployable deployable)
Create aDeployableMonitorinstance which is able to check status of deployable using passed parameters, for example if Deployable has complete URL defined then is used URLDeployableMonitor.- Parameters:
container- The container for which we need to check status of deployable.deployable- The deployable to be checked.- Returns:
- the deployable monitor instance
-
-