com.sun.enterprise.config.serverbeans
Interface FilterConfig
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag
public interface FilterConfig
- extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag
Provides the means of specifying a filter to be applied to alerts
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag |
org.jvnet.hk2.config.types.PropertyBag.Duck |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
getProperty, getPropertyValue, getPropertyValue |
getFilterClassName
@NotNull
String getFilterClassName()
- Gets the value of the filterClassName property.
The name of a class that can act as a filter. Non-empty string
containing a Java class name.
- Returns:
- possible object is
String
setFilterClassName
void setFilterClassName(String value)
throws PropertyVetoException
- Sets the value of the filterClassName property.
- Parameters:
value - allowed object is
String
- Throws:
PropertyVetoException
getProperty
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
- Properties as per
PropertyBag
- Specified by:
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
Copyright © 2012 GlassFish Community. All Rights Reserved.