de.uniba.wiai.lspi.chord.com.local
Interface InvocationListener


public interface InvocationListener

This interface has to be implemented by classes that want to be notified about invocations made to a ThreadEndpoint.

Version:
1.0.5 modified:, 0.99b
Author:
sven, bojanm

Field Summary
static int FIND_SUCCESSOR
           
static int FIND_SUCCESSOR_AT_FLOOR
           
static int INSERT_ENTRY
           
static int INSERT_REPLICAS
           
static int LEAVES_NETWORK
           
static int NOTIFY
           
static int NOTIFY_AND_COPY
           
static int PING
           
static int REMOVE_ENTRY
           
static int REMOVE_REPLICAS
           
static int RETRIEVE_ENTRIES
           
 
Method Summary
 void notifyInvocationOf(int method)
           
 void notifyInvocationOfFinished(int method)
           
 

Field Detail

FIND_SUCCESSOR

static final int FIND_SUCCESSOR
See Also:
Constant Field Values

INSERT_ENTRY

static final int INSERT_ENTRY
See Also:
Constant Field Values

INSERT_REPLICAS

static final int INSERT_REPLICAS
See Also:
Constant Field Values

LEAVES_NETWORK

static final int LEAVES_NETWORK
See Also:
Constant Field Values

NOTIFY

static final int NOTIFY
See Also:
Constant Field Values

NOTIFY_AND_COPY

static final int NOTIFY_AND_COPY
See Also:
Constant Field Values

PING

static final int PING
See Also:
Constant Field Values

REMOVE_ENTRY

static final int REMOVE_ENTRY
See Also:
Constant Field Values

REMOVE_REPLICAS

static final int REMOVE_REPLICAS
See Also:
Constant Field Values

RETRIEVE_ENTRIES

static final int RETRIEVE_ENTRIES
See Also:
Constant Field Values

FIND_SUCCESSOR_AT_FLOOR

static final int FIND_SUCCESSOR_AT_FLOOR
See Also:
Constant Field Values
Method Detail

notifyInvocationOf

void notifyInvocationOf(int method)
Parameters:
method -

notifyInvocationOfFinished

void notifyInvocationOfFinished(int method)
Parameters:
method -