Ignore:
Timestamp:
2001-03-13T07:38:57+13:00 (23 years ago)
Author:
bas6
Message:

Tidied up some comments & added package.html to SimpleGraphical Client

Location:
trunk/java-client/org/nzdl/gsdl/util
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-client/org/nzdl/gsdl/util/NzdlConstants.java

    r2155 r2163  
    2121package org.nzdl.gsdl.util;
    2222
     23/**
     24 * Contains default values for: query and other stuff.
     25 *
     26 * @author Stuart Yeates  ([email protected])
     27 * @author Aziz Mahoui    ([email protected])
     28 * @author Gordon Paynter ([email protected])
     29 * @version $Revision$
     30 */
    2331public interface NzdlConstants {
    2432
  • trunk/java-client/org/nzdl/gsdl/util/NzdlCorbaFactory.java

    r2159 r2163  
    3030import org.nzdl.gsdl.util.NzdlConstants;
    3131
     32/**
     33 * Returns CORBA objects via it's operations.
     34 */
    3235public final class NzdlCorbaFactory {
    3336
  • trunk/java-client/org/nzdl/gsdl/util/NzdlHosts.java

    r2159 r2163  
    4040
    4141/**
    42  * Class ...
    43  *
    44  * Based on algorithms in ...
     42 * Used to get host information including: name, IOR and URL.
    4543 *
    4644 * @author stuart yeates ([email protected])
  • trunk/java-client/org/nzdl/gsdl/util/NzdlIORs.java

    r2159 r2163  
    6161 *
    6262 * A repositry for IORs of various NZDL servers we've seen.
     63 * Finds IORs from sources such as: URL, file, string, or server based
     64 * list of known IORs.
    6365 *
    6466 * @author stuart yeates ([email protected])
     
    8183 */
    8284
     85
    8386public class NzdlIORs implements Cloneable, Serializable {
    8487
     
    212215   
    213216    // try an IOR from a file (the filename may have been
    214     // given from teh commandline
     217    // given from the commandline
    215218    if (client == null) {
    216219      IOR = NzdlIORs.getIORfromFile(_filename);
  • trunk/java-client/org/nzdl/gsdl/util/package.html

    r2156 r2163  
     1<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    12<html>
    2 <title>Utils Package</title>
     3<head>
     4   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     5   <meta name="GENERATOR" content="Mozilla/4.76 [en] (X11; U; Linux 2.2.16-22 i686) [Netscape]">
     6   <title>Utils Package</title>
     7</head>
    38<body bgcolor="#FFFFFF">
    4 Contains:
    5 NzdlConstants a classthat holds constants and
    6 NzdlHosts a class for finding NZDL hosts and determining their Interoperable Object References.
    7 NzdlCorbaFactory
    8 
     9Contains utilities for working with hosts, IORs and the NzdlCorba
     10factory.
    911</body>
    1012</html>
Note: See TracChangeset for help on using the changeset viewer.