| Home >> All >> org >> openolas >> [ util Javadoc ] |
| | org.openolas.util.db.* (2) |
org.openolas.util: Javadoc index of package org.openolas.util.
Package Samples:
org.openolas.util.db
Classes:
Logger: This class implements the Facade pattern for a logging system. It provides a unified interface to a set of interfaces to a subsystem, by defining a higher-level interface that makes the subsystem (in this case, the logging subsystem) easier to use. Requests made to the Logger class (the Facade) are forwarded to the actual logging library. Doing this allows us to decouple the code base at large from a specific logging facility. Use the factory method newInstance(Class) 55 to get a new Logger instance. At this time Jakarta's Log4J has been chosen to be the actual logging library. We may want to later ...
Base64: Base64 encoder/decoder. Does not stream, so be careful with using large amounts of data.
UtilResources: Constants for messages loaded from resource bundles.
LoggerTest: The test case for the Logger class.
OrderedHashtable
OrderedHashtableTest
RTEFileHandler
DbConnectionFactory
LMSDbProperties
| Home | Contact Us | Privacy Policy | Terms of Service |