net.rmi.armi
Class ArmiHelloWorldTest

java.lang.Object
  extended by net.rmi.armi.ArmiHelloWorldTest
All Implemented Interfaces:
java.util.Observer

public class ArmiHelloWorldTest
extends java.lang.Object
implements java.util.Observer


Constructor Summary
ArmiHelloWorldTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void update(java.util.Observable obs, java.lang.Object arg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArmiHelloWorldTest

public ArmiHelloWorldTest()
Method Detail

update

public void update(java.util.Observable obs,
                   java.lang.Object arg)
Specified by:
update in interface java.util.Observer

main

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