| org.tigris.scarab.components.TorqueComponent
TorqueComponent | public class TorqueComponent extends org.apache.torque.avalon.TorqueComponent (Code) | | Avalon component for Torque adjusted to the needs of Scarab.
author: Hussayn dabbous version: $Id: TorqueComponent.java 9925 2005-10-31 12:41:16Z hair $ |
TorqueComponent | public TorqueComponent()(Code) | | |
TorqueComponent | protected TorqueComponent(TorqueInstance torqueInstance)(Code) | | Creates a new instance.
Parameters: torqueInstance - The instance of the Torque core used bythis component. |
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | See Also: org.apache.avalon.framework.configuration.Configurable.configure(org.apache.avalon.framework.configuration.Configuration) |
initialize | public void initialize() throws Exception(Code) | | See Also: org.apache.avalon.framework.activity.Initializable.initialize |
|
|