net.tomp2p.p2p
Class TrackerConfiguration

java.lang.Object
  extended by net.tomp2p.p2p.TrackerConfiguration

public class TrackerConfiguration
extends Object


Constructor Summary
TrackerConfiguration(int maxFailure, int parallel, int atLeastSuccessfulRequests, int atLeastTrackers)
           
 
Method Summary
 int getAtLeastSucessfulRequestes()
           
 int getAtLeastTrackers()
           
 int getMaxFailure()
           
 int getParallel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackerConfiguration

public TrackerConfiguration(int maxFailure,
                            int parallel,
                            int atLeastSuccessfulRequests,
                            int atLeastTrackers)
Method Detail

getMaxFailure

public int getMaxFailure()

getParallel

public int getParallel()

getAtLeastSucessfulRequestes

public int getAtLeastSucessfulRequestes()

getAtLeastTrackers

public int getAtLeastTrackers()


Copyright © 2011. All Rights Reserved.