net.rmi.armi
Class HelloWorld

java.lang.Object
  extended by net.rmi.armi.HelloWorld

public class HelloWorld
extends java.lang.Object


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

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

main

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

getMsg

public java.lang.String getMsg()

testGetMsg

public void testGetMsg()