Interface PollingMailSource
-
- All Superinterfaces:
EventSource<MailEvent>
,MailSource
,PollingSource<MailEvent>
,Runnable
- All Known Implementing Classes:
FilteredMailEventActivitySource
,FilteredMailEventSource
,MailEventActivitySource
,MailEventSource
@ConfigurationDescription(properties=) public interface PollingMailSource extends PollingSource<MailEvent>, MailSource
A mail event source that polls for mails.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONF_KEEP_CONNECTION
Configuration key for whether the mail storage should not be disconnected" between polls.-
Fields inherited from interface de.aristaflow.adept2.model.events.sources.MailSource
CONF_FOLDER, CONF_HOST, CONF_PASSWORD, CONF_PORT, CONF_PROTOCOL, CONF_SSL_PROTOCOLS, CONF_TIMEOUT, CONF_USER_NAME
-
Fields inherited from interface de.aristaflow.adept2.model.events.sources.PollingSource
CONF_POLL_TIME, CONF_START_TIME
-
-
Method Summary
-
Methods inherited from interface de.aristaflow.adept2.model.events.sources.EventSource
addAll, addHandler, getEventHandler, getHierarchicalSourceName, getID, getType, removeHandler, setConfiguration
-
Methods inherited from interface de.aristaflow.adept2.model.events.sources.PollingSource
getPollTime, getStartTime, init, terminate
-
-
-
-
Field Detail
-
CONF_KEEP_CONNECTION
static final String CONF_KEEP_CONNECTION
Configuration key for whether the mail storage should not be disconnected" between polls.- See Also:
- Constant Field Values
-
-