Class RemoteDirectorySynchronisedEvent
java.lang.Object
com.atlassian.crowd.event.Event
com.atlassian.crowd.event.directory.RemoteDirectorySynchronisationFinishedEvent
com.atlassian.crowd.event.directory.RemoteDirectorySynchronisedEvent
This event is designed to be thrown by a
SynchronisableDirectory
after it has completed synchronising its cache.-
Constructor Summary
ConstructorsConstructorDescriptionRemoteDirectorySynchronisedEvent(Object source, RemoteDirectory remoteDirectory, DirectorySynchronisationRoundInformation lastRound, long timeTakenInMs) -
Method Summary
Methods inherited from class com.atlassian.crowd.event.directory.RemoteDirectorySynchronisationFinishedEvent
equals, getDirectoryId, getLastRound, getRemoteDirectory, getTimeTakenInMs, hashCodeMethods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
-
Constructor Details
-
RemoteDirectorySynchronisedEvent
public RemoteDirectorySynchronisedEvent(Object source, RemoteDirectory remoteDirectory, @Nullable DirectorySynchronisationRoundInformation lastRound, long timeTakenInMs)
-