com.tivoli.jflt.buffering
Class CircularBufferManager

java.lang.Object
  |
  +--com.tivoli.jflt.LogManager
        |
        +--com.tivoli.jflt.buffering.CircularBufferManager

public class CircularBufferManager
extends LogManager

The manager of the CircularBufferAdapter plug-in.

Version:
1.1
Author:
Cosimo Vampo, Raimondo Castino

Constructor Summary
CircularBufferManager()
           
 
Method Summary
protected  LogAdapter createLogAdapter(LoggerParameters params)
          Returns the CircularBufferAdapter plug-in.
 
Methods inherited from class com.tivoli.jflt.LogManager
createLogCatalog, createLogger, getManager, getSequenceNumber, setManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CircularBufferManager

public CircularBufferManager()
Method Detail

createLogAdapter

protected LogAdapter createLogAdapter(LoggerParameters params)
Returns the CircularBufferAdapter plug-in. There is only one circular buffer adapter in a JVM, unless you use more Class loaders for loading this class.
Overrides:
createLogAdapter in class LogManager