Project JXTA

net.jxta.pipe
Class PipeID

java.lang.Object
  extended by net.jxta.id.ID
      extended by net.jxta.pipe.PipeID
All Implemented Interfaces:
Serializable

public abstract class PipeID
extends ID

This class implements a Pipe ID. Each pipe is assigned a unique id

See Also:
ID, IDFactory, PeerGroupID, Serialized Form

Field Summary
 
Fields inherited from class net.jxta.id.ID
nullID, URIEncodingName, URNNamespace
 
Constructor Summary
PipeID()
           
 
Method Summary
abstract  ID getPeerGroupID()
          Returns PeerGroupID of the Peer Group to which this Peer ID belongs.
 
Methods inherited from class net.jxta.id.ID
clone, create, getIDFormat, getUniqueValue, getURL, toString, toURI
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PipeID

public PipeID()
Method Detail

getPeerGroupID

public abstract ID getPeerGroupID()
Returns PeerGroupID of the Peer Group to which this Peer ID belongs.

Returns:
PeerGroupID of the Peer Group which this ID is part of.
Since:
JXTA 1.0

JXTA J2SE