public interface DynECTAsyncApi
DynECTApi
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Job> |
getJob(long jobId) |
RecordAsyncApi |
getRecordApiForZone(String zone)
Provides asynchronous access to Record features
|
SessionAsyncApi |
getSessionApi()
Provides asynchronous access to Session features.
|
ZoneAsyncApi |
getZoneApi()
Provides asynchronous access to Zone features.
|
@Named(value="GetJob") com.google.common.util.concurrent.ListenableFuture<Job> getJob(long jobId)
DynECTApi.getJob(long)
SessionAsyncApi getSessionApi()
ZoneAsyncApi getZoneApi()
RecordAsyncApi getRecordApiForZone(String zone)
Copyright © 2009-2013 jclouds. All Rights Reserved.