Beispiel #1
0
 /** @see org.apache.james.mailetcontainer.api.jmx.MatcherManagementMBean#getMatcherName() */
 public String getMatcherName() {
   return matcherConfig.getMatcherName();
 }
Beispiel #2
0
 /** @see org.apache.james.mailetcontainer.api.jmx.MatcherManagementMBean#getMatcherCondition() */
 public String getMatcherCondition() {
   return matcherConfig.getCondition();
 }
 public void init(MatcherConfig conf) throws MessagingException {
   attributeName = conf.getCondition();
 }