| org.apache.turbine.services.TurbineBaseService org.apache.turbine.services.rundata.TurbineRunDataService
TurbineRunDataService | public class TurbineRunDataService extends TurbineBaseService implements RunDataService(Code) | | 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.
author: Ilkka Priha author: Henning P. Schmiedehausen version: $Id: TurbineRunDataService.java 534527 2007-05-02 16:10:59Z tv $ |
PARAMETER_PARSER | final public static String PARAMETER_PARSER(Code) | | |
TurbineRunDataService | public TurbineRunDataService()(Code) | | Constructs a RunData Service.
|
putRunData | public boolean putRunData(RunData data)(Code) | | Puts the used RunData object back to the factory for recycling.
Parameters: data - the used RunData object. true, if pooling is supported and the object was accepted. |
|
|