Class NumAPIContextBase

  • All Implemented Interfaces:
    NumAPIContext

    public class NumAPIContextBase
    extends java.lang.Object
    implements NumAPIContext
    A base class implementation of NumAPIContext.
    • Constructor Detail

      • NumAPIContextBase

        public NumAPIContextBase()
    • Method Detail

      • getRecordLocation

        public java.lang.String getRecordLocation()
        Get the query location based on the current location that is being tried.
        Returns:
        a DNS query string for the current location.
      • setRequiredUserVariables

        public void setRequiredUserVariables​(UserVariable[] uv)
        Update the required user variables with values obtained from the client.
        Specified by:
        setRequiredUserVariables in interface NumAPIContext
        Parameters:
        uv - The RequiredUserVariable array with the value fields populated.