rice.pastry.wire
Interface WireLimitatioinListener


public interface WireLimitatioinListener

This is an interface to notify user code that the FileDescriptors for the system are being saturated. It is not currently used.


Method Summary
 void resourcesFine(int numFileDescriptorsUsed, int approxNumFileDescriptorsAvailable)
           
 void resourcesRunningShort(int numFileDescriptorsUsed, int approxNumFileDescriptorsAvailable)
           
 

Method Detail

resourcesRunningShort

public void resourcesRunningShort(int numFileDescriptorsUsed,
                                  int approxNumFileDescriptorsAvailable)

resourcesFine

public void resourcesFine(int numFileDescriptorsUsed,
                          int approxNumFileDescriptorsAvailable)





Imprint-Dataprotection