Class RdeReportAction

  • All Implemented Interfaces:
    google.registry.rde.EscrowTaskRunner.EscrowTask, java.lang.Runnable

    public final class RdeReportAction
    extends java.lang.Object
    implements java.lang.Runnable, google.registry.rde.EscrowTaskRunner.EscrowTask
    Action that uploads a small XML RDE report to ICANN after RdeUploadAction has finished.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      void runWithLock​(org.joda.time.DateTime watermark)
      Performs task logic while the lock is held.
      • Methods inherited from class java.lang.Object

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

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • runWithLock

        public void runWithLock​(org.joda.time.DateTime watermark)
                         throws java.lang.Exception
        Description copied from interface: google.registry.rde.EscrowTaskRunner.EscrowTask
        Performs task logic while the lock is held.
        Specified by:
        runWithLock in interface google.registry.rde.EscrowTaskRunner.EscrowTask
        Parameters:
        watermark - the logical time for a point-in-time view of the database.
        Throws:
        java.lang.Exception