|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines all the MBean methods provided by the JMail objects.
Method Summary | |
java.util.Properties |
getAuthenticationProperties()
Get the authentication properties. |
java.lang.String |
getFactoryName()
Get the name of the factory. |
java.lang.String |
getFactoryType()
Get the type of the factory. |
java.lang.String |
getName()
Get the jndi name of the factory. |
java.util.Properties |
getSessionProperties()
Get the session properties. |
void |
setAuthenticationProperties(java.util.Properties props)
Set the authentication properties. |
void |
setName(java.lang.String name)
Set the jndi name of the factory. |
void |
setSessionProperties(java.util.Properties props)
Set the session properties. |
Method Detail |
public java.lang.String getFactoryName()
public java.lang.String getName()
public void setName(java.lang.String name)
jndi
- name of the mail factory.public java.lang.String getFactoryType()
public java.util.Properties getAuthenticationProperties()
public void setAuthenticationProperties(java.util.Properties props)
props
- the authentication properties.public java.util.Properties getSessionProperties()
public void setSessionProperties(java.util.Properties props)
props
- the Session properties.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |