Package org.apache.catalina.core
Class StandardEngine.AccessLogListener
- java.lang.Object
- 
- org.apache.catalina.core.StandardEngine.AccessLogListener
 
- 
- All Implemented Interfaces:
- java.beans.PropertyChangeListener,- java.util.EventListener,- ContainerListener,- LifecycleListener
 - Enclosing class:
- StandardEngine
 
 protected static final class StandardEngine.AccessLogListener extends java.lang.Object implements java.beans.PropertyChangeListener, LifecycleListener, ContainerListener 
- 
- 
Constructor SummaryConstructors Constructor Description AccessLogListener(StandardEngine engine, Host host, Context context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontainerEvent(ContainerEvent event)Acknowledge the occurrence of the specified event.voidinstall()voidlifecycleEvent(LifecycleEvent event)Acknowledge the occurrence of the specified event.voidpropertyChange(java.beans.PropertyChangeEvent evt)
 
- 
- 
- 
Constructor Detail- 
AccessLogListenerpublic AccessLogListener(StandardEngine engine, Host host, Context context) 
 
- 
 - 
Method Detail- 
installpublic void install() 
 - 
lifecycleEventpublic void lifecycleEvent(LifecycleEvent event) Description copied from interface:LifecycleListenerAcknowledge the occurrence of the specified event.- Specified by:
- lifecycleEventin interface- LifecycleListener
- Parameters:
- event- LifecycleEvent that has occurred
 
 - 
propertyChangepublic void propertyChange(java.beans.PropertyChangeEvent evt) - Specified by:
- propertyChangein interface- java.beans.PropertyChangeListener
 
 - 
containerEventpublic void containerEvent(ContainerEvent event) Description copied from interface:ContainerListenerAcknowledge the occurrence of the specified event.- Specified by:
- containerEventin interface- ContainerListener
- Parameters:
- event- ContainerEvent that has occurred
 
 
- 
 
-