Class ListenerCreateRule.OptionalListener
java.lang.Object
org.apache.catalina.startup.ListenerCreateRule.OptionalListener
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturn a set of the property keys.getProperty(String name) Return a property from the protocol handler.voidlifecycleEvent(LifecycleEvent event) Acknowledge the occurrence of the specified event.booleansetProperty(String name, String value) Set the given property.
- 
Field Details- 
className
- 
properties
 
- 
- 
Constructor Details- 
OptionalListener
 
- 
- 
Method Details- 
getClassName- Returns:
- the className
 
- 
lifecycleEventDescription copied from interface:LifecycleListenerAcknowledge the occurrence of the specified event.- Specified by:
- lifecycleEventin interface- LifecycleListener
- Parameters:
- event- LifecycleEvent that has occurred
 
- 
getProperties
- 
getProperty
- 
setProperty
 
-