Interface RunDataService

  • All Superinterfaces:
    Initable, Service
    All Known Implementing Classes:
    TurbineRunDataService

    public interface RunDataService
    extends Service
    The RunData Service provides the implementations for RunData and related interfaces required by request processing. It supports different configurations of implementations, which can be selected by specifying a configuration key. It may use pooling, in which case the implementations should implement the Recyclable interface.
    Version:
    $Id$
    Author:
    Ilkka Priha, Henning P. Schmiedehausen