Uses of Class
org.jclouds.dynect.v3.domain.Job

Packages that use Job
org.jclouds.dynect.v3   
org.jclouds.dynect.v3.domain   
org.jclouds.dynect.v3.features   
 

Uses of Job in org.jclouds.dynect.v3
 

Methods in org.jclouds.dynect.v3 that return Job
 Job DynECTApi.getJob(long jobId)
          returns the current status of a job.
 

Uses of Job in org.jclouds.dynect.v3.domain
 

Methods in org.jclouds.dynect.v3.domain that return Job
static Job Job.failure(long id)
           
static Job Job.success(long id)
           
 

Uses of Job in org.jclouds.dynect.v3.features
 

Methods in org.jclouds.dynect.v3.features that return Job
 Job ZoneApi.delete(String fqdn)
          Deletes the zone.
 Job ZoneApi.deleteChanges(String fqdn)
          Deletes changes to the specified zone that have been created during the current session but not yet published to the zone.
 Job ZoneApi.freeze(String fqdn)
          freezes the specified zone.
 Job ZoneApi.scheduleCreate(CreatePrimaryZone createZone)
          Schedules addition of a new primary zone into the current session.
 Job RecordApi.scheduleCreate(CreateRecord<?> newRecord)
          Schedules addition of a new record into the current session.
 Job ZoneApi.scheduleCreateWithContact(String fqdn, String contact)
          Schedules addition of a new primary zone with one hour default TTL and SerialStyle#INCREMENT into the current session.
 Job RecordApi.scheduleDelete(RecordId recordId)
          Schedules deletion of a record into the current session.
 Job ZoneApi.thaw(String fqdn)
          thaws the specified zone.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.