|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easybeans.component.mail.AbsMail
public class AbsMail
Default stuff common to common objects.
| Constructor Summary | |
|---|---|
AbsMail()
|
|
| Method Summary | |
|---|---|
Auth |
getAuth()
|
java.lang.String |
getJNDIName()
|
java.util.Properties |
getMailSessionProperties()
|
java.lang.String |
getName()
|
java.util.List<Property> |
getProperties()
Gets the list of properties. |
void |
setAuth(Auth auth)
Set the authenticator. |
void |
setJNDIName(java.lang.String jndiName)
Set the JNDI name of this factory. |
void |
setName(java.lang.String name)
Set the name of this factory. |
void |
setProperties(java.util.List<Property> mailProperties)
Set the list of properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbsMail()
| Method Detail |
|---|
public java.util.Properties getMailSessionProperties()
getMailSessionProperties in interface MailItfpublic java.lang.String getName()
getName in interface MailItfpublic void setName(java.lang.String name)
name - the name of this factorypublic java.lang.String getJNDIName()
getJNDIName in interface MailItfpublic void setJNDIName(java.lang.String jndiName)
jndiName - the JNDI name of this factorypublic java.util.List<Property> getProperties()
public void setProperties(java.util.List<Property> mailProperties)
mailProperties - the list of properties.public void setAuth(Auth auth)
auth - the given authenticatorpublic Auth getAuth()
getAuth in interface MailItf
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||