Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » core » [javadoc | source]
org.apache.catalina.core
public class: AprLifecycleListener [javadoc | source]
java.lang.Object
   org.apache.catalina.core.AprLifecycleListener

All Implemented Interfaces:
    LifecycleListener

Implementation of LifecycleListener that will init and and destroy APR.
Field Summary
protected  StringManager sm    The string manager for this package. 
protected static final  int TCN_REQUIRED_MAJOR     
protected static final  int TCN_REQUIRED_MINOR     
protected static final  int TCN_REQUIRED_PATCH     
protected static final  int TCN_RECOMMENDED_PV     
protected static  String SSLEngine     
protected static  boolean sslInitialized     
protected static  boolean aprInitialized     
Method from org.apache.catalina.core.AprLifecycleListener Summary:
getSSLEngine,   lifecycleEvent,   setSSLEngine
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.core.AprLifecycleListener Detail:
 public String getSSLEngine() 
 public  void lifecycleEvent(LifecycleEvent event) 
    Primary entry point for startup and shutdown events.
 public  void setSSLEngine(String SSLEngine)