| org.apache.cocoon.components.modules.database.AbstractAutoIncrementModule
All known Subclasses: org.apache.cocoon.components.modules.database.ManualAutoIncrementModule,
AbstractAutoIncrementModule | abstract public class AbstractAutoIncrementModule extends AbstractLogEnabled implements AutoIncrementModule,Configurable,Disposable(Code) | | AbstractDatabaseModule gives you the infrastructure for easily
deploying more AutoIncrementModules. In order to get at the Logger, use
getLogger().
author: Christian Haul version: CVS $Id: AbstractAutoIncrementModule.java 433543 2006-08-22 06:22:54Z crossley $ |
Field Summary | |
protected HashMap | settings Stores (global) configuration parameters as key /
value pairs. |
Method Summary | |
public void | configure(Configuration conf) Configures the database access module.
Takes all elements nested in component declaration and stores
them as key-value pairs in settings . | public void | dispose() |
settings | protected HashMap settings(Code) | | Stores (global) configuration parameters as key /
value pairs.
|
configure | public void configure(Configuration conf) throws ConfigurationException(Code) | | Configures the database access module.
Takes all elements nested in component declaration and stores
them as key-value pairs in settings . Nested
configuration option are not catered for. This way global
configuration options can be used.
For nested configurations override this function.
|
dispose | public void dispose()(Code) | | dispose
|
|
|