ConnectionFilter, java.util.EventListenerConnectionFilterImplpublic interface ConnectionFilterRulesListener extends ConnectionFilter
| Modifier and Type | Method | Description |
|---|---|---|
void |
checkRules(java.lang.String[] filterList) |
The server uses this to dynamically check the rules when changes are
made in the console for the connection filter rules under the
ConnectionFilterRules attribute.
|
void |
setRules(java.lang.String[] filterList) |
The server uses this to dynamically set the rules that are specified
in the console for the connection filter rules under the
ConnectionFilterRules attribute.
|
acceptvoid checkRules(java.lang.String[] filterList)
throws java.text.ParseException
filterList - the list of rules for a connection filter to check.ParseException - thrown if the rules are incorrectvoid setRules(java.lang.String[] filterList)
throws java.text.ParseException
filterList - the list of rules for a connection filter to check
and then set.ParseException - thrown if the rules are incorrect