Uses of Class
jakarta.mail.Store
Packages that use Store
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
Listeners and events for the Jakarta Mail API.
-
Uses of Store in jakarta.mail
Fields in jakarta.mail declared as StoreModifier and TypeFieldDescriptionprotected Store
Folder.store
The parent store.private Store
StoreClosedException.store
Methods in jakarta.mail that return StoreModifier and TypeMethodDescriptionFolder.getStore()
Returns the Store that owns this Folder object.Session.getStore()
Get a Store object that implements this user's desired Store protocol.Get an instance of the store specified by Provider.private Store
Get an instance of the store specified by Provider.Get a Store object for the given URLName.Get a Store object that implements the specified protocol.StoreClosedException.getStore()
Returns the dead Store object.Constructors in jakarta.mail with parameters of type StoreModifierConstructorDescriptionprotected
Constructor that takes a Store object.StoreClosedException
(Store store) Constructs a StoreClosedException with no detail message.StoreClosedException
(Store store, String message) Constructs a StoreClosedException with the specified detail message.StoreClosedException
(Store store, String message, Exception e) Constructs a StoreClosedException with the specified detail message and embedded exception. -
Uses of Store in jakarta.mail.event
Constructors in jakarta.mail.event with parameters of type StoreModifierConstructorDescriptionStoreEvent
(Store store, int type, String message) Construct a StoreEvent.