Project JXTA

net.jxta.pipe
Class PipeID

java.lang.Object
  |
  +--net.jxta.id.ID
        |
        +--net.jxta.pipe.PipeID
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public abstract class PipeID
extends ID

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

Since:
JXTA 1.0
Version:
$Revision: 1.6 $
See Also:
ID, IDFactory, PeerGroupID, Serialized Form

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, getIDFormat, getUniqueValue, getURL, toString
 
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

Project JXTA