com.atlassian.crowd.event.monitor
Class MonitorEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.monitor.MonitorEvent
Direct Known Subclasses:
MonitorErrorEvent, PollingFinishedEvent, PollingStartedEvent

public abstract class MonitorEvent
extends Event

A notification event pertaining to a monitor's execution. It is not directly relevant remote directory mutations.


Constructor Summary
protected MonitorEvent(DirectoryMonitor source, long directoryID)
           
 
Method Summary
 long getDirectoryID()
           
 
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorEvent

protected MonitorEvent(DirectoryMonitor source,
                       long directoryID)
Method Detail

getDirectoryID

public long getDirectoryID()


Copyright © 2013 Atlassian. All Rights Reserved.