edu.ucsb.adl.middleware.rmi
Class RmiClient

java.lang.Object
  |
  +--edu.ucsb.adl.middleware.rmi.RmiClient

public final class RmiClient
extends java.lang.Object

Test RMI client.

Version:
$Header: /export/home/gjanee/middleware/edu/ucsb/adl/middleware/rmi/RCS/RmiClient.java,v 1.6 2006/06/24 05:57:09 gjanee Exp $

$Log: RmiClient.java,v $ Revision 1.6 2006/06/24 05:57:09 gjanee
Added the identifiers service. Also, simplified the command line so that only a remote hostname need be specified.

Revision 1.5 2004/03/15 20:45:11 gjanee
Added the get-query results method.

Revision 1.4 2003/06/10 17:00:47 gjanee
Added support for arbitrary, per-collection and per-holding metadata views. Also, query results are now Result objects, i.e., triplets of standard metadata views.

Revision 1.3 2001/09/14 22:29:41 gjanee
Added the reference, unreference, and unload services.

Revision 1.2 2001/08/01 21:20:53 gjanee
Minor modifications. The client is now a true RMI client, that is, it references only the RMI interfaces, and it dynamically downloads the stub classes.

Revision 1.1 2001/02/22 18:25:53 gjanee
Initial revision

Author:
Greg Janée
Alexandria Digital Library

Method Summary
static void main(java.lang.String[] args)
          Test RMI client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Test RMI client.

Parameters:
args - Command-line arguments.
Throws:
java.lang.Exception - If any error is encountered.