Interface ServiceContext<V>
-
public interface ServiceContext<V>Kind of closure.- Version:
- $Revision$
- Author:
- Alain Defrance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vexecute()Contains the code which allow to get the data from storage.
-
-
-
Method Detail
-
execute
V execute()
Contains the code which allow to get the data from storage.- Returns:
- the data
-
-