Uses of Class
org.objectweb.howl.log.LogObject
-
Packages that use LogObject Package Description org.objectweb.howl.log Core functionality for any log file implementation.org.objectweb.howl.log.xa Provides public logger classes customized for use with XA Transaction Managers. -
-
Uses of LogObject in org.objectweb.howl.log
Subclasses of LogObject in org.objectweb.howl.log Modifier and Type Class Description (package private) classBlockLogBufferAn implementation of LogBuffer that provides features necessary for a reliable Transaction Monitor journal.(package private) classBlockLogBufferSinkAn implementation of BlockLogBuffer that does *not* perform IO.(package private) classLogBufferClasses used as buffers in LogBufferManager must implement this interface.(package private) classLogBufferManagerProvides a generalized buffer manager for journals and loggers.(package private) classLogFileManagerManage a set of log files.classLoggerManage a configured set of two or more physical log files. -
Uses of LogObject in org.objectweb.howl.log.xa
Subclasses of LogObject in org.objectweb.howl.log.xa Modifier and Type Class Description classXALoggerA specialized subclass ofLoggerintended to provide functionality required by any XA Transaction Manager.
-