com.atlassian.crowd.event.monitor
Class MonitorEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.crowd.event.monitor.MonitorEvent
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MonitorErrorEvent, PollerEvent
public abstract class MonitorEvent
- extends com.atlassian.event.Event
A notification event pertaining to a monitor's
execution. It is not directly relevant remote
directory mutations.
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
| Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MonitorEvent
protected MonitorEvent(DirectoryMonitor source,
long directoryID)
getDirectoryID
public long getDirectoryID()
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.