org.planx.routing.kademlia.operation
Interface Operation<E>

All Known Implementing Classes:
AbstractNodeLookupOperation, ConnectOperation, DataLookupOperation, NodeLookupOperation, RefreshOperation, RemoveOperation, ResponsibleOperation, RestoreOperation, StoreOperation

public interface Operation<E>

User initiated operations should be subclasses of this class.


Method Summary
 E execute()
          Starts the operation and returns when the operation is finished.
 

Method Detail

execute

E execute()
          throws IOException,
                 RoutingException
Starts the operation and returns when the operation is finished.

Throws:
IOException
RoutingException


Copyright © 2004-2005 Plan-X. All Rights Reserved.