|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.ucsb.adl.middleware.rmi.RmiClient
Test RMI client.
$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
| 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 |
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - Command-line arguments.
java.lang.Exception - If any error is encountered.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||