Interface ServiceContext<V>
public interface ServiceContext<V>
Kind of closure.
- Version:
- $Revision$
- Author:
- Alain Defrance
-
Method Summary
-
Method Details
-
execute
V execute()Contains the code which allow to get the data from storage.- Returns:
- the data
-