edu.cmu.mse.vault.repman
Class RMITestClient

java.lang.Object
  extended byedu.cmu.mse.vault.repman.RMITestClient

public class RMITestClient
extends java.lang.Object

Author:
Soumya TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

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

Constructor Detail

RMITestClient

public RMITestClient(java.lang.String remoteName)
              throws java.rmi.NotBoundException,
                     java.net.MalformedURLException,
                     java.rmi.RemoteException
Method Detail

main

public static void main(java.lang.String[] args)