Liferay 6.2-ce-ga5

com.liferay.portlet.admin.messaging
Class LDAPImportMessageListener

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.BaseMessageListener
      extended by com.liferay.portlet.admin.messaging.LDAPImportMessageListener
All Implemented Interfaces:
MessageListener

public class LDAPImportMessageListener
extends BaseMessageListener


Constructor Summary
LDAPImportMessageListener()
           
 
Method Summary
protected  void doImportOnStartup()
           
protected  void doReceive(Message message)
           
 
Methods inherited from class com.liferay.portal.kernel.messaging.BaseMessageListener
receive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPImportMessageListener

public LDAPImportMessageListener()
Method Detail

doImportOnStartup

protected void doImportOnStartup()
                          throws Exception
Throws:
Exception

doReceive

protected void doReceive(Message message)
                  throws Exception
Specified by:
doReceive in class BaseMessageListener
Throws:
Exception

Liferay 6.2-ce-ga5