org.apache.commons.ssl.rmi
Class DateRMI

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by org.apache.commons.ssl.rmi.DateRMI
All Implemented Interfaces:
Serializable, Remote, RemoteDate

public class DateRMI
extends UnicastRemoteObject
implements Remote, Serializable, RemoteDate

Since:
22-Feb-2007
Author:
Credit Union Central of British Columbia, www.cucbc.com, juliusdavies@cucbc.com
See Also:
Serialized Form

Field Summary
private  Date d
           
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
DateRMI()
           
 
Method Summary
 boolean equals(Object o)
           
 Date getDate()
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

d

private Date d
Constructor Detail

DateRMI

public DateRMI()
        throws RemoteException
Throws:
RemoteException
Method Detail

getDate

public Date getDate()
             throws RemoteException
Specified by:
getDate in interface RemoteDate
Throws:
RemoteException

equals

public boolean equals(Object o)
Overrides:
equals in class RemoteObject