Uses of Class
p2pMapReduce.nodeModule.event.EventNotifier

Packages that use EventNotifier
p2pMapReduce.impl.networkModule.jxta   
 

Uses of EventNotifier in p2pMapReduce.impl.networkModule.jxta
 

Methods in p2pMapReduce.impl.networkModule.jxta with parameters of type EventNotifier
 void JxtaBidiPipeConnection.setEventNotifier(EventNotifier eventNotifier)
           
 void JxtaBidiPipeConnection_old.setEventNotifier(EventNotifier eventNotifier)
           
 

Constructors in p2pMapReduce.impl.networkModule.jxta with parameters of type EventNotifier
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)