public class

DirectorySynchronisationRoundInformation

extends Object
java.lang.Object
   ↳ com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation

Class Overview

Information of a directory synchronisation round.

Summary

Public Constructors
DirectorySynchronisationRoundInformation(long startTime, long durationMs, String statusKey, List<Serializable> statusParameters)
Public Methods
long getDurationMs()
Returns in milliseconds the duration of the synchronisation
long getStartTime()
Returns the time in milliseconds of the directory synchronisation time.
String getStatusKey()
Returns a status key that can be used to get a human readable synchronisation status message.
List<Serializable> getStatusParameters()
Returns parameters for status key retrieved from getStatusKey().
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DirectorySynchronisationRoundInformation (long startTime, long durationMs, String statusKey, List<Serializable> statusParameters)

Public Methods

public long getDurationMs ()

Returns in milliseconds the duration of the synchronisation

Returns
  • duration of the synchronisation in milliseconds

public long getStartTime ()

Returns the time in milliseconds of the directory synchronisation time.

Returns
  • the time in milliseconds of the directory synchronisation time

public String getStatusKey ()

Returns a status key that can be used to get a human readable synchronisation status message.

Returns
  • status key

public List<Serializable> getStatusParameters ()

Returns parameters for status key retrieved from getStatusKey().

Returns
  • parameters for status key