Class java.rmi.examples.echo.EchoImpl
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.rmi.examples.echo.EchoImpl

java.lang.Object
   |
   +----java.rmi.server.RemoteObject
           |
           +----java.rmi.server.RemoteServer
                   |
                   +----java.rmi.server.UnicastRemoteServer
                           |
                           +----java.rmi.examples.echo.EchoImpl

public class EchoImpl
extends UnicastRemoteServer
implements Echo

Constructor Index

 o EchoImpl(String)

Method Index

 o call(String)
 o main(String[])

Constructors

 o EchoImpl
  public EchoImpl(String s) throws RemoteException

Methods

 o call
  public String call(String message) throws RemoteException
 o main
  public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index