Uses of Interface
org.objectweb.howl.log.LogEventListener
Packages that use LogEventListener
Package
Description
Core functionality for any log file implementation.
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 LogEventListenerModifier and TypeFieldDescriptionprivate LogEventListenerLogFileManager.eventListenerThe LogEventListener registered by the application that owns the logger.Methods in org.objectweb.howl.log with parameters of type LogEventListenerModifier and TypeMethodDescription(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 LogEventListenerModifier and TypeClassDescriptionclassA specialized subclass ofLoggerintended to provide functionality required by any XA Transaction Manager.Fields in org.objectweb.howl.log.xa declared as LogEventListenerModifier and TypeFieldDescription(package private) LogEventListenerXALogger.eventListenerLogEventListener registered by TM that instantiated this XALogger.Methods in org.objectweb.howl.log.xa with parameters of type LogEventListenerModifier and TypeMethodDescriptionvoidXALogger.setLogEventListener(LogEventListener eventListener) Saves a reference to callers LogEventListener.