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