Class part4.chapter28.DateServerImpl
All Packages Class Hierarchy This Package Previous Next Index
Class part4.chapter28.DateServerImpl
java.lang.Object
|
+----java.rmi.server.RemoteObject
|
+----java.rmi.server.RemoteServer
|
+----java.rmi.server.UnicastRemoteServer (JDK 1.0.2)
|
+----part4.chapter28.DateServerImpl
- public class DateServerImpl
- extends UnicastRemoteServer
- implements DateServer
-
DateServerImpl()
-
-
getDate()
-
-
main(String[])
-
DateServerImpl
public DateServerImpl() throws RemoteException
getDate
public Date getDate()
main
public static void main(String args[]) throws Exception
All Packages Class Hierarchy This Package Previous Next Index