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