|
Project 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
An implementation of the PipeID
ID Type.
Field Summary | |
protected static int |
groupIdOffset
|
protected IDBytes |
id
The id data |
protected static int |
idOffset
|
protected static int |
padOffset
|
protected static int |
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 | |
boolean |
equals(Object target)
|
String |
getIDFormat()
|
ID |
getPeerGroupID()
|
Object |
getUniqueValue()
|
URL |
getURL()
|
int |
hashCode()
|
URI |
toURI()
|
Methods inherited from class net.jxta.id.ID |
clone, create, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final int groupIdOffset
protected static final int idOffset
protected static final int padOffset
protected static final int padSize
protected IDBytes id
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)
.
public PipeID(PeerGroupID groupID, byte[] seed)
IDFactory.Instantiator.newPipeID(net.jxta.peergroup.PeerGroupID,byte[])
.
Method Detail |
public boolean equals(Object target)
public int hashCode()
public String getIDFormat()
public Object getUniqueValue()
public URL getURL()
public ID getPeerGroupID()
public URI toURI()
|
JXTA J2SE | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |