|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@GridMBeanDescription(value="MBean provides access to the Mail communication SPI configuration.") public interface GridMailCommunicationSpiMBean
Management bean that provides read-only access to the Mail communication
SPI configuration.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0
![]() |
![]() |
| Method Summary | |
|---|---|
String |
getFolderName()
Gets folder name of email folder on mail server. |
String |
getFromAddress()
Gets message field 'From' all email messages. |
String |
getInConnectionTypeFormatted()
Gets type of incoming mail connection. |
Properties |
getInCustomProperties()
Gets custom properties required for receiving connection. |
String |
getInHost()
Gets incoming host name for receiving email (usually either POP or IMAP). |
int |
getInPort()
Gets incoming host port number for receiving email. |
String |
getInProtocolFormatted()
Sets incoming mail protocol. |
String |
getInUsername()
Gets incoming host username for receiving email. |
long |
getLeaveMessagesOnServer()
Gets incoming messages life-time on mail server in milliseconds. |
String |
getOutConnectionTypeFormatted()
Gets type of outgoing mail connection. |
Properties |
getOutCustomProperties()
Gets custom properties required for outgoing connection. |
String |
getOutHost()
Gets outgoing host name for sending email (usually either SMTP or IMAP). |
int |
getOutPort()
Gets port number for outgoing mail. |
String |
getOutProtocolFormatted()
Gets outgoing mail protocol. |
String |
getOutUsername()
Gets username for outgoing mail authentication. |
int |
getReadBatchSize()
Gets number of messages fetched from mail server at a time. |
long |
getReceiverDelay()
Gets interval in milliseconds between checking for new messages. |
String |
getStoreFileName()
Gets locally stored full file name for all read messages. |
String |
getSubject()
Gets email message subject. |
| Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean |
|---|
getAuthor, getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion |
| Method Detail |
|---|
@GridMBeanDescription(value="Interval between receiving messages.") long getReceiverDelay()
@GridMBeanDescription(value="Time to live for incoming messages.") long getLeaveMessagesOnServer()
@GridMBeanDescription(value="Connection type.") String getOutConnectionTypeFormatted()
@GridMBeanDescription(value="Outgoing mail protocol.") String getOutProtocolFormatted()
@GridMBeanDescription(value="Outgoing email host name.") String getOutHost()
@GridMBeanDescription(value="Outgoing email port number.") int getOutPort()
@GridMBeanDescription(value="Outbox username.") String getOutUsername()
@GridMBeanDescription(value="Connection type.") String getInConnectionTypeFormatted()
@GridMBeanDescription(value="Number of fetched messages.") int getReadBatchSize()
@GridMBeanDescription(value="Incoming protocol.") String getInProtocolFormatted()
@GridMBeanDescription(value="Incoming email host name.") String getInHost()
@GridMBeanDescription(value="Incoming email host name.") int getInPort()
@GridMBeanDescription(value="Incoming email host name.") String getInUsername()
@GridMBeanDescription(value="Email folder name.") String getFolderName()
@GridMBeanDescription(value="Email message subject.") String getSubject()
@GridMBeanDescription(value="Outgoing connection properties.") Properties getOutCustomProperties()
@GridMBeanDescription(value="Custom properties required for receiving connection.") Properties getInCustomProperties()
@GridMBeanDescription(value="Message field \'From\' for all email messages.") String getFromAddress()
@GridMBeanDescription(value="Locally stored full file name for all read messages.") String getStoreFileName()
|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|
|