JXTA

Uses of Class
net.jxta.impl.peergroup.GenericPeerGroup

Packages that use GenericPeerGroup
net.jxta.impl.peergroup Provides the standard JXTA Peer Group implementations as well as legacy peer group configuration functionality. 
 

Uses of GenericPeerGroup in net.jxta.impl.peergroup
 

Subclasses of GenericPeerGroup in net.jxta.impl.peergroup
 class Platform
          Provides the implementation for the World PeerGroup.
 class ShadowPeerGroup
          ShadowPeerGroup is almost a regular StdPeerGroup, except that it borrows its parent's configuration.
 class StdPeerGroup
          A subclass of GenericPeerGroup that makes a peer group out of independent plugin services listed in its impl advertisement.
 

Constructors in net.jxta.impl.peergroup with parameters of type GenericPeerGroup
RefCountPeerGroupInterface(GenericPeerGroup theRealThing)
          Constructs an interface object that front-ends a given PeerGroup object.
RefCountPeerGroupInterface(GenericPeerGroup theRealThing, Map roleMap)
           
 


JXSE