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

Constructor Index

 o DateServerImpl()

Method Index

 o getDate()
 o main(String[])

Constructors

 o DateServerImpl
  public DateServerImpl() throws RemoteException

Methods

 o getDate
  public Date getDate()
 o main
  public static void main(String args[]) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index