Package google.registry.rde
Class RdeReportAction
java.lang.Object
google.registry.rde.RdeReportAction
- All Implemented Interfaces:
google.registry.rde.EscrowTaskRunner.EscrowTask
,Runnable
public final class RdeReportAction
extends Object
implements Runnable, google.registry.rde.EscrowTaskRunner.EscrowTask
Action that uploads a small XML RDE report to ICANN after
RdeUploadAction
has finished.-
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
void
runWithLock
(org.joda.time.DateTime watermark) Performs task logic while the lock is held.
-
Method Details
-
run
public void run() -
runWithLock
Description copied from interface:google.registry.rde.EscrowTaskRunner.EscrowTask
Performs task logic while the lock is held.- Specified by:
runWithLock
in interfacegoogle.registry.rde.EscrowTaskRunner.EscrowTask
- Parameters:
watermark
- the logical time for a point-in-time view of the database.- Throws:
Exception
-