Project JXTA

net.jxta.util
Class SimpleRdvMonitor.RdV

java.lang.Object
  |
  +--net.jxta.util.SimpleRdvMonitor.RdV
Enclosing class:
SimpleRdvMonitor

public class SimpleRdvMonitor.RdV
extends java.lang.Object

Description of the Class


Field Summary
protected  long lease
          Description of the Field
protected  java.lang.String peer
          Description of the Field
 
Constructor Summary
SimpleRdvMonitor.RdV(java.lang.String peer)
          Constructor for the RdV object
 
Method Summary
 boolean equals(java.lang.Object obj)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

peer

protected java.lang.String peer
Description of the Field

lease

protected long lease
Description of the Field
Constructor Detail

SimpleRdvMonitor.RdV

public SimpleRdvMonitor.RdV(java.lang.String peer)
Constructor for the RdV object
Parameters:
peer - Description of Parameter
Method Detail

equals

public boolean equals(java.lang.Object obj)
Description of the Method
Overrides:
equals in class java.lang.Object
Parameters:
obj - Description of Parameter
Returns:
Description of the Returned Value

Project JXTA