public class DateRMI extends java.rmi.server.UnicastRemoteObject implements java.rmi.Remote, java.io.Serializable, RemoteDate
| Modifier and Type | Field and Description |
|---|---|
private java.util.Date |
d |
| Constructor and Description |
|---|
DateRMI() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Date |
getDate() |
private java.util.Date d
public DateRMI() throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic java.util.Date getDate() throws java.rmi.RemoteException
getDate in interface RemoteDatejava.rmi.RemoteExceptionpublic boolean equals(java.lang.Object o)
equals in class java.rmi.server.RemoteObject