Liferay 6.0.5

com.liferay.portal.pop.messaging
Class POPNotificationsMessageListener

java.lang.Object
  extended by com.liferay.portal.pop.messaging.POPNotificationsMessageListener
All Implemented Interfaces:
MessageListener

public class POPNotificationsMessageListener
extends Object
implements MessageListener


Constructor Summary
POPNotificationsMessageListener()
           
 
Method Summary
protected  void doReceive(Message message)
           
protected  String getEmailAddress(javax.mail.Address[] addresses)
           
protected  void initInboxFolder()
           
protected  void initStore()
           
protected  void nostifyListeners(List<MessageListener> listeners, javax.mail.Message message)
           
protected  void nostifyListeners(javax.mail.Message[] messages)
           
protected  void pollPopServer()
           
 void receive(Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POPNotificationsMessageListener

public POPNotificationsMessageListener()
Method Detail

receive

public void receive(Message message)
Specified by:
receive in interface MessageListener

doReceive

protected void doReceive(Message message)
                  throws Exception
Throws:
Exception

getEmailAddress

protected String getEmailAddress(javax.mail.Address[] addresses)

initInboxFolder

protected void initInboxFolder()
                        throws Exception
Throws:
Exception

initStore

protected void initStore()
                  throws Exception
Throws:
Exception

nostifyListeners

protected void nostifyListeners(List<MessageListener> listeners,
                                javax.mail.Message message)
                         throws Exception
Throws:
Exception

nostifyListeners

protected void nostifyListeners(javax.mail.Message[] messages)
                         throws Exception
Throws:
Exception

pollPopServer

protected void pollPopServer()
                      throws Exception
Throws:
Exception

Liferay 6.0.5