Package com.nimbusds.ldapsync
Class SourceSearchCompleteEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.nimbusds.ldapsync.SyncTaskEvent
-
- com.nimbusds.ldapsync.SourceSearchCompleteEvent
-
- All Implemented Interfaces:
Serializable
public class SourceSearchCompleteEvent extends SyncTaskEvent
Event generated upon the successful completion of a source directory search operation.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description SourceSearchCompleteEvent(SyncTask source, String message, int count)Creates a new source directory search complete event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMatchCount()Gets the number of matching search entries.-
Methods inherited from class com.nimbusds.ldapsync.SyncTaskEvent
getMessage, getTimestamp
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-