|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.calfater.mailcarbon.helper.StoreHelper
public class StoreHelper
Tools for managing Stores.
| Constructor Summary | |
|---|---|
StoreHelper()
|
|
| Method Summary | |
|---|---|
static void |
close(javax.mail.Store store)
Close a store. |
static javax.mail.Store |
open(javax.mail.URLName url)
Open a store. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StoreHelper()
| Method Detail |
|---|
public static javax.mail.Store open(javax.mail.URLName url)
throws javax.mail.MessagingException
url - The store url.
javax.mail.MessagingException
public static void close(javax.mail.Store store)
throws javax.mail.MessagingException
store - The store to be closed.
javax.mail.MessagingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||