Name

RdvAdvertisement

Synopsis

This class is published by peers that agree to act as rendezvous peers. It is constructed and discovered transparently to the developer. It holds three fields: the name of the peer, its peer ID, and the ID of the peergroup that the peer belongs to.

public abstract class RdvAdvertisement extends net.jxta.document.Advertisement {
// Public Constructors
   public RdvAdvertisement();  
// Public Class Methods
   public static String getAdvertisementType();  
// Property Accessor Methods (by property name)
   public net.jxta.peergroup.PeerGroupID getGroupID();  
   public void setGroupID(net.jxta.peergroup.PeerGroupID id);  
   public String getName();  
   public void setName(String n);  
   public net.jxta.peer.PeerID getPeerID();  
   public void setPeerID(net.jxta.peer.PeerID id);  
}

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.