Package google.registry.batch
Class RelockDomainAction
java.lang.Object
google.registry.batch.RelockDomainAction
- All Implemented Interfaces:
Runnable
Task that re-locks a previously-Registry-Locked domain after a predetermined period of time.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRelockDomainAction
(long oldUnlockRevisionId, int previousAttempts, jakarta.mail.internet.InternetAddress alertRecipientAddress, String supportEmail, GmailClient gmailClient, DomainLockUtils domainLockUtils, Response response) -
Method Summary
-
Field Details
-
PATH
- See Also:
-
OLD_UNLOCK_REVISION_ID_PARAM
- See Also:
-
PREVIOUS_ATTEMPTS_PARAM
- See Also:
-
-
Constructor Details
-
RelockDomainAction
@Inject public RelockDomainAction(@Parameter("oldUnlockRevisionId") long oldUnlockRevisionId, @Parameter("previousAttempts") int previousAttempts, @Config("newAlertRecipientEmailAddress") jakarta.mail.internet.InternetAddress alertRecipientAddress, @Config("supportEmail") String supportEmail, GmailClient gmailClient, DomainLockUtils domainLockUtils, Response response)
-
-
Method Details