org.maachang.service.mail
クラス ReceiveMailService

java.lang.Object
  上位を拡張 org.maachang.service.mail.ReceiveMailService

public class ReceiveMailService
extends java.lang.Object

メール受信サービス.

導入されたバージョン:
MaaEngine 1.00.
バージョン:
2007/10/22.
作成者:
masahito suzuki.

コンストラクタの概要
ReceiveMailService()
           
 
メソッドの概要
 java.util.ArrayList<ResultMail> receiveMail(ReceiveMail receiveMail)
          メールを受信.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ReceiveMailService

public ReceiveMailService()
メソッドの詳細

receiveMail

public java.util.ArrayList<ResultMail> receiveMail(ReceiveMail receiveMail)
                                            throws java.lang.Exception
メールを受信.

メールを受信します.

パラメータ:
receiveMail - 受信メール情報を設定します.
戻り値:
ArrayList 受信結果内容が返されます.
例外:
java.lang.Exception - 例外.