public interface DeployableMonitor
extends org.codehaus.cargo.util.log.Loggable
Deployable
.Modifier and Type | Method and Description |
---|---|
String |
getDeployableName() |
long |
getTimeout() |
void |
monitor()
Check the deployment status of the associated
Deployable and tell the registered
DeployableMonitorListener about the status. |
void |
registerListener(DeployableMonitorListener listener)
Register a listener that we will warn about the deployment status of the associated
Deployable . |
String getDeployableName()
void registerListener(DeployableMonitorListener listener)
Deployable
.listener
- the listener to registervoid monitor()
Deployable
and tell the registered
DeployableMonitorListener
about the status.long getTimeout()
Deployable
Copyright © 2004-2013 Codehaus. All Rights Reserved.