p2pMapReduce.nodeModule
Class NodeModuleFactory

java.lang.Object
  extended by p2pMapReduce.nodeModule.NodeModuleFactory

public class NodeModuleFactory
extends java.lang.Object

Provides concrete instance of NodeModuleIF


Constructor Summary
NodeModuleFactory()
           
 
Method Summary
static NodeModuleIF createNodeModule(NetworkConfiguration nc)
          Creates a new NodeModuleIF object with the provided network configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeModuleFactory

public NodeModuleFactory()
Method Detail

createNodeModule

public static NodeModuleIF createNodeModule(NetworkConfiguration nc)
                                     throws java.io.IOException
Creates a new NodeModuleIF object with the provided network configuration

Parameters:
nc -
Returns:
Throws:
java.io.IOException