|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.cocoon.util.AbstractLogEnabled
org.apache.cocoon.components.modules.database.AbstractAutoIncrementModule
AbstractDatabaseModule gives you the infrastructure for easily deploying more AutoIncrementModules. In order to get at the Logger, use getLogger().
| Field Summary | |
protected org.apache.cocoon.util.HashMap |
settings
Stores (global) configuration parameters as key /
value pairs. |
| Fields inherited from interface org.apache.cocoon.components.modules.database.AutoIncrementModule |
ROLE |
| Constructor Summary | |
AbstractAutoIncrementModule()
|
|
| Method Summary | |
void |
configure(Configuration conf)
Configures the database access module. |
void |
dispose()
dispose |
| Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled |
getLogger, setLogger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cocoon.components.modules.database.AutoIncrementModule |
getPostValue, getPreValue, getSubquery, includeAsValue, includeInQuery |
| Field Detail |
protected org.apache.cocoon.util.HashMap settings
key /
value pairs.
| Constructor Detail |
public AbstractAutoIncrementModule()
| Method Detail |
public void configure(Configuration conf)
throws ConfigurationException
settings. Nested
configuration option are not catered for. This way global
configuration options can be used.
For nested configurations override this function.
configure in interface ConfigurableConfigurationExceptionpublic void dispose()
dispose in interface Disposable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||