protected static final class StandardEngine.AccessLogListener extends Object implements 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(PropertyChangeEvent evt) | 
public StandardEngine.AccessLogListener(StandardEngine engine, Host host, Context context)
public void install()
public void lifecycleEvent(LifecycleEvent event)
LifecycleListenerlifecycleEvent in interface LifecycleListenerevent - LifecycleEvent that has occurredpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpublic void containerEvent(ContainerEvent event)
ContainerListenercontainerEvent in interface ContainerListenerevent - ContainerEvent that has occurredCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.