|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.id.ID
net.jxta.pipe.PipeID
net.jxta.impl.id.UUID.PipeID
net.jxta.impl.id.CBID.PipeID
public class PipeID
An implementation of the PipeID
ID Type.
Field Summary |
---|
Fields inherited from class net.jxta.impl.id.UUID.PipeID |
---|
groupIdOffset, id, idOffset, padOffset, padSize |
Fields inherited from class net.jxta.id.ID |
---|
nullID, URIEncodingName, URNNamespace |
Constructor Summary | |
---|---|
protected |
PipeID()
Used only internally |
protected |
PipeID(IDBytes id)
Constructor. |
|
PipeID(PeerGroupID groupID)
See IDFactory.Instantiator.newPipeID(net.jxta.peergroup.PeerGroupID) . |
|
PipeID(PeerGroupID groupID,
byte[] seed)
See IDFactory.Instantiator.newPipeID(net.jxta.peergroup.PeerGroupID,byte[]) . |
protected |
PipeID(UUID groupUUID,
UUID idUUID)
Creates a PipeID. |
Method Summary | |
---|---|
String |
getIDFormat()
Returns a string identifier which indicates which ID format is used by this ID instance. |
ID |
getPeerGroupID()
Returns PeerGroupID of the Peer Group to which this Pipe ID belongs. |
UUID |
getUUID()
Returns the UUID associated with this PipeID. |
Methods inherited from class net.jxta.impl.id.UUID.PipeID |
---|
equals, getUniqueValue, hashCode |
Methods inherited from class net.jxta.pipe.PipeID |
---|
create, intern |
Methods inherited from class net.jxta.id.ID |
---|
getURL, toString, toURI |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected PipeID()
protected PipeID(IDBytes id)
id
- the ID dataprotected PipeID(UUID groupUUID, UUID idUUID)
groupUUID
- the UUID of the group to which this will belong.idUUID
- the UUID which will be used for this pipe.public PipeID(PeerGroupID groupID)
IDFactory.Instantiator.newPipeID(net.jxta.peergroup.PeerGroupID)
.
groupID
- the PeerGroupIDpublic PipeID(PeerGroupID groupID, byte[] seed)
IDFactory.Instantiator.newPipeID(net.jxta.peergroup.PeerGroupID,byte[])
.
groupID
- the PeerGroupIDseed
- the seedMethod Detail |
---|
public String getIDFormat()
getIDFormat
in class PipeID
public ID getPeerGroupID()
getPeerGroupID
in class PipeID
public UUID getUUID()
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |