Package com.verisign.epp.rootzone.util
Class RootZoneStatus
java.lang.Object
com.verisign.epp.rootzone.util.RootZoneStatus
This class holds constants for use with the RootZone implementation of the
Change mapping. Specifically, these constants can be used in conjunction with
the Status field of a RootZone Change Request. However, the client should not
need to set the Status attribute.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTest for Change Request against A.root failedstatic final StringTest for Change Request against A.root passedstatic final StringChange Request successfully executedstatic final StringChange Request being executed against the RZMS Database and Zone being Generatedstatic final StringSubmitted Change Request has timed out waiting on DoC approvalstatic final StringSubmitted Change Requet has received Doc approvalstatic final StringSubmitted Change Request was rejected by DoCstatic final StringZone successfully generated for Change Requeststatic final StringChange Request included warnings during automated validation and is put on Hold pending manual reviewstatic final StringWithdrawn by IANA after submission and before DOC approval static public final Stringstatic final StringInitial status for a Change Requeststatic final StringGenerated Zone passed test against local name serverstatic final StringNetwork Services (NS) manually rejected a Change Request that had automated validation warningsstatic final StringNetwork Services has verified (automated and optionally manually) the Change Request and will implement it.static final StringZone failed push to the stealth mastersstatic final StringZone has been pushed to the stealth mastersstatic final StringSubmitted by IANA for review and execution static public final Stringstatic final StringChange Request passed the automated validationstatic final StringChange Request failed automated validationstatic final StringGenerated Zone failed test against local name serverstatic final StringZone Generation process failed -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INITIAL
Initial status for a Change Request- See Also:
-
SUBMITTED
Submitted by IANA for review and execution static public final String- See Also:
-
IANA_WITHDRAWN
Withdrawn by IANA after submission and before DOC approval static public final String- See Also:
-
DOC_APPROVAL_TIMEOUT
Submitted Change Request has timed out waiting on DoC approval- See Also:
-
DOC_REJECTED
Submitted Change Request was rejected by DoC- See Also:
-
VALIDATION_ERROR
Change Request failed automated validation- See Also:
-
HOLD
Change Request included warnings during automated validation and is put on Hold pending manual review- See Also:
-
SYSTEM_VALIDATED
Change Request passed the automated validation- See Also:
-
NS_REJECTED
Network Services (NS) manually rejected a Change Request that had automated validation warnings- See Also:
-
DOC_APPROVED
Submitted Change Requet has received Doc approval- See Also:
-
NS_VERIFIED
Network Services has verified (automated and optionally manually) the Change Request and will implement it.- See Also:
-
DB_UPDATED
Change Request being executed against the RZMS Database and Zone being Generated- See Also:
-
ZONEGEN_FAILURE
Zone Generation process failed- See Also:
-
GENERATED
Zone successfully generated for Change Request- See Also:
-
ZONE_VALIDATION_FAILED
Generated Zone failed test against local name server- See Also:
-
LOCALLY_TESTED
Generated Zone passed test against local name server- See Also:
-
PUSHED
Zone has been pushed to the stealth masters- See Also:
-
PUSH_FAILURE
Zone failed push to the stealth masters- See Also:
-
A_ROOT_TEST_FAILURE
Test for Change Request against A.root failed- See Also:
-
A_ROOT_TESTED
Test for Change Request against A.root passed- See Also:
-
COMPLETE
Change Request successfully executed- See Also:
-
-
Constructor Details
-
RootZoneStatus
public RootZoneStatus()
-