Project JXTA

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

Packages that use PlatformConfigurator
net.jxta.ext.config   
net.jxta.impl.peergroup   
 

Uses of PlatformConfigurator in net.jxta.ext.config
 

Classes in net.jxta.ext.config that implement PlatformConfigurator
 class AbstractConfigurator
          An abstract PlatformConfigurator implementation that provides application callbacks for PlatformConfig generation and update prior to Platform startup.
 class Configurator
          A JXTA configurator.
 class TrivialConfigurator
          Deprecated. in preference of AbstractConfigurator
 

Fields in net.jxta.ext.config declared as PlatformConfigurator
(package private) static PlatformConfigurator AbstractConfigurator.ConfiguratorWrapper.configurator
           
 

Methods in net.jxta.ext.config with parameters of type PlatformConfigurator
abstract  PlatformConfig AbstractConfigurator.createPlatformConfig(PlatformConfigurator configurator)
          Application callback invoked upon registered Configurators prior to Platform startup when a newly created PlatformConfig is required.
 PlatformConfig AbstractConfigurator.updatePlatformConfig(PlatformConfigurator configurator)
          Application callback invoked upon registered Configurators prior to Platform startup.
 

Constructors in net.jxta.ext.config with parameters of type PlatformConfigurator
AbstractConfigurator(PlatformConfigurator configurator)
          Constructor which overrides the backing Configurator.
 

Uses of PlatformConfigurator in net.jxta.impl.peergroup
 

Classes in net.jxta.impl.peergroup that implement PlatformConfigurator
 class DefaultConfigurator
          The default platform configurator.
 class NullConfigurator
          A minimal Platform Configurator.
 


JXTA J2SE