Changeset 2186 for trunk/java-client/org


Ignore:
Timestamp:
2001-03-16T09:04:52+13:00 (23 years ago)
Author:
say1
Message:

added comments to corbaiface.idl and an hostname accessor to NzdlCollectionInfo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-client/org/nzdl/gsdl/service/NzdlCollectionInfo.java

    r2179 r2186  
    5050    if (!getName().equals(""))
    5151      System.out.println("getName working !");
     52    if (!getHostName().equals(""))
     53      System.out.println("getHostName working !");
    5254  }
    5355
     
    6870  public String getName() {
    6971    return NzdlCorbaFactory.toString( m_Info.shoftInfo.name ) ;
     72  }
     73  /**
     74   * Return the Hostname
     75   */
     76  public String getHostName() {
     77    return NzdlCorbaFactory.toString( m_Info.shoftInfo.host ) ;
    7078  }
    7179  /**
Note: See TracChangeset for help on using the changeset viewer.