|
xmlBlaster 2.1.0 client API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_AdminPop3Driver
Declares available methods to control the POP3 email poller.
Pop3Driver| Method Summary | |
|---|---|
long |
getHoldbackExpireTimeout()
|
java.lang.String |
getListeners()
Access a list of registered java listeners. |
int |
getNumberOfHoldbackEmails()
Get the number of received emails for which no java bean is interested. |
long |
getPollingInterval()
Access the polling interval |
java.lang.String |
getPop3Url()
Access the POP3 MTA access configuration |
void |
setHoldbackExpireTimeout(long holdbackExpireTimeout)
Configure how long a not yet dispatched message shall live in the Pop3Driver map. |
void |
setPollingInterval(long pollingInterval)
Set the polling interval |
void |
setPop3Url(java.lang.String pop3Url)
|
| Methods inherited from interface org.xmlBlaster.util.admin.I_AdminService |
|---|
activate, deActivate, isActive |
| Methods inherited from interface org.xmlBlaster.util.admin.I_AdminPlugin |
|---|
getType, getVersion, isShutdown, shutdown |
| Methods inherited from interface org.xmlBlaster.util.admin.I_AdminUsage |
|---|
getUsageUrl, setUsageUrl, usage |
| Method Detail |
|---|
long getPollingInterval()
void setPollingInterval(long pollingInterval)
pollingInterval - [milli seconds]java.lang.String getPop3Url()
void setPop3Url(java.lang.String pop3Url)
pop3Url - Syntax is "pop3://user:password@host:port/INBOX"java.lang.String getListeners()
long getHoldbackExpireTimeout()
void setHoldbackExpireTimeout(long holdbackExpireTimeout)
holdbackExpireTimeout - In milli seconds, set to zero to switch holback offint getNumberOfHoldbackEmails()
|
xmlBlaster 2.1.0 client API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||