com.trendmicro.grid.acl
Class CircularBufferLogConfigurator

java.lang.Object
  extended by com.trendmicro.grid.acl.CircularBufferLogConfigurator
All Implemented Interfaces:
net.sf.tinyjee.LifeCycleListener

public class CircularBufferLogConfigurator
extends Object
implements net.sf.tinyjee.LifeCycleListener

Simple configurator that overrides the default settings for "FastCircularBufferAppender" to avoid memory leaks.

Author:
Juergen_Kellerer, 2013-05-07

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.tinyjee.LifeCycleListener
net.sf.tinyjee.LifeCycleListener.Registry, net.sf.tinyjee.LifeCycleListener.State
 
Field Summary
 
Fields inherited from interface net.sf.tinyjee.LifeCycleListener
REGISTRY
 
Constructor Summary
CircularBufferLogConfigurator()
           
 
Method Summary
 void stateChanged(Object context, net.sf.tinyjee.LifeCycleListener.State from, net.sf.tinyjee.LifeCycleListener.State to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CircularBufferLogConfigurator

public CircularBufferLogConfigurator()
Method Detail

stateChanged

public void stateChanged(Object context,
                         net.sf.tinyjee.LifeCycleListener.State from,
                         net.sf.tinyjee.LifeCycleListener.State to)
Specified by:
stateChanged in interface net.sf.tinyjee.LifeCycleListener