Uses of Interface
p2pMapReduce.networkModule.ConnectionIF

Packages that use ConnectionIF
p2pMapReduce.impl.networkModule.jxta   
p2pMapReduce.networkModule   
 

Uses of ConnectionIF in p2pMapReduce.impl.networkModule.jxta
 

Classes in p2pMapReduce.impl.networkModule.jxta that implement ConnectionIF
 class JxtaBidiPipeConnection
          During the creation of a JxtaBidiPipe an exchange of the node info is made between the two connection endpoint.
 class JxtaBidiPipeConnection_old
          During the creation of a JxtaBidiPipe an exchange of the node info is made between the two connection endpoint.
 

Methods in p2pMapReduce.impl.networkModule.jxta that return ConnectionIF
 ConnectionIF JxtaNetworkModule.getConnection(NodeInfo connectionEndPoint)
           
 ConnectionIF JxtaNetworkModule.getConnection(java.lang.String nodeID)
           
 

Uses of ConnectionIF in p2pMapReduce.networkModule
 

Methods in p2pMapReduce.networkModule that return ConnectionIF
 ConnectionIF NetworkModuleIF.getConnection(NodeInfo connectionEndPoint)
          Returns a connection between this network module and the network module relative to the node described by the NodeInfo connectionEndPoint
 ConnectionIF NetworkModuleIF.getConnection(java.lang.String nodeID)
          Returns a connection between this network module and the network module relative to the node identified by nodeID.