Uses of Interface
org.objectweb.howl.log.LogEventListener
-
Packages that use LogEventListener 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 LogEventListener in org.objectweb.howl.log
Fields in org.objectweb.howl.log declared as LogEventListener Modifier and Type Field Description private LogEventListenerLogFileManager. eventListenerThe LogEventListener registered by the application that owns the logger.Methods in org.objectweb.howl.log with parameters of type LogEventListener Modifier and Type Method Description (package private) voidLogFileManager. setLogEventListener(LogEventListener eventListener)Registers a LogEventListener for log event notifications.voidLogger. setLogEventListener(LogEventListener eventListener)Registers a LogEventListener for log event notifications. -
Uses of LogEventListener in org.objectweb.howl.log.xa
Classes in org.objectweb.howl.log.xa that implement LogEventListener Modifier and Type Class Description classXALoggerA specialized subclass ofLoggerintended to provide functionality required by any XA Transaction Manager.Fields in org.objectweb.howl.log.xa declared as LogEventListener Modifier and Type Field Description (package private) LogEventListenerXALogger. eventListenerLogEventListener registered by TM that instantiated this XALogger.Methods in org.objectweb.howl.log.xa with parameters of type LogEventListener Modifier and Type Method Description voidXALogger. setLogEventListener(LogEventListener eventListener)Saves a reference to callers LogEventListener.
-