|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Store | |
javax.mail | |
javax.mail.event |
Uses of Store in javax.mail |
Fields in javax.mail declared as Store | |
protected Store |
Folder.store
The store that this folder is part of. |
Methods in javax.mail that return Store | |
Store |
StoreClosedException.getStore()
|
Store |
Session.getStore()
Return a Store for the default protocol defined by the mail.store.protocol property. |
Store |
Session.getStore(java.lang.String protocol)
Return a Store for the specified protocol. |
Store |
Session.getStore(URLName url)
Return a Store for the protocol specified in the given URL |
Store |
Session.getStore(Provider provider)
Return the Store specified by the given provider. |
Store |
Folder.getStore()
Return the store that this folder is part of. |
Constructors in javax.mail with parameters of type Store | |
StoreClosedException(Store store)
|
|
StoreClosedException(Store store,
java.lang.String message)
|
|
Folder(Store store)
Constructor that initializes the Store. |
Uses of Store in javax.mail.event |
Constructors in javax.mail.event with parameters of type Store | |
StoreEvent(Store store,
int type,
java.lang.String message)
Construct a new event. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |