|
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 that provides access to email-based discovery SPI configuration.") public interface GridMailDiscoverySpiMBean
Management bean for GridMailDiscoverySpi.
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 |
getBroadcastAddress()
Gets broadcast address used for sending broadcast messages. |
String |
getFolderName()
Gets folder name for incoming mail. |
String |
getFromAddress()
Gets message field 'From' all email messages. |
long |
getHeartbeatFrequency()
Gets delay between heartbeat requests. |
String |
getInConnectionTypeFormatted()
Gets type of ingoing mail connection. |
Properties |
getInCustomProperties()
Gets custom properties required for receiving connection. |
String |
getInHost()
Gets incoming host name for receiving email. |
int |
getInPort()
Gets port number for incoming mail. |
String |
getInProtocolFormatted()
Gets incoming mail protocol. |
String |
getInUsername()
Gets username for incoming mail authentication. |
long |
getLeaveMessagesOnServer()
Gets incoming messages life-time on mail server in milliseconds. |
long |
getMaximumMissedHeartbeats()
Gets number of heartbeat requests that could be missed before remote node is considered to be failed. |
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. |
int |
getOutPort()
Gets port number for outgoing mail. |
String |
getOutProtocolFormatted()
Gets outgoing mail protocol. |
String |
getOutUsername()
Gets username for outgoing mail authentication. |
long |
getPingResponseWait()
Gets ping wait timeout in milliseconds. |
int |
getReadBatchSize()
Gets number of messages fetched from mail server at a time. |
long |
getReceiverDelay()
Gets interval in milliseconds between checking for new messages. |
int |
getRemoteNodeCount()
Gets the number of remote nodes. |
Collection<UUID> |
getRemoteNodeIds()
Gets collection of remote nodes' IDs. |
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="Set of remote nodes IDs.") Collection<UUID> getRemoteNodeIds()
@GridMBeanDescription(value="Number of remote nodes.") int getRemoteNodeCount()
@GridMBeanDescription(value="Interval in milliseconds between checking for new messages.") long getReceiverDelay()
@GridMBeanDescription(value="Time interval in milliseconds between checking for new messages.") long getPingResponseWait()
@GridMBeanDescription(value="Delay between heartbeat requests in milliseconds.") long getHeartbeatFrequency()
@GridMBeanDescription(value="Number of heartbeat requests that could be missed before remote node is considered to be failed.") long getMaximumMissedHeartbeats()
@GridMBeanDescription(value="Incoming messages life-time on mail server in milliseconds.") long getLeaveMessagesOnServer()
@GridMBeanDescription(value="Type of outgoing mail connection.") String getOutConnectionTypeFormatted()
@GridMBeanDescription(value="Outgoing mail protocol.") String getOutProtocolFormatted()
@GridMBeanDescription(value="Outgoing host name for sending email.") String getOutHost()
@GridMBeanDescription(value="Outgoing email port number.") int getOutPort()
@GridMBeanDescription(value="Outbox username.") String getOutUsername()
@GridMBeanDescription(value="Type of ingoing mail connection.") String getInConnectionTypeFormatted()
@GridMBeanDescription(value="Number of messages fetched from mail server at a time.") int getReadBatchSize()
@GridMBeanDescription(value="Incoming mail protocol.") String getInProtocolFormatted()
@GridMBeanDescription(value="Incoming host name for receiving email.") String getInHost()
@GridMBeanDescription(value="Incoming email port number.") int getInPort()
@GridMBeanDescription(value="Username for incoming mail authentication.") String getInUsername()
@GridMBeanDescription(value="Incoming email folder name.") String getFolderName()
@GridMBeanDescription(value="Email message subject.") String getSubject()
@GridMBeanDescription(value="Custom properties required for outgoing connection.") Properties getOutCustomProperties()
@GridMBeanDescription(value="Custom properties required for receiving connection.") Properties getInCustomProperties()
@GridMBeanDescription(value="Message field \'From\' all email messages.") String getFromAddress()
@GridMBeanDescription(value="Broadcast address used for sending broadcast messages.") String getBroadcastAddress()
@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. |
|
|