Exemple #1
0
 protected String getHost() {
   if (m_strHost == null) m_strHost = Util.getHostName();
   return m_strHost;
 }