net.rmi.simpleExample
Class RemoteHelloImplementation

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by net.rmi.simpleExample.RemoteHelloImplementation
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, RemoteHello

public class RemoteHelloImplementation
extends java.rmi.server.UnicastRemoteObject
implements RemoteHello

See Also:
Serialized Form

Constructor Summary
RemoteHelloImplementation()
           
 
Method Summary
 java.lang.String getMsg()
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteHelloImplementation

public RemoteHelloImplementation()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

getMsg

public java.lang.String getMsg()
                        throws java.rmi.RemoteException
Specified by:
getMsg in interface RemoteHello
Throws:
java.rmi.RemoteException