Project JXTA

net.jxta.peergroup
Class PeerGroupID

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

public abstract class PeerGroupID
extends ID

This class implements a PeerGroup ID. Each peer group is assigned a unique id.

Since:
JXTA 1.0
See Also:
ID, IDFactory, PeerID, Serialized Form

Field Summary
static PeerGroupID defaultNetPeerGroupID
          The well known Unique Identifier of the net peergroup.
static PeerGroupID worldPeerGroupID
          The well known Unique Identifier of the world peergroup.
 
Fields inherited from class net.jxta.id.ID
nullID, URIEncodingName, URNNamespace
 
Constructor Summary
PeerGroupID()
           
 
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
 

Field Detail

worldPeerGroupID

public static final PeerGroupID worldPeerGroupID
The well known Unique Identifier of the world peergroup. This is a singleton within the scope of a VM.
Since:
JXTA 1.0

defaultNetPeerGroupID

public static final PeerGroupID defaultNetPeerGroupID
The well known Unique Identifier of the net peergroup. This is a singleton within the scope of this VM.
Since:
JXTA 1.0
Constructor Detail

PeerGroupID

public PeerGroupID()

Project JXTA