protected static final class StandardEngine.AccessLogListener extends java.lang.Object implements java.beans.PropertyChangeListener, LifecycleListener, ContainerListener
Constructor and Description |
---|
StandardEngine.AccessLogListener(StandardEngine engine,
Host host,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
containerEvent(ContainerEvent event)
Acknowledge the occurrence of the specified event.
|
void |
install() |
void |
lifecycleEvent(LifecycleEvent event)
Acknowledge the occurrence of the specified event.
|
void |
propertyChange(java.beans.PropertyChangeEvent evt) |
public StandardEngine.AccessLogListener(StandardEngine engine, Host host, Context context)
public void install()
public void lifecycleEvent(LifecycleEvent event)
LifecycleListener
lifecycleEvent
in interface LifecycleListener
event
- LifecycleEvent that has occurredpublic void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
public void containerEvent(ContainerEvent event)
ContainerListener
containerEvent
in interface ContainerListener
event
- ContainerEvent that has occurredCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.