org.apache.catalina.core
Class AprLifecycleListener
java.lang.Object
org.apache.catalina.core.AprLifecycleListener
- All Implemented Interfaces:
- LifecycleListener
public class AprLifecycleListener
- extends java.lang.Object
- implements LifecycleListener
Implementation of LifecycleListener
that will init and
and destroy APR.
- Since:
- 4.1
- Version:
- $Revision: 487695 $ $Date: 2006-12-15 23:32:11 +0100 (ven., 15 déc. 2006) $
- Author:
- Remy Maucherat, Filip Hanik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sm
protected StringManager sm
- The string manager for this package.
TCN_REQUIRED_MAJOR
protected static final int TCN_REQUIRED_MAJOR
- See Also:
- Constant Field Values
TCN_REQUIRED_MINOR
protected static final int TCN_REQUIRED_MINOR
- See Also:
- Constant Field Values
TCN_REQUIRED_PATCH
protected static final int TCN_REQUIRED_PATCH
- See Also:
- Constant Field Values
TCN_RECOMMENDED_PV
protected static final int TCN_RECOMMENDED_PV
- See Also:
- Constant Field Values
SSLEngine
protected static java.lang.String SSLEngine
sslInitialized
protected static boolean sslInitialized
aprInitialized
protected static boolean aprInitialized
AprLifecycleListener
public AprLifecycleListener()
lifecycleEvent
public void lifecycleEvent(LifecycleEvent event)
- Primary entry point for startup and shutdown events.
- Specified by:
lifecycleEvent
in interface LifecycleListener
- Parameters:
event
- The event that has occurred
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.