Name

PeerID

Synopsis

Each JXTA peer is assigned a unique peer ID, which is an instance of this class. Peer IDs are created by the IDFactory and contain the peergroup ID of the group to which they belong.

public abstract class PeerID extends net.jxta.id.ID {
// Public Constructors
   public PeerID();  
// Public Instance Methods
   public abstract net.jxta.id.ID getPeerGroupID();  
}

Passed To

net.jxta.protocol.PeerAdvertisement.setPeerID(), net.jxta.protocol.RdvAdvertisement.setPeerID(), net.jxta.rendezvous.RendezVousMonitor.{connected(), disconnected()}, net.jxta.rendezvous.RendezVousService.disconnectFromRendezVous(), net.jxta.util.SimpleRdvMonitor.{connected(), disconnected()}

Returned By

net.jxta.id.IDFactory.newPeerID(), net.jxta.id.IDFactory.Instantiator.newPeerID(), net.jxta.peergroup.PeerGroup.getPeerID(), net.jxta.protocol.PeerAdvertisement.getPeerID(), net.jxta.protocol.RdvAdvertisement.getPeerID()

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.