|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
NetworkConfigurator
.
@Deprecated public interface PlatformConfigurator
Defines a configurator for the JXTA Platform peer group.
Method Summary | |
---|---|
PlatformConfig |
getPlatformConfig()
Deprecated. Retrieve the associated PlatformConfig and
potentially performing any required configuration of the parameters
before returning. |
boolean |
isReconfigure()
Deprecated. Determine if a forced reconfiguration is set for the next call to getPlatformConfig() . |
void |
setPlatformConfig(PlatformConfig pc)
Deprecated. Sets the associated PlatformConfig . |
void |
setReconfigure(boolean forceReconfig)
Deprecated. Sets the reconfiguration status to the specified status. |
Methods inherited from interface net.jxta.peergroup.Configurator |
---|
getConfigParams, load, save, setConfigParams |
Method Detail |
---|
PlatformConfig getPlatformConfig() throws ConfiguratorException
PlatformConfig
and
potentially performing any required configuration of the parameters
before returning.
ConfiguratorException
- If configuration error
occurs.void setPlatformConfig(PlatformConfig pc)
PlatformConfig
.
pc
- the configurationvoid setReconfigure(boolean forceReconfig)
true
then reconfiguration will be forced the next time the
PlatformConfig
is retrieved.
forceReconfig
- If true
then a forced reconfiguration will
occur the next time getPlatformConfig()
is called.boolean isReconfigure()
getPlatformConfig()
.
true
if a forced reconfiguration will occur the
next time getPlatformConfig()
is called.
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |