Project JXTA

Uses of Class
net.jxta.impl.protocol.PlatformConfig

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

Uses of PlatformConfig in net.jxta.ext.config
 

Methods in net.jxta.ext.config that return PlatformConfig
 PlatformConfig TrivialConfigurator.load(File f)
          Deprecated.  
 PlatformConfig Configurator.load(File loadFile)
          Persist the associated{ @link net.jxta.impl.protocol.PlatformConfig} to the specified location.
 PlatformConfig Configurator.getPlatformConfig()
          Gets the PlatformConfig that is comprised of the constituent properties.
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.
 PlatformConfig AbstractConfigurator.getPlatformConfig()
          Retrieve the associated PlatformConfig and potentially reconfigure the parameters before returning.
 PlatformConfig AbstractConfigurator.load(File pc)
          Persist the associated{ @link net.jxta.impl.protocol.PlatformConfig} to the specified location.
 

Methods in net.jxta.ext.config with parameters of type PlatformConfig
 void Configurator.setPlatformConfig(PlatformConfig pc)
          Sets the platformConfig attribute of the Configurator object
 void AbstractConfigurator.setPlatformConfig(PlatformConfig config)
          Sets the associated PlatformConfig.
 

Constructors in net.jxta.ext.config with parameters of type PlatformConfig
Configurator(PlatformConfig config)
          Constructor for the Configurator object.
 

Uses of PlatformConfig in net.jxta.impl.peergroup
 

Fields in net.jxta.impl.peergroup declared as PlatformConfig
protected  PlatformConfig NullConfigurator.advertisement
          The platform config
protected  PlatformConfig GenericPeerGroup.configAdvertisement
          This peer's config advertisement.
 

Methods in net.jxta.impl.peergroup that return PlatformConfig
 PlatformConfig PlatformConfigurator.getPlatformConfig()
          Retrieve the associated PlatformConfig and potentially reconfigure the parameters before returning.
 PlatformConfig PlatformConfigurator.load(File f)
          Deprecated. Sub-classes should devise their own, more appropriate method.
 PlatformConfig NullConfigurator.getPlatformConfig()
           
 PlatformConfig NullConfigurator.load(File loadFile)
          Persist the associated{ @link net.jxta.impl.protocol.PlatformConfig} to the specified location.
 PlatformConfig DefaultConfigurator.getPlatformConfig()
          
 

Methods in net.jxta.impl.peergroup with parameters of type PlatformConfig
 void PlatformConfigurator.setPlatformConfig(PlatformConfig pc)
          Sets the associated PlatformConfig.
 void NullConfigurator.setPlatformConfig(PlatformConfig config)
           
 

Constructors in net.jxta.impl.peergroup with parameters of type PlatformConfig
ConfigDialog(PlatformConfig configAdv)
           
 


JXTA J2SE