パッケージ | 説明 |
---|---|
jakarta.mail | Jakarta Mail API は、メールシステムをモデル化するクラスを提供します。 |
jakarta.mail.event | Jakarta Mail API のリスナーとイベント。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Store | Folder.store 親ストア。 |
修飾子と型 | メソッドと説明 |
---|---|
Store | StoreClosedException.getStore() デッドストアオブジェクトを返します。 |
Store | Session.getStore() このユーザーが希望する Store プロトコルを実装する Store オブジェクトを取得します。 |
Store | Folder.getStore() この Folder オブジェクトを所有する Store を返します。 |
Store | Session.getStore(Provider provider) プロバイダーによって指定されたストアのインスタンスを取得します。 |
Store | Session.getStore(StringSE protocol) 指定されたプロトコルを実装する Store オブジェクトを取得します。 |
Store | Session.getStore(URLName url) 指定された URLName の Store オブジェクトを取得します。 |
コンストラクターと説明 |
---|
Folder(Store store) Store オブジェクトを受け取るコンストラクター。 |
StoreClosedException(Store store) 詳細メッセージなしで StoreClosedException を構築します。 |
StoreClosedException(Store store, StringSE message) 指定された詳細メッセージで StoreClosedException を構築します。 |
StoreClosedException(Store store, StringSE message, ExceptionSE e) 指定された詳細メッセージと埋め込み例外を使用して StoreClosedException を構築します。 |
コンストラクターと説明 |
---|
StoreEvent(Store store, int type, StringSE message) StoreEvent を作成します。 |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.