Ejemplo n.º 1
0
 /* @see java.lang.Object#toString()
  */
 public String toString() {
   return backend.toString();
 }
Ejemplo n.º 2
0
 /* @see java.lang.Object#hashCode()
  */
 public int hashCode() {
   return backend.hashCode();
 }
Ejemplo n.º 3
0
 /**
  * @param theEvent
  * @throws net.jini.core.event.UnknownEventException
  * @throws java.rmi.RemoteException
  */
 public void notify(RemoteEvent theEvent) throws UnknownEventException, RemoteException {
   backend.notify(theEvent);
 }