コード例 #1
0
ファイル: MatcherManagement.java プロジェクト: ieugen/james
 /** @see org.apache.james.mailetcontainer.api.jmx.MatcherManagementMBean#getMatcherName() */
 public String getMatcherName() {
   return matcherConfig.getMatcherName();
 }
コード例 #2
0
ファイル: MatcherManagement.java プロジェクト: ieugen/james
 /** @see org.apache.james.mailetcontainer.api.jmx.MatcherManagementMBean#getMatcherCondition() */
 public String getMatcherCondition() {
   return matcherConfig.getCondition();
 }
コード例 #3
0
 public void init(MatcherConfig conf) throws MessagingException {
   attributeName = conf.getCondition();
 }