com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean Interface Reference

Inherits org.objectweb.joram.mom.dest.TopicImplMBean.

Inherited by com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.

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

Inheritance graph
[legend]
Collaboration diagram for com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

Definition at line 27 of file JavaMailTopicImplMBean.java.


Member Function Documentation

String com.scalagent.joram.mom.dest.mail.JavaMailTopicImplMBean.getSMTPServer (  ) 

Returns the default SMTP server for outgoing mail.

Returns:
the default SMTP server.

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.

Parameters:
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.

Returns:
the default 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.

Parameters:
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.

Returns:
the default 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.

Parameters:
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.

Returns:
the default 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.

Parameters:
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.

Returns:
the default 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.

Parameters:
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.

Returns:
the default 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.

Parameters:
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.

Returns:
the default 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.

Parameters:
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.

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.

Parameters:
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.

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.

Parameters:
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.

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.

Parameters:
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.

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.

Parameters:
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.

Returns:
the default 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.

Parameters:
expunge The default expunge field or null for unsetting previous value.

Implemented in com.scalagent.joram.mom.dest.mail.JavaMailTopicImpl.


The documentation for this interface was generated from the following file:
Generated on Tue Sep 16 16:15:09 2008 for joram by  doxygen 1.5.0