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

All Superinterfaces:
MonitorCapable
All Known Implementing Classes:
ApacheDS15

public interface ListeningCapable
extends MonitorCapable

Denotes a directory is capable of monitoring remote mutation via remote event listening.


Method Summary
 DirectoryListener getDirectoryMonitor()
          Return a configured DirectoryMonitor for the directory.
 

Method Detail

getDirectoryMonitor

DirectoryListener getDirectoryMonitor()
                                      throws DirectoryMonitorCreationException
Description copied from interface: MonitorCapable
Return a configured DirectoryMonitor for the directory.

Specified by:
getDirectoryMonitor in interface MonitorCapable
Returns:
the DirectoryListener configured for this directory.
Throws:
DirectoryMonitorCreationException - error creating listener.


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.