JXTA

Uses of Class
net.jxta.peergroup.PeerGroupID

Packages that use PeerGroupID
net.jxta.codat Codats are container objects that can hold both data or code and are associated with a JXTA ID. 
net.jxta.endpoint Provides interfaces and classes used for the addressing, filtering, sending, and receiving of messages within JXTA. 
net.jxta.id IDs are used within JXTA to refer to peers, peer groups, pipes and other types of resources. 
net.jxta.meter Provides logging and monitoring facilities for debugging and auditing of messaging and service invocation within JXTA. 
net.jxta.peergroup Peer groups are formed as a collection of peers that have agreed upon a common set of services. 
net.jxta.platform Classes for defining code modules within JXTA. 
net.jxta.protocol Provides inteface objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. 
net.jxta.socket The socket package provides interface ala Socket over JXTA pipes. 
 

Uses of PeerGroupID in net.jxta.codat
 

Constructors in net.jxta.codat with parameters of type PeerGroupID
Codat(PeerGroupID groupID, CodatID about, Document document)
          Constructs a Codat instance with a new CodatId given a PeerGroupID and a Document.
Metadata(PeerGroupID groupID, CodatID about, Document document)
          Constructs a Metadata instance with a new CodatId given a PeerGroupID, the CodatID of the associated Codat and a Document.
 

Uses of PeerGroupID in net.jxta.endpoint
 

Methods in net.jxta.endpoint with parameters of type PeerGroupID
 Messenger ChannelMessenger.getChannelMessenger(PeerGroupID redirection, String service, String serviceParam)
          If applicable, returns another messenger that will send messages to the same destination address than this one, but with the specified default service and serviceParam, possibly rewriting addresses to ensure delivery through the specified redirection.
 Messenger Messenger.getChannelMessenger(PeerGroupID redirection, String service, String serviceParam)
          If applicable, returns another messenger that will send messages to the same destination address than this one, but with the specified default service and serviceParam, possibly rewriting addresses to ensure delivery through the specified redirection.
 Messenger AsyncChannelMessenger.getChannelMessenger(PeerGroupID redirection, String service, String serviceParam)
          If applicable, returns another messenger that will send messages to the same destination address than this one, but with the specified default service and serviceParam, possibly rewriting addresses to ensure delivery through the specified redirection.
 Messenger ThreadedMessenger.getChannelMessenger(PeerGroupID redirection, String service, String serviceParam)
          If applicable, returns another messenger that will send messages to the same destination address than this one, but with the specified default service and serviceParam, possibly rewriting addresses to ensure delivery through the specified redirection.
 

Constructors in net.jxta.endpoint with parameters of type PeerGroupID
AsyncChannelMessenger(EndpointAddress baseAddress, PeerGroupID redirection, String origService, String origServiceParam, int queueSize, boolean connected)
          Create a new AsyncChannelMessenger.
ChannelMessenger(EndpointAddress baseAddress, PeerGroupID groupRedirection, String origService, String origServiceParam)
          Create a new ChannelMessenger
ThreadedMessenger(PeerGroupID homeGroupID, EndpointAddress destination, EndpointAddress logicalDestination, int channelQueueSize)
          Create a new ThreadedMessenger.
 

Uses of PeerGroupID in net.jxta.id
 

Methods in net.jxta.id that return PeerGroupID
static PeerGroupID IDFactory.newPeerGroupID()
          Creates a new PeerGroupID instance.
 PeerGroupID IDFactory.Instantiator.newPeerGroupID()
          Creates a new PeerGroupID instance.
static PeerGroupID IDFactory.newPeerGroupID(byte[] seed)
          Creates a new PeerGroupID instance.
 PeerGroupID IDFactory.Instantiator.newPeerGroupID(byte[] seed)
          Creates a new PeerGroupID instance.
static PeerGroupID IDFactory.newPeerGroupID(PeerGroupID parent)
          Creates a new PeerGroupID instance with the specified parent group.
 PeerGroupID IDFactory.Instantiator.newPeerGroupID(PeerGroupID parent)
          Creates a new PeerGroupID instance with the specified parent group.
static PeerGroupID IDFactory.newPeerGroupID(PeerGroupID parent, byte[] seed)
          Creates a new PeerGroupID instance with the specified parent group.
 PeerGroupID IDFactory.Instantiator.newPeerGroupID(PeerGroupID parent, byte[] seed)
          Creates a new PeerGroupID instance with the specified parent group.
static PeerGroupID IDFactory.newPeerGroupID(String idformat)
          Creates a new PeerGroupID instance using the specified ID Format.
static PeerGroupID IDFactory.newPeerGroupID(String idformat, byte[] seed)
          Creates a new PeerGroupID instance.
 

Methods in net.jxta.id with parameters of type PeerGroupID
static CodatID IDFactory.newCodatID(PeerGroupID groupID)
          Creates a new CodatID Instance.
 CodatID IDFactory.Instantiator.newCodatID(PeerGroupID groupID)
          Creates a new CodatID Instance.
static CodatID IDFactory.newCodatID(PeerGroupID groupID, byte[] seed)
          Creates a new CodatID instance.
 CodatID IDFactory.Instantiator.newCodatID(PeerGroupID groupID, byte[] seed)
          Creates a new CodatID instance.
static CodatID IDFactory.newCodatID(PeerGroupID groupID, byte[] seed, InputStream in)
          Creates a new CodatID instance.
 CodatID IDFactory.Instantiator.newCodatID(PeerGroupID groupID, byte[] seed, InputStream in)
          Creates a new CodatID instance.
static CodatID IDFactory.newCodatID(PeerGroupID groupID, InputStream in)
          Creates a new CodatID instance.
 CodatID IDFactory.Instantiator.newCodatID(PeerGroupID groupID, InputStream in)
          Creates a new CodatID instance.
static PeerGroupID IDFactory.newPeerGroupID(PeerGroupID parent)
          Creates a new PeerGroupID instance with the specified parent group.
 PeerGroupID IDFactory.Instantiator.newPeerGroupID(PeerGroupID parent)
          Creates a new PeerGroupID instance with the specified parent group.
static PeerGroupID IDFactory.newPeerGroupID(PeerGroupID parent, byte[] seed)
          Creates a new PeerGroupID instance with the specified parent group.
 PeerGroupID IDFactory.Instantiator.newPeerGroupID(PeerGroupID parent, byte[] seed)
          Creates a new PeerGroupID instance with the specified parent group.
static PeerID IDFactory.newPeerID(PeerGroupID groupID)
          Creates a new PeerID instance.
 PeerID IDFactory.Instantiator.newPeerID(PeerGroupID groupID)
          Creates a new PeerID instance.
static PeerID IDFactory.newPeerID(PeerGroupID groupID, byte[] seed)
          Creates a new PeerID instance.
 PeerID IDFactory.Instantiator.newPeerID(PeerGroupID groupID, byte[] seed)
          Creates a new PeerID instance.
static PipeID IDFactory.newPipeID(PeerGroupID groupID)
          Creates a new PipeID instance.
 PipeID IDFactory.Instantiator.newPipeID(PeerGroupID groupID)
          Creates a new PipeID instance.
static PipeID IDFactory.newPipeID(PeerGroupID groupID, byte[] seed)
          Creates a new PipeID instance.
 PipeID IDFactory.Instantiator.newPipeID(PeerGroupID groupID, byte[] seed)
          Creates a new PipeID instance.
 

Uses of PeerGroupID in net.jxta.meter
 

Methods in net.jxta.meter that return PeerGroupID
 PeerGroupID MonitorEvent.getPeerGroupID()
          PeerGroup of reported event
 

Constructors in net.jxta.meter with parameters of type PeerGroupID
MonitorEvent(PeerGroupID peerGroupID, MonitorReport monitorReport)
           
 

Uses of PeerGroupID in net.jxta.peergroup
 

Fields in net.jxta.peergroup declared as PeerGroupID
static PeerGroupID PeerGroupID.defaultNetPeerGroupID
          The well known Unique Identifier of the net peergroup.
static PeerGroupID PeerGroupID.worldPeerGroupID
          The well known Unique Identifier of the world peergroup.
 

Methods in net.jxta.peergroup that return PeerGroupID
static PeerGroupID PeerGroupID.create(URI fromURI)
          Creates an ID by parsing the given URI.
abstract  PeerGroupID PeerGroupID.getParentPeerGroupID()
          Returns the parent peer group id of this peer group id, if any.
 PeerGroupID LightWeightPeerGroup.getPeerGroupID()
          Return the Peer Group ID of this Peer Group.
 PeerGroupID PeerGroup.getPeerGroupID()
          Return the Peer Group ID of this Peer Group.
 PeerGroupID PeerGroupID.intern()
          Returns a canonical representation for the ID object.
 

Methods in net.jxta.peergroup with parameters of type PeerGroupID
 PeerGroup PeerGroup.GlobalRegistry.lookupInstance(PeerGroupID gid)
          Returns a running instance of the peergroup with given ID if any exists.
 PeerGroup LightWeightPeerGroup.newGroup(PeerGroupID gid)
          Instantiate a group from its Peer Group ID only.
 PeerGroup PeerGroup.newGroup(PeerGroupID gid)
          Instantiate a group from its Peer Group ID only.
 PeerGroup LightWeightPeerGroup.newGroup(PeerGroupID gid, Advertisement impl, String name, String description)
          Instantiates a peer group from its elementary pieces and publishes the corresponding PeerGroupAdvertisement.
 PeerGroup PeerGroup.newGroup(PeerGroupID gid, Advertisement impl, String name, String description)
          Instantiates a peer group from its elementary pieces and publishes the corresponding PeerGroupAdvertisement.
 boolean PeerGroup.GlobalRegistry.registeredInstance(PeerGroupID gid)
          Returns true if there is a registered peergroup of the specified ID.
 boolean PeerGroup.GlobalRegistry.registerInstance(PeerGroupID gid, PeerGroup pg)
          Registers a new instance.
static void PeerGroupFactory.setNetPGID(PeerGroupID id)
          Deprecated. Consider converting to use NetPeerGroupFactory.NetPeerGroupFactory(ConfigParams,URI,ID,String,XMLElement) or NetPeerGroupFactory.NetPeerGroupFactory(PeerGroup,ID,String,XMLElement).
 boolean PeerGroup.GlobalRegistry.unRegisterInstance(PeerGroupID gid, PeerGroup pg)
          Unregisters a group instance (normally because the group is being stopped.
 

Uses of PeerGroupID in net.jxta.platform
 

Methods in net.jxta.platform that return PeerGroupID
 PeerGroupID NetworkManager.getInfrastructureID()
          Getter for property 'infrastructureID'.
 

Methods in net.jxta.platform with parameters of type PeerGroupID
 void NetworkManager.setInfrastructureID(PeerGroupID infrastructureID)
          Setter for property 'infrastructureID'.
 

Uses of PeerGroupID in net.jxta.protocol
 

Methods in net.jxta.protocol that return PeerGroupID
 PeerGroupID RdvAdvertisement.getGroupID()
          get the group id
 PeerGroupID PeerAdvertisement.getPeerGroupID()
          Returns the id of the peergroup this peer advertisement is for.
 PeerGroupID PeerGroupAdvertisement.getPeerGroupID()
          Returns the id of the group.
 

Methods in net.jxta.protocol with parameters of type PeerGroupID
 void RdvAdvertisement.setGroupID(PeerGroupID id)
          set the group Id
 void PeerAdvertisement.setPeerGroupID(PeerGroupID gid)
          Returns the id of the peergroup this peer advertisement is for.
 void PeerGroupAdvertisement.setPeerGroupID(PeerGroupID gid)
          Sets the id of the group.
 

Uses of PeerGroupID in net.jxta.socket
 

Methods in net.jxta.socket that return PeerGroupID
 PeerGroupID JxtaSocketAddress.getPeerGroupId()
          Returns the PeerGroupID element of the address
 

Constructors in net.jxta.socket with parameters of type PeerGroupID
JxtaSocketAddress(PeerGroupID peerGroupId, PipeAdvertisement pipeAdv)
          Deprecated. use the PeerAdvertisement variant instead
JxtaSocketAddress(PeerGroupID peerGroupId, PipeAdvertisement pipeAdv, PeerID peerId)
          Deprecated. use the PeerAdvertisement variant instead
 


JXSE