| java.lang.Object org.apache.turbine.services.rundata.TurbineRunDataFacade
TurbineRunDataFacade | abstract public class TurbineRunDataFacade (Code) | | Static wrapper for the RunData service. The name is completely
out of line of the other Turbine Services. So what? All the good
ones were taken.
author: Henning P. Schmiedehausen version: $Id: TurbineRunDataFacade.java 534527 2007-05-02 16:10:59Z tv $ |
getService | public static RunDataService getService()(Code) | | Utility method for accessing the service
implementation
a RunDataService implementation instance |
putRunData | public static 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. |
|
|