Class CreateSessionJob

  • All Implemented Interfaces:
    Job

    class CreateSessionJob
    extends JobImpl
    Given an established connection, walk through the process of establishing the lease set. This requests the TunnelManagerFacade to build tunnels for the client and then once thats done (asynchronously) it requests a lease set from 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.