|
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.peergroup.PeerGroupID
net.jxta.impl.id.UUID.PeerGroupID
net.jxta.impl.id.CBID.PeerGroupID
public class PeerGroupID
An implementation of the PeerGroupID
ID Type.
Field Summary |
---|
Fields inherited from class net.jxta.impl.id.UUID.PeerGroupID |
---|
groupIdOffset, id, padOffset, padSize, parentgroupIdOffset |
Fields inherited from class net.jxta.peergroup.PeerGroupID |
---|
defaultNetPeerGroupID, worldPeerGroupID |
Fields inherited from class net.jxta.id.ID |
---|
nullID, URIEncodingName, URNNamespace |
Constructor Summary | |
---|---|
|
PeerGroupID()
See IDFactory.Instantiator.newPeerGroupID() . |
|
PeerGroupID(byte[] seed)
See IDFactory.Instantiator.newPeerGroupID(byte[]) . |
protected |
PeerGroupID(IDBytes id)
Intializes contents from provided ID. |
|
PeerGroupID(PeerGroupID parent,
byte[] seed)
See IDFactory.Instantiator.newPeerGroupID(net.jxta.peergroup.PeerGroupID,byte[]) . |
protected |
PeerGroupID(UUID groupUUID)
Creates a PeerGroupID. |
Method Summary | |
---|---|
String |
getIDFormat()
Returns a string identifier which indicates which ID format is used by this ID instance. |
PeerGroupID |
getParentPeerGroupID()
Returns the parent peer group id of this peer group id, if any. |
UUID |
getUUID()
Returns the UUID associated with this PeerGroupID. |
Methods inherited from class net.jxta.impl.id.UUID.PeerGroupID |
---|
equals, getUniqueValue, hashCode |
Methods inherited from class net.jxta.peergroup.PeerGroupID |
---|
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 PeerGroupID(IDBytes id)
id
- the ID dataprotected PeerGroupID(UUID groupUUID)
groupUUID
- the PeerGroupID to use to construct the new PeerGroupIDpublic PeerGroupID()
IDFactory.Instantiator.newPeerGroupID()
.
public PeerGroupID(byte[] seed)
IDFactory.Instantiator.newPeerGroupID(byte[])
.
seed
- the seedpublic PeerGroupID(PeerGroupID parent, byte[] seed)
IDFactory.Instantiator.newPeerGroupID(net.jxta.peergroup.PeerGroupID,byte[])
.
parent
- Parent PeerGroupIDseed
- the seedMethod Detail |
---|
public String getIDFormat()
getIDFormat
in class PeerGroupID
public PeerGroupID getParentPeerGroupID()
getParentPeerGroupID
in class PeerGroupID
public UUID getUUID()
getUUID
in class PeerGroupID
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |