org.kth.dks.dks_dht
Interface FailedIntervalCallbackInterface

All Known Implementing Classes:
DKSDHTImpl

public interface FailedIntervalCallbackInterface

Defines an interface for callbacks that a FailedIntervalHandler requires

Title: DKS

Description: DKS Middleware

Copyright: Copyright (c) 2004

Company: KTH-IMIT/SICS

Version:
1.0
Author:
not attributable

Method Summary
 void sendRestoreIntervals(java.util.List intervals, int cc, int id)
          Instructs the callback system that a request should be sent for finding the information found in the passed intervals.
 

Method Detail

sendRestoreIntervals

void sendRestoreIntervals(java.util.List intervals,
                          int cc,
                          int id)
Instructs the callback system that a request should be sent for finding the information found in the passed intervals.

Parameters:
intervals - The searched for intervals.
cc - the congurence class that should be used.
id - identity of the request, used to identify later downcalls
See Also:
DKSCallBackInterface, DKSAppInterface


Copyright © 2010. All Rights Reserved.