|
Project JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UUID | |
---|---|
net.jxta.impl.id.CBID | The 'cbid' format is a general purpose JXTA ID Format. |
net.jxta.impl.id.UUID | The 'uuid' format is a general purpose JXTA ID Format. |
net.jxta.impl.rendezvous | A JXTA RendezvousService implementation which
implements the standard JXTA Rendezvous Protocol (RVP). |
Uses of UUID in net.jxta.impl.id.CBID |
---|
Methods in net.jxta.impl.id.CBID that return UUID | |
---|---|
protected UUID |
ModuleClassID.getClassUUID()
get the class' unique id |
UUID |
CodatID.getUUID()
Returns the UUID associated with this CodatID. |
UUID |
PeerGroupID.getUUID()
Returns the UUID associated with this PeerGroupID. |
UUID |
PeerID.getUUID()
Returns the UUID associated with this PeerID. |
UUID |
PipeID.getUUID()
Returns the UUID associated with this PipeID. |
Constructors in net.jxta.impl.id.CBID with parameters of type UUID | |
---|---|
ModuleClassID(UUID classUUID,
UUID roleUUID)
Constructor. |
|
ModuleSpecID(UUID classUUID,
UUID specUUID)
Creates a ModuleSpecID in a given class, with a given class unique id. |
|
PeerGroupID(UUID groupUUID)
Creates a PeerGroupID. |
|
PeerID(UUID groupUUID,
UUID peerUUID)
Creates a PeerID. |
|
PipeID(UUID groupUUID,
UUID idUUID)
Creates a PipeID. |
Uses of UUID in net.jxta.impl.id.UUID |
---|
Fields in net.jxta.impl.id.UUID declared as UUID | |
---|---|
static UUID |
UUID.nullUUID
The null UUID. |
Methods in net.jxta.impl.id.UUID that return UUID | |
---|---|
protected UUID |
ModuleClassID.getClassUUID()
get the class' unique id |
protected UUID |
ModuleSpecID.getClassUUID()
get the class' unique id |
protected UUID |
ModuleClassID.getRoleUUID()
get the role unique id |
protected UUID |
ModuleSpecID.getSpecUUID()
get the spec unique id |
protected UUID |
PeerGroupID.getUUID()
Returns the UUID associated with this PeerGroupID. |
static UUID |
UUIDFactory.newHashUUID(long mostSig,
long leastSig)
Generate a new UUID value. |
static UUID |
UUIDFactory.newSeqUUID()
Generate a new UUID value. |
static UUID |
UUIDFactory.newUUID()
Generate a new random UUID value. |
static UUID |
UUIDFactory.newUUID(byte[] bytes)
Generate a new UUID value. |
static UUID |
UUIDFactory.newUUID(long mostSig,
long leastSig)
Generate a new UUID value. |
Methods in net.jxta.impl.id.UUID with parameters of type UUID | |
---|---|
boolean |
UUID.equals(UUID sid)
UUIDs are equal if they represent the same 128-bit value. |
Constructors in net.jxta.impl.id.UUID with parameters of type UUID | |
---|---|
CodatID(UUID groupUUID,
UUID idUUID)
|
|
ModuleClassID(UUID classUUID,
UUID roleUUID)
Constructor. |
|
ModuleSpecID(UUID classUUID,
UUID specUUID)
Creates a ModuleSpecID in a given class, with a given class unique id. |
|
PeerGroupID(UUID groupUUID)
Creates a PeerGroupID. |
|
PeerID(UUID groupUUID,
UUID idUUID)
Creates a PeerID. |
|
PipeID(UUID groupUUID,
UUID idUUID)
Creates a PipeID. |
Uses of UUID in net.jxta.impl.rendezvous |
---|
Methods in net.jxta.impl.rendezvous that return UUID | |
---|---|
UUID |
RendezVousServiceImpl.createMsgId()
|
UUID |
RendezVousPropagateMessage.getMsgId()
|
Methods in net.jxta.impl.rendezvous with parameters of type UUID | |
---|---|
boolean |
RendezVousServiceImpl.addMsgId(UUID id)
Checks if a message id has been recorded |
boolean |
RendezVousServiceImpl.isMsgIdRecorded(UUID id)
|
void |
RendezVousPropagateMessage.setMsgId(UUID id)
|
|
JXTA J2SE | |||||||||
PREV NEXT | FRAMES NO FRAMES |