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
-
MyRemoteImpl()
-
-
myMethod(String)
-
MyRemoteImpl
public MyRemoteImpl() throws RemoteException
myMethod
public Object myMethod(String s)
All Packages Class Hierarchy This Package Previous Next Index