org.apache.catalina.core
public class AprLifecycleListener extends Object implements LifecycleListener
LifecycleListener that will init and
and destroy APR.
Since: 4.1
Version: $Revision: 898409 $ $Date: 2010-01-12 17:39:17 +0100 (Tue, 12 Jan 2010) $
| Field Summary | |
|---|---|
| protected static boolean | aprAvailable |
| protected static boolean | aprInitialized |
| protected static StringManager | sm
The string manager for this package. |
| protected static boolean | sslAvailable |
| protected static boolean | sslInitialized |
| protected static String | SSLEngine |
| protected static String | SSLRandomSeed |
| protected static int | TCN_RECOMMENDED_PV |
| protected static int | TCN_REQUIRED_MAJOR |
| protected static int | TCN_REQUIRED_MINOR |
| protected static int | TCN_REQUIRED_PATCH |
| Method Summary | |
|---|---|
| String | getSSLEngine() |
| String | getSSLRandomSeed() |
| static boolean | isAprAvailable() |
| void | lifecycleEvent(LifecycleEvent event)
Primary entry point for startup and shutdown events.
|
| void | setSSLEngine(String SSLEngine) |
| void | setSSLRandomSeed(String SSLRandomSeed) |
Parameters: event The event that has occurred