|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easybeans.component.mail.MailComponent
public class MailComponent
Component for providing mail access to EE components.
| Constructor Summary | |
|---|---|
MailComponent()
|
|
| Method Summary | |
|---|---|
java.util.List<MailItf> |
getAllFactories()
|
Auth |
getAuth()
|
java.util.List<MimePart> |
getMimeParts()
Gets the list of mail mimepart factories. |
java.util.List<Session> |
getSessions()
Gets the list of mail session factories. |
void |
init()
Init method. This method is called before the start method. |
void |
setAuth(Auth auth)
Set the auth. |
void |
setMimeParts(java.util.List<MimePart> mimePartFactories)
Sets the list of mail mimepart factories. |
void |
setSessions(java.util.List<Session> sessionFactories)
Sets the list of mail session factories. |
void |
start()
Start method. This method is called after the init method. |
void |
stop()
Stop method. This method is called when component needs to be stopped. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MailComponent()
| Method Detail |
|---|
public void init()
throws EZBComponentException
init in interface EZBComponentEZBComponentException - if the initialization has failed.
public void start()
throws EZBComponentException
start in interface EZBComponentEZBComponentException - if the start has failed.
public void stop()
throws EZBComponentException
stop in interface EZBComponentEZBComponentException - if the stop is failing.public void setAuth(Auth auth)
auth - the given authpublic Auth getAuth()
public java.util.List<MailItf> getAllFactories()
public void setSessions(java.util.List<Session> sessionFactories)
sessionFactories - the list of factoriespublic java.util.List<Session> getSessions()
public void setMimeParts(java.util.List<MimePart> mimePartFactories)
mimePartFactories - the list of factoriespublic java.util.List<MimePart> getMimeParts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||