Inherited by com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
Inheritance diagram for com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean:


Public Member Functions | |
| String | getSMTPServer () |
| void | setSMTPServer (String smtpServer) |
| String | getDefaultTo () |
| void | setDefaultTo (String to) |
| String | getDefaultCC () |
| void | setDefaultCC (String cc) |
| String | getDefaultBcc () |
| void | setDefaultBcc (String bcc) |
| String | getDefaultFrom () |
| void | setDefaultFrom (String from) |
| String | getDefaultSubject () |
| void | setDefaultSubject (String subject) |
| String | getDefaultSelector () |
| void | setDefaultSelector (String selector) |
| long | getPopPeriod () |
| void | setPopPeriod (long period) |
| String | getPopServer () |
| void | setPopServer (String server) |
| String | getPopUser () |
| void | setPopUser (String user) |
| String | getPopPassword () |
| void | setPopPassword (String pass) |
| boolean | getExpunge () |
| void | setExpunge (boolean expunge) |
Definition at line 27 of file JavaMailTopicImplMBean.java.
| String com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.getSMTPServer | ( | ) |
Returns the default SMTP server for outgoing mail.
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| void com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.setSMTPServer | ( | String | smtpServer | ) |
Sets or unsets the default SMTP server for outgoing mail.
| period | The default SMTP server or null for unsetting previous value. |
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| String com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.getDefaultTo | ( | ) |
Returns the default to field.
to field. Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| void com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.setDefaultTo | ( | String | to | ) |
Sets or unsets the default to field.
| to | The default to field or null for unsetting previous value. |
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| String com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.getDefaultCC | ( | ) |
Returns the default cc field.
cc field. Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| void com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.setDefaultCC | ( | String | cc | ) |
Sets or unsets the default cc field.
| cc | The default cc field or null for unsetting previous value. |
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| String com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.getDefaultBcc | ( | ) |
Returns the default bcc field.
bcc field. Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| void com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.setDefaultBcc | ( | String | bcc | ) |
Sets or unsets the default bcc field.
| bcc | The default bcc field or null for unsetting previous value. |
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| String com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.getDefaultFrom | ( | ) |
Returns the default from field.
from field. Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| void com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.setDefaultFrom | ( | String | from | ) |
Sets or unsets the default from field.
| from | The default from field or null for unsetting previous value. |
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| String com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.getDefaultSubject | ( | ) |
Returns the default subject field.
subject field. Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| void com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.setDefaultSubject | ( | String | subject | ) |
Sets or unsets the default subject field.
| subject | The default subject field or null for unsetting previous value. |
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| String com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.getDefaultSelector | ( | ) |
Returns the default selector.
selector. Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| void com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.setDefaultSelector | ( | String | selector | ) |
Sets or unsets the default selector.
| selector | The default selector or null for unsetting previous value. |
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| long com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.getPopPeriod | ( | ) |
Returns the period value to collect mail, -1 if not set.
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| void com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.setPopPeriod | ( | long | period | ) |
Sets or unsets the period value to collect mail.
| period | The period value to collect mail or -1 for unsetting previous value. |
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| String com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.getPopServer | ( | ) |
Returns the pop server for incoming mail.
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| void com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.setPopServer | ( | String | server | ) |
Sets or unsets the pop server for incoming mail.
| server | The pop server or null for unsetting previous value. |
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| String com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.getPopUser | ( | ) |
Returns the username for pop account.
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| void com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.setPopUser | ( | String | user | ) |
Sets or unsets the username for pop account.
| user | The username for pop account or null for unsetting previous value. |
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| String com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.getPopPassword | ( | ) |
Returns the password for pop account.
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| void com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.setPopPassword | ( | String | pass | ) |
Sets or unsets the password for pop account.
| pass | The password for pop account or null for unsetting previous value. |
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| boolean com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.getExpunge | ( | ) |
Returns the default expunge field.
expunge field. Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
| void com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.setExpunge | ( | boolean | expunge | ) |
Sets or unsets the default expunge field.
| expunge | The default expunge field or null for unsetting previous value. |
Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.
1.5.0