Package org.apache.catalina.startup
Class ListenerCreateRule.OptionalListener
java.lang.Object
org.apache.catalina.startup.ListenerCreateRule.OptionalListener
- All Implemented Interfaces:
- LifecycleListener
- Enclosing class:
- ListenerCreateRule
- 
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
 
- 
getPropertiesReturn a set of the property keys.- Returns:
- the set
 
- 
getPropertyReturn a property from the protocol handler.- Parameters:
- name- the property name
- Returns:
- the property value
 
- 
setPropertySet the given property.- Parameters:
- name- the property name
- value- the property value
- Returns:
- true
 
 
-