JXTA

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

Packages that use StdPeerGroup
net.jxta.impl.peergroup Provides the standard JXTA Peer Group implementations as well as legacy peer group configuration functionality. 
net.jxta.impl.util A collection of utility classes used by the JXTA implementation. 
 

Uses of StdPeerGroup in net.jxta.impl.peergroup
 

Subclasses of StdPeerGroup 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.
 

Uses of StdPeerGroup in net.jxta.impl.util
 

Methods in net.jxta.impl.util with parameters of type StdPeerGroup
static ModuleImplAdvertisement AdvCooker.buildPeerGroupImplAdvertisement(StdPeerGroup parent, ModuleSpecID newGroupModuleSpecID, String newDescription, Map newServices)
          Modifies a copy of the parent's implementation advertisement to reflect the addition or replacement of services.
 


JXSE