|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public long getPollingInterval()
public void setPollingInterval(long pollingInterval)
pollingInterval - [milli seconds]public java.lang.String getPop3Url()
public void setPop3Url(java.lang.String pop3Url)
pop3Url - Syntax is "pop3://user:password@host:port/INBOX"public java.lang.String getListeners()
public long getHoldbackExpireTimeout()
public void setHoldbackExpireTimeout(long holdbackExpireTimeout)
holdbackExpireTimeout - In milli seconds, set to zero to switch holback offpublic int getNumberOfHoldbackEmails()
|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||