|
commons-mail b2007062501 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.phosphoresce.commons.mail.MailTransaction
メール操作トランザクションクラス。
フィールドの概要 |
インタフェース org.phosphoresce.commons.mail.MailDeclareInterface から継承したフィールド |
CHARSET_ISO_2022_JP, DEFAULT_MIME_CHARSET, EMAIL_EXTENSION, PRIMARY_FOLDER |
コンストラクタの概要 | |
protected |
MailTransaction(MailConfiguration configuration)
コンストラクタ |
メソッドの概要 | |
void |
begin(boolean readonly)
トランザクションの開始指示を行います。 |
void |
close()
トランザクションの終了指示を行います。 |
boolean |
isOpened()
トランザクションが開始済みであるか判定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
protected MailTransaction(MailConfiguration configuration)
configuration
- 環境設定情報オブジェクトメソッドの詳細 |
public final void begin(boolean readonly) throws MailTransactionException
MailTransactionException
- 正常にトランザクションの開始が行えなかった場合に発生public final void close() throws MailTransactionException
MailTransactionException
- 正常にトランザクションの終了が行えなかった場合に発生public final boolean isOpened()
|
commons-mail b2007062501 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |