Uses of Class
p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule

Packages that use JxtaNetworkModule
p2pMapReduce.impl.networkModule.jxta   
p2pMapReduce.test.networkModule   
 

Uses of JxtaNetworkModule in p2pMapReduce.impl.networkModule.jxta
 

Constructors in p2pMapReduce.impl.networkModule.jxta with parameters of type JxtaNetworkModule
JxtaBidiPipeConnection_old(net.jxta.util.JxtaBiDiPipe bipipe, net.jxta.peergroup.PeerGroup peerGroup, NodeInfo local, JxtaNetworkModule netModule, EventNotifier eventNotifier)
          Used when a remote connection is received
JxtaBidiPipeConnection_old(net.jxta.peergroup.PeerGroup peerGroup, NodeInfo local, NodeInfo remote, net.jxta.protocol.PipeAdvertisement pipeADV, JxtaNetworkModule netModule, EventNotifier eventNotifier)
          Use to open a new connection towards the specified pipe adv
JxtaBidiPipeConnection(net.jxta.util.JxtaBiDiPipe bipipe, net.jxta.peergroup.PeerGroup peerGroup, NodeInfo local, JxtaNetworkModule netModule, EventNotifier eventNotifier)
          Used when a remote connection is received
JxtaBidiPipeConnection(net.jxta.peergroup.PeerGroup peerGroup, NodeInfo local, NodeInfo remote, net.jxta.protocol.PipeAdvertisement pipeADV, JxtaNetworkModule netModule, EventNotifier eventNotifier)
          Use to open a new connection towards the specified pipe adv
JxtaBidiPipeServerThread(JxtaNetworkModule netMod, EventNotifier eventNotifier, net.jxta.peergroup.PeerGroup peerGroup, net.jxta.protocol.PipeAdvertisement pipeADV)
           
NodeInfoController(JxtaNetworkModule networkModule)
          Deprecated.  
 

Uses of JxtaNetworkModule in p2pMapReduce.test.networkModule
 

Subclasses of JxtaNetworkModule in p2pMapReduce.test.networkModule
 class NetworkModulePrototipe