Class RootZoneStatus

java.lang.Object
com.verisign.epp.rootzone.util.RootZoneStatus

public abstract class RootZoneStatus extends Object
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 Details

    • INITIAL

      public static final String INITIAL
      Initial status for a Change Request
      See Also:
    • SUBMITTED

      public static final String SUBMITTED
      Submitted by IANA for review and execution static public final String
      See Also:
    • IANA_WITHDRAWN

      public static final String IANA_WITHDRAWN
      Withdrawn by IANA after submission and before DOC approval static public final String
      See Also:
    • DOC_APPROVAL_TIMEOUT

      public static final String DOC_APPROVAL_TIMEOUT
      Submitted Change Request has timed out waiting on DoC approval
      See Also:
    • DOC_REJECTED

      public static final String DOC_REJECTED
      Submitted Change Request was rejected by DoC
      See Also:
    • VALIDATION_ERROR

      public static final String VALIDATION_ERROR
      Change Request failed automated validation
      See Also:
    • HOLD

      public static final String HOLD
      Change Request included warnings during automated validation and is put on Hold pending manual review
      See Also:
    • SYSTEM_VALIDATED

      public static final String SYSTEM_VALIDATED
      Change Request passed the automated validation
      See Also:
    • NS_REJECTED

      public static final String NS_REJECTED
      Network Services (NS) manually rejected a Change Request that had automated validation warnings
      See Also:
    • DOC_APPROVED

      public static final String DOC_APPROVED
      Submitted Change Requet has received Doc approval
      See Also:
    • NS_VERIFIED

      public static final String NS_VERIFIED
      Network Services has verified (automated and optionally manually) the Change Request and will implement it.
      See Also:
    • DB_UPDATED

      public static final String DB_UPDATED
      Change Request being executed against the RZMS Database and Zone being Generated
      See Also:
    • ZONEGEN_FAILURE

      public static final String ZONEGEN_FAILURE
      Zone Generation process failed
      See Also:
    • GENERATED

      public static final String GENERATED
      Zone successfully generated for Change Request
      See Also:
    • ZONE_VALIDATION_FAILED

      public static final String ZONE_VALIDATION_FAILED
      Generated Zone failed test against local name server
      See Also:
    • LOCALLY_TESTED

      public static final String LOCALLY_TESTED
      Generated Zone passed test against local name server
      See Also:
    • PUSHED

      public static final String PUSHED
      Zone has been pushed to the stealth masters
      See Also:
    • PUSH_FAILURE

      public static final String PUSH_FAILURE
      Zone failed push to the stealth masters
      See Also:
    • A_ROOT_TEST_FAILURE

      public static final String A_ROOT_TEST_FAILURE
      Test for Change Request against A.root failed
      See Also:
    • A_ROOT_TESTED

      public static final String A_ROOT_TESTED
      Test for Change Request against A.root passed
      See Also:
    • COMPLETE

      public static final String COMPLETE
      Change Request successfully executed
      See Also:
  • Constructor Details

    • RootZoneStatus

      public RootZoneStatus()