/** @see org.apache.james.mailetcontainer.api.jmx.MatcherManagementMBean#getMatcherName() */ public String getMatcherName() { return matcherConfig.getMatcherName(); }
/** @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(); }