com.atlassian.crowd.integration.directory.monitor.listener
Interface DirectoryListener

All Superinterfaces:
DirectoryMonitor
All Known Implementing Classes:
ApacheDSPersistentSearchListener

public interface DirectoryListener
extends DirectoryMonitor

Allows listening for remote directory mutations.


Method Summary
 void startListening()
          Registers the listener with the directory.
 void stopListening()
          Unregisters the listener with the directory.
 
Methods inherited from interface com.atlassian.crowd.integration.directory.monitor.DirectoryMonitor
getDirectoryID
 

Method Detail

startListening

void startListening()
                    throws DirectoryMonitorRegistrationException
Registers the listener with the directory.

Throws:
DirectoryMonitorRegistrationException - error during registration.

stopListening

void stopListening()
                   throws DirectoryMonitorUnregistrationException
Unregisters the listener with the directory.

Throws:
DirectoryMonitorUnregistrationException - error during unregistration.


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.