Class ServerUtil


  • public class ServerUtil
    extends Object
    This class provides Server IP and Name.
    Author:
    Kiran Raj M1048860
    • Method Detail

      • getServerUtilInstance

        public static ServerUtil getServerUtilInstance()
        This method return singleton instance.
        Returns:
        The ServerUtil object
      • getServerIp

        public String getServerIp()
        This method return ServerIp.
        Returns:
        The ServerIp
      • getServerName

        public String getServerName()
        This method return Server Host Name.
        Returns:
        The ServerName