Interface CachingTaskLicense

  • All Implemented Interfaces:

    
    public interface CachingTaskLicense
    
                        

    The caching task license which can be used to renew the license.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void renew() Renew all the licenses associated with this task.
      abstract void renew(DRMConfiguration drmConfiguration) Renew all the licenses associated with this task.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • renew

         abstract void renew()

        Renew all the licenses associated with this task.

        • Uses the DRM configuration provided at task creation for license renewal.
      • renew

         abstract void renew(DRMConfiguration drmConfiguration)

        Renew all the licenses associated with this task.

        Parameters:
        drmConfiguration - The DRMConfiguration which will be used for license renewal.