Uses of Class
p2pMapReduce.networkModule.NetworkConfiguration

Packages that use NetworkConfiguration
p2pMapReduce.impl.networkModule.jxta   
p2pMapReduce.impl.nodeModule   
p2pMapReduce.networkModule   
p2pMapReduce.nodeModule   
p2pMapReduce.test.networkModule   
 

Uses of NetworkConfiguration in p2pMapReduce.impl.networkModule.jxta
 

Constructors in p2pMapReduce.impl.networkModule.jxta with parameters of type NetworkConfiguration
JxtaNetworkModule(NetworkConfiguration networkConfiguration)
           
 

Uses of NetworkConfiguration in p2pMapReduce.impl.nodeModule
 

Constructors in p2pMapReduce.impl.nodeModule with parameters of type NetworkConfiguration
NodeModuleImpl(NetworkConfiguration nc)
           
 

Uses of NetworkConfiguration in p2pMapReduce.networkModule
 

Methods in p2pMapReduce.networkModule with parameters of type NetworkConfiguration
static NetworkModuleIF NetworkModuleFactory.newNetworkModule(NetworkConfiguration networkConfiguration)
           
 

Uses of NetworkConfiguration in p2pMapReduce.nodeModule
 

Methods in p2pMapReduce.nodeModule with parameters of type NetworkConfiguration
static NodeModuleIF NodeModuleFactory.createNodeModule(NetworkConfiguration nc)
          Creates a new NodeModuleIF object with the provided network configuration
static UserNode UserNode.createUserNode(NetworkConfiguration nc)
          Creates and starts a new UserNode providing a specific NetworkConfiguration
 

Uses of NetworkConfiguration in p2pMapReduce.test.networkModule
 

Constructors in p2pMapReduce.test.networkModule with parameters of type NetworkConfiguration
NetworkModulePrototipe(NetworkConfiguration networkConfiguration)