|
JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkManager.ConfigMode | |
---|---|
net.jxta.platform | Classes for defining code modules within JXTA. |
Uses of NetworkManager.ConfigMode in net.jxta.platform |
---|
Methods in net.jxta.platform that return NetworkManager.ConfigMode | |
---|---|
NetworkManager.ConfigMode |
NetworkManager.getMode()
Getter for property node operating 'mode'. |
static NetworkManager.ConfigMode |
NetworkManager.ConfigMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NetworkManager.ConfigMode[] |
NetworkManager.ConfigMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.jxta.platform with parameters of type NetworkManager.ConfigMode | |
---|---|
void |
NetworkManager.setMode(NetworkManager.ConfigMode mode)
Setter for property 'mode'. |
Constructors in net.jxta.platform with parameters of type NetworkManager.ConfigMode | |
---|---|
NetworkManager(NetworkManager.ConfigMode mode,
String instanceName)
Creates NetworkManger instance with default instance home set to "$CWD"/.jxta" At this point, alternate Infrastructure PeerGroupID maybe specified, as well as a PeerID. if neither are specified, the default NetPeerGroupID will be used, and a new PeerID will be generated. |
|
NetworkManager(NetworkManager.ConfigMode mode,
String instanceName,
URI instanceHome)
Creates NetworkManger instance. |
|
JXSE | |||||||||
PREV NEXT | FRAMES NO FRAMES |