net.rmi.simpleExample
Interface RemoteHello

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RemoteHelloImplementation

public interface RemoteHello
extends java.rmi.Remote


Method Summary
 java.lang.String getMsg()
           
 

Method Detail

getMsg

java.lang.String getMsg()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException