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: 534930 $ $Date: 2007-05-03 18:43:35 +0200 (jeu., 03 mai 2007) $
- 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
getSSLEngine
public java.lang.String getSSLEngine()
setSSLEngine
public void setSSLEngine(java.lang.String SSLEngine)
Copyright ? 2000-2007 Apache Software Foundation. All Rights Reserved.