Package org.apache.catalina.startup
Class ListenerCreateRule.OptionalListener
- java.lang.Object
-
- org.apache.catalina.startup.ListenerCreateRule.OptionalListener
-
- All Implemented Interfaces:
LifecycleListener
- Enclosing class:
- ListenerCreateRule
public static class ListenerCreateRule.OptionalListener extends Object implements LifecycleListener
-
-
Constructor Summary
Constructors Constructor Description OptionalListener(String className)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassName()
Set<String>
getProperties()
Return a set of the property keys.Object
getProperty(String name)
Return a property from the protocol handler.void
lifecycleEvent(LifecycleEvent event)
Acknowledge the occurrence of the specified event.boolean
setProperty(String name, String value)
Set the given property.
-
-
-
Constructor Detail
-
OptionalListener
public OptionalListener(String className)
-
-
Method Detail
-
getClassName
public String getClassName()
- Returns:
- the className
-
lifecycleEvent
public void lifecycleEvent(LifecycleEvent event)
Description copied from interface:LifecycleListener
Acknowledge the occurrence of the specified event.- Specified by:
lifecycleEvent
in interfaceLifecycleListener
- Parameters:
event
- LifecycleEvent that has occurred
-
getProperties
public Set<String> getProperties()
Return a set of the property keys.- Returns:
- the set
-
getProperty
public Object getProperty(String name)
Return a property from the protocol handler.- Parameters:
name
- the property name- Returns:
- the property value
-
-