Uses of Class
org.objectweb.howl.log.LogFileManager
-
Packages that use LogFileManager Package Description org.objectweb.howl.log Core functionality for any log file implementation. -
-
Uses of LogFileManager in org.objectweb.howl.log
Fields in org.objectweb.howl.log declared as LogFileManager Modifier and Type Field Description private LogFileManager
LogBufferManager. lfm
reference to LogFileManager that owns this Buffer Manager instance.(package private) LogFileManager
Logger. lfmgr
Manages a pool of files used for log file IO.Methods in org.objectweb.howl.log with parameters of type LogFileManager Modifier and Type Method Description (package private) LogBuffer
BlockLogBuffer. init(int bsn, LogFileManager lfm)
initialize members for buffer reuse.(package private) abstract LogBuffer
LogBuffer. init(int bsn, LogFileManager lfm)
initialize members for LogBuffer implementation class for reuse.(package private) void
LogBufferManager. init(LogFileManager lfm, int bsn)
perform initialization following reposition of LogFileManager.
-