com.atlassian.crowd.integration.directory.monitor.poller
Interface PollingCapable

All Superinterfaces:
MonitorCapable
All Known Implementing Classes:
MicrosoftActiveDirectory

public interface PollingCapable
extends MonitorCapable

Denotes a directory is capable of monitoring remote mutation via polling.


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

Method Detail

getDirectoryMonitor

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

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


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.