/**
* Remove an existing Valve.
*
- * @param name MBean Name of the component to remove
+ * @param valveName MBean Name of the Valve to remove
*
* @exception MBeanException if a component cannot be removed
*/
/**
* Remove a LifecycleEvent listeners from this component.
*
- * @param listener The ClassName of the listeners to be removed.
+ * @param type The ClassName of the listeners to be removed.
* Note that all the listeners having given ClassName will be removed.
*/
public void removeLifeCycleListeners(String type) throws MBeanException{
* Return the filter definition for the specified filter name, if any;
* otherwise return <code>null</code>.
*
- * @param filterName Filter name to look up
+ * @param name Filter name to look up
*/
public String findFilterDef(String name) throws MBeanException {