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