Package org.apache.catalina.core
Class StandardEngine.AccessLogListener
java.lang.Object
org.apache.catalina.core.StandardEngine.AccessLogListener
- All Implemented Interfaces:
- PropertyChangeListener,- EventListener,- ContainerListener,- LifecycleListener
- Enclosing class:
- StandardEngine
protected static final class StandardEngine.AccessLogListener
extends Object
implements PropertyChangeListener, LifecycleListener, ContainerListener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcontainerEvent(ContainerEvent event) Acknowledge the occurrence of the specified event.voidinstall()voidlifecycleEvent(LifecycleEvent event) Acknowledge the occurrence of the specified event.void
- 
Constructor Details- 
AccessLogListener
 
- 
- 
Method Details- 
installpublic void install()
- 
lifecycleEventDescription copied from interface:LifecycleListenerAcknowledge the occurrence of the specified event.- Specified by:
- lifecycleEventin interface- LifecycleListener
- Parameters:
- event- LifecycleEvent that has occurred
 
- 
propertyChange- Specified by:
- propertyChangein interface- PropertyChangeListener
 
- 
containerEventDescription copied from interface:ContainerListenerAcknowledge the occurrence of the specified event.- Specified by:
- containerEventin interface- ContainerListener
- Parameters:
- event- ContainerEvent that has occurred
 
 
-