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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
containerEvent
(ContainerEvent event) Acknowledge the occurrence of the specified event.void
install()
void
lifecycleEvent
(LifecycleEvent event) Acknowledge the occurrence of the specified event.void
-
Constructor Details
-
AccessLogListener
-
-
Method Details
-
install
public void install() -
lifecycleEvent
Description copied from interface:LifecycleListener
Acknowledge the occurrence of the specified event.- Specified by:
lifecycleEvent
in interfaceLifecycleListener
- Parameters:
event
- LifecycleEvent that has occurred
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
-
containerEvent
Description copied from interface:ContainerListener
Acknowledge the occurrence of the specified event.- Specified by:
containerEvent
in interfaceContainerListener
- Parameters:
event
- ContainerEvent that has occurred
-