Name

RendezvousEvent

Synopsis

Rendezvous events are sent to interested peers whenever clients and other rendezvous peers connect to, or disconnect from, the rendezvous service.

public class RendezvousEvent extends java.util.EventObject {
// Public Constructors
   public RendezvousEvent(Object source, int type, String peer);
// Public Constants
   public static final int CLIENTCONNECT;
// =2
   public static final int CLIENTDISCONNECT;
// =6
   public static final int CLIENTFAILED;
// =7
   public static final int CLIENTRECONNECT;
// =3
   public static final int RDVCONNECT;
// =0
   public static final int RDVDISCONNECT;
// =4
   public static final int RDVFAILED;
// =5
   public static final int RDVRECONNECT;
// =1
                  // Public Instance Methods
   public String getPeer();  
   public int getType();  
}

Passed To

RendezvousListener.rendezvousEvent()

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.