Project JXTA

Uses of Interface
net.jxta.impl.peergroup.CompatibilityEquater

Packages that use CompatibilityEquater
net.jxta.impl.loader   
net.jxta.impl.peergroup   
 

Uses of CompatibilityEquater in net.jxta.impl.loader
 

Constructors in net.jxta.impl.loader with parameters of type CompatibilityEquater
RefJxtaLoader(URL[] urls, CompatibilityEquater equator)
          Constuct a new loader for the specified URLS with the default parent loader and specified compatibility equator.
RefJxtaLoader(URL[] urls, ClassLoader parent, CompatibilityEquater equator)
          Constuct a new loader for the specified URLS with the specified parent loader and specified compatibility equator.
 

Uses of CompatibilityEquater in net.jxta.impl.peergroup
 

Classes in net.jxta.impl.peergroup that implement CompatibilityEquater
 class Platform
          Provides the implementation for the World Peer Group.
 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.
 


JXTA J2SE