Name

PipeID

Synopsis

Each JXTA pipe is assigned a unique pipe ID. Pipe IDs are created by the IDFactory class. They are related to their peergroup IDs, but there is no relationship between an input pipe’s ID and an output pipe’s ID.

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

Returned By

net.jxta.id.IDFactory.newPipeID(), net.jxta.id.IDFactory.Instantiator.newPipeID()

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.