net.tomp2p.connection
Class Scheduler

java.lang.Object
  extended by net.tomp2p.connection.Scheduler

public class Scheduler
extends Object


Constructor Summary
Scheduler()
           
 
Method Summary
 void addQueue(FutureRunnable futureRunnable)
           
 void shutdown()
           
 void startMaintainance(PeerMap peerMap, HandshakeRPC handshakeRPC, ConnectionReservation connectionReservation, int max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scheduler

public Scheduler()
Method Detail

addQueue

public void addQueue(FutureRunnable futureRunnable)

shutdown

public void shutdown()

startMaintainance

public void startMaintainance(PeerMap peerMap,
                              HandshakeRPC handshakeRPC,
                              ConnectionReservation connectionReservation,
                              int max)


Copyright © 2012. All Rights Reserved.