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
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.getPlatformConfig()
          Retrieve the associated PlatformConfig and potentially reconfigure the parameters before returning.
 PlatformConfig Configurator.getPlatformConfig()
          Gets the PlatformConfig that is comprised of the constituent properties.
 PlatformConfig AbstractConfigurator.load(File pc)
          Persist the associated{ @link net.jxta.impl.protocol.PlatformConfig} to the specified location.
 PlatformConfig Configurator.load(File loadFile)
          Persist the associated{ @link net.jxta.impl.protocol.PlatformConfig} to the specified location.
 PlatformConfig TrivialConfigurator.load(File f)
          Deprecated.  
 PlatformConfig AbstractConfigurator.updatePlatformConfig(PlatformConfigurator configurator)
          Application callback invoked upon registered Configurators prior to Platform startup.
 

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

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 DefaultConfigurator.getPlatformConfig()
          Retrieve the associated PlatformConfig and potentially reconfigure the parameters before returning.
 PlatformConfig NullConfigurator.getPlatformConfig()
           
 PlatformConfig PlatformConfigurator.getPlatformConfig()
          Retrieve the associated PlatformConfig and potentially reconfigure the parameters before returning.
 PlatformConfig NullConfigurator.load(File loadFile)
          Persist the associated{ @link net.jxta.impl.protocol.PlatformConfig} to the specified location.
 PlatformConfig PlatformConfigurator.load(File f)
          Deprecated. Sub-classes should devise their own, more appropriate method.
 

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

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


JXTA J2SE