Class RequestLeaseSetJob

  • All Implemented Interfaces:
    Job

    class RequestLeaseSetJob
    extends JobImpl
    Async job to walk the client through generating a lease set. First sends it to the client and then queues up a CheckLeaseRequestStatus job for processing after the expiration. When that CheckLeaseRequestStatus is run, if the client still hasn't provided the signed leaseSet, fire off the onFailed job from the intermediary LeaseRequestState and drop the client.
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Job
        Descriptive name of the task
      • runJob

        public void runJob()
        Description copied from interface: Job
        Actually perform the task. This call blocks until the Job is complete.