コード例 #1
0
 /* @see java.lang.Object#toString()
  */
 public String toString() {
   return backend.toString();
 }
コード例 #2
0
 /* @see java.lang.Object#hashCode()
  */
 public int hashCode() {
   return backend.hashCode();
 }
コード例 #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);
 }