Class part4.chapter28.MyRemoteImpl
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class part4.chapter28.MyRemoteImpl

java.lang.Object
   |
   +----java.rmi.server.RemoteObject
           |
           +----java.rmi.server.RemoteServer
                   |
                   +----java.rmi.server.UnicastRemoteServer (JDK 1.0.2)
                           |
                           +----part4.chapter28.MyRemoteImpl

public class MyRemoteImpl
extends UnicastRemoteServer
implements MyRemote

Constructor Index

 o MyRemoteImpl()

Method Index

 o myMethod(String)

Constructors

 o MyRemoteImpl
  public MyRemoteImpl() throws RemoteException

Methods

 o myMethod
  public Object myMethod(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index