Interface KeyBasedOperation
-
- All Known Subinterfaces:
SingleOperation
- All Known Implementing Classes:
DeleteOperation,WriteOperation
public interface KeyBasedOperationInterface to implement operations that are performed with write-behind and based on a key- Version:
- $Id$
- Author:
- Geert Bevin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCreationTime()Retrieves the moment when the operation was created.java.lang.ObjectgetKey()Retrieves the element key for this operation.
-