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 LogFileManagerLogBufferManager. lfmreference to LogFileManager that owns this Buffer Manager instance.(package private) LogFileManagerLogger. lfmgrManages 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) LogBufferBlockLogBuffer. init(int bsn, LogFileManager lfm)initialize members for buffer reuse.(package private) abstract LogBufferLogBuffer. init(int bsn, LogFileManager lfm)initialize members for LogBuffer implementation class for reuse.(package private) voidLogBufferManager. init(LogFileManager lfm, int bsn)perform initialization following reposition of LogFileManager.
-