|
|||||||||
| Home >> All >> ojb >> broker >> util >> configuration >> [ impl overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package ojb.broker.util.configuration.impl
This package contains classes that provide the OJB configuration API.
See:
Description
| Class Summary | |
| ConfigurationAbstractImpl | Configuration Base Class that keeps a Properties based configuration persistent in a file. |
| OjbConfiguration | This class contains the runtime configuration of the OJB system. |
| OjbConfigurator | |
Package ojb.broker.util.configuration.impl Description
This package contains classes that provide the OJB configuration API.
The Configurable interface defines a callback
the behaviour of the
OJB logging mechanism. This API corresponds closely to the LOG4J Category Api.
By using this interface for logging operations OJB remains free from
Logger-Implementation specific code.
The class PoorMansLoggerImpl implements Logger and
provides the OJB default implementations. All logging output is directed to
System.out.
The class Log4jLoggerImpl implements Logger and
provides LOG4J based logger implementations.
The factory class LoggerFactory can be used to create
Logger instances.
The Logger-implementation class served by the factory is
configured by settings in the OJB.properties file.
Patterns applied: Configurable Factory, Adapter
Todo: Provide a JDK1.4 based logger
|
|||||||||
| Home >> All >> ojb >> broker >> util >> configuration >> [ impl overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||