com.atlassian.crowd.embedded.directory
Class LdapConnectionPoolInitialisationListener

java.lang.Object
  extended by com.atlassian.crowd.embedded.directory.LdapConnectionPoolInitialisationListener

public class LdapConnectionPoolInitialisationListener
extends Object

Listens to ApplicationReadyEvent that should be thrown by the application upon startup. Will set the LDAP Connection Pool System Properties with values retrieved from the database.


Constructor Summary
LdapConnectionPoolInitialisationListener(ApplicationFactory applicationFactory, com.atlassian.event.api.EventPublisher eventPublisher)
           
 
Method Summary
 void handleEvent(ApplicationReadyEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapConnectionPoolInitialisationListener

public LdapConnectionPoolInitialisationListener(ApplicationFactory applicationFactory,
                                                com.atlassian.event.api.EventPublisher eventPublisher)
Method Detail

handleEvent

@EventListener
public void handleEvent(ApplicationReadyEvent event)


Copyright © 2013 Atlassian. All Rights Reserved.