Name

SimpleRdvMonitor.RdV

Synopsis

The simple rendezvous monitor implementation uses instances of this class to represent the rendezvous peers that it is monitoring; it is provided as a guideline in implementing your own rendezvous monitor.

public class SimpleRdvMonitor.RdV {
// Public Constructors
   public RdV(String peer);  
// Public Methods Overriding Object
   public boolean equals(Object obj);  
// Protected Instance Fields
   protected long lease;  
   protected String peer;  
}

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.