All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class part4.chapter28.jdk11.MyRemoteImpl

java.lang.Object
   |
   +----java.rmi.server.RemoteObject
           |
           +----java.rmi.server.RemoteServer
                   |
                   +----java.rmi.server.UnicastRemoteObject
                           |
                           +----part4.chapter28.jdk11.MyRemoteImpl

public class MyRemoteImpl
extends UnicastRemoteObject
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