|
||||||||||
| 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 |
Folder.getStore()
Return the store that this folder is part of. |
Store |
Session.getStore()
Return a Store for the default protocol defined by the mail.store.protocol property. |
Store |
StoreClosedException.getStore()
|
Store |
Session.getStore(Provider provider)
Return the Store specified by the given provider. |
Store |
Session.getStore(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 |
| Constructors in javax.mail with parameters of type Store | |
|---|---|
Folder(Store store)
Constructor that initializes the Store. |
|
StoreClosedException(Store store)
|
|
StoreClosedException(Store store,
String message)
|
|
| Uses of Store in javax.mail.event |
|---|
| Constructors in javax.mail.event with parameters of type Store | |
|---|---|
StoreEvent(Store store,
int type,
String message)
Construct a new event. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||