com.ozacc.mail.mailet
クラス MailetWrapper

java.lang.Object
  拡張com.ozacc.mail.mailet.MailetWrapper

public class MailetWrapper
extends Object

バージョン:
$Id: MailetWrapper.java,v 1.1.2.1 2005/01/18 07:22:01 otsuka Exp $
作成者:
Tomohiro Otsuka

コンストラクタの概要
MailetWrapper()
          コンストラクタ。
MailetWrapper(Mailet mailet, List matcherList)
          コンストラクタ。
 
メソッドの概要
 void execute(ReceivedMail mail)
           
 Mailet getMailet()
           
 List getMatcherList()
           
 void setMailet(Mailet mailet)
           
 void setMatcherList(List matcherList)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MailetWrapper

public MailetWrapper()
コンストラクタ。


MailetWrapper

public MailetWrapper(Mailet mailet,
                     List matcherList)
コンストラクタ。

パラメータ:
mailet -
matcherList -
メソッドの詳細

execute

public void execute(ReceivedMail mail)
パラメータ:
mail -

getMailet

public Mailet getMailet()
戻り値:
Returns the mailet.

setMailet

public void setMailet(Mailet mailet)
パラメータ:
mailet - The mailet to set.

getMatcherList

public List getMatcherList()
戻り値:
Returns the matcherList.

setMatcherList

public void setMatcherList(List matcherList)
パラメータ:
matcherList - The matcherList to set.


Copyright © 2004-2005 OZACC. All Rights Reserved.