JXTA

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

Packages that use PlatformConfig
net.jxta.impl.peergroup Provides the standard JXTA Peer Group implementations as well as legacy peer group configuration functionality. 
net.jxta.impl.protocol Provides implementation objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. 
 

Uses of PlatformConfig in net.jxta.impl.peergroup
 

Fields in net.jxta.impl.peergroup declared as PlatformConfig
protected  PlatformConfig NullConfigurator.advertisement
          The platform config
 

Methods in net.jxta.impl.peergroup that return PlatformConfig
 PlatformConfig NullConfigurator.getPlatformConfig()
           
 PlatformConfig DefaultConfigurator.getPlatformConfig()
          Retrieve the associated PlatformConfig and potentially performing any required configuration of the parameters before returning.
 PlatformConfig AutomaticConfigurator.getPlatformConfig()
          Retrieve the associated PlatformConfig and potentially performing any required configuration of the parameters before returning.
 PlatformConfig PlatformConfigurator.getPlatformConfig()
          Deprecated. Retrieve the associated PlatformConfig and potentially performing any required configuration of the parameters before returning.
protected  PlatformConfig NullConfigurator.load(URI loadFile)
          Deprecated. Loading of existing configuration is best accomplished by use of specific constructors of the implementing configurator. This method complicates the state management of configuration parameters and may have unpredictable results depending upon the constructor and configuration set methods used prior to it's execution.
 

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

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

Uses of PlatformConfig in net.jxta.impl.protocol
 

Methods in net.jxta.impl.protocol that return PlatformConfig
 PlatformConfig PlatformConfig.clone()
          Make a safe clone of this PlatformConfig.
 


JXSE