public interface AsyncTaskMonitor extends MonitoringService
VirtualMachine monitoring features.| Modifier and Type | Method and Description |
|---|---|
void |
awaitCompletion(AsyncTask... tasks)
Monitor the given
AsyncTasks and block until they finishe. |
void |
awaitCompletion(Long maxWait,
TimeUnit timeUnit,
AsyncTask... tasks)
Monitor the given
AsyncTasks and block until they finish. |
void |
monitor(AsyncTask... tasks)
Monitor the given
AsyncTasks and populate an event when they finish. |
void |
monitor(Long maxWait,
TimeUnit timeUnit,
AsyncTask... tasks)
Monitor the given
AsyncTasks and populate an event when they finish. |
awaitCompletion, awaitCompletion, getAsyncTaskMonitor, getConversionMonitor, getVirtualApplianceMonitor, getVirtualMachineMonitor, monitor, monitor, register, unregistervoid awaitCompletion(AsyncTask... tasks)
AsyncTasks and block until they finishe.tasks - The AsyncTasks to monitor.void monitor(AsyncTask... tasks)
AsyncTasks and populate an event when they finish.tasks - The AsyncTasks to monitor.void awaitCompletion(Long maxWait, TimeUnit timeUnit, AsyncTask... tasks)
AsyncTasks and block until they finish.maxWait - The maximum time to wait.timeUnit - The time unit for the maxWait parameter.tasks - The AsyncTasks to monitor.Copyright © 2009-2013 jclouds. All Rights Reserved.