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

All Superinterfaces:
DirectoryMonitor
All Known Implementing Classes:
USNChangedPoller

public interface DirectoryPoller
extends DirectoryMonitor

Allows polling for remote directory mutations.


Method Summary
 long getPollingInterval()
          Returns the polling interval in seconds.
 void pollChanges()
          Polls the a directory for mutations and fires appropriate events.
 
Methods inherited from interface com.atlassian.crowd.integration.directory.monitor.DirectoryMonitor
getDirectoryID
 

Method Detail

pollChanges

void pollChanges()
Polls the a directory for mutations and fires appropriate events.


getPollingInterval

long getPollingInterval()
Returns the polling interval in seconds.

Returns:
polling interval in seconds.


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.