com.atlassian.confluence.plugins.emailgateway.polling
Class DefaultEmailPoller

java.lang.Object
  extended by com.atlassian.confluence.plugins.emailgateway.polling.DefaultEmailPoller
All Implemented Interfaces:
EmailPoller

public class DefaultEmailPoller
extends java.lang.Object
implements EmailPoller

An EmailPoller implementation that fetches email from a POP3 server.

Since:
v5.0

Method Summary
 boolean isAvailable()
           
 java.util.Collection<ReceivedEmail> pollForIncomingEmails()
           
 void setBatchSize(int batchSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setBatchSize

public void setBatchSize(int batchSize)

isAvailable

public boolean isAvailable()
Specified by:
isAvailable in interface EmailPoller

pollForIncomingEmails

public java.util.Collection<ReceivedEmail> pollForIncomingEmails()
                                                          throws EmailPollingException
Specified by:
pollForIncomingEmails in interface EmailPoller
Throws:
EmailPollingException


Copyright © 2003-2014 Atlassian. All Rights Reserved.