|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
public class DirectorySynchronisationRoundInformation
Information of a directory synchronisation round.
| Constructor Summary | |
|---|---|
DirectorySynchronisationRoundInformation(long startTime,
long durationMs,
java.lang.String statusKey,
java.util.List<java.io.Serializable> statusParameters)
|
|
| Method Summary | |
|---|---|
long |
getDurationMs()
Returns in milliseconds the duration of the synchronisation |
long |
getStartTime()
Returns the time in milliseconds of the directory synchronisation time. |
java.lang.String |
getStatusKey()
Returns a status key that can be used to get a human readable synchronisation status message. |
java.util.List<java.io.Serializable> |
getStatusParameters()
Returns parameters for status key retrieved from getStatusKey(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectorySynchronisationRoundInformation(long startTime,
long durationMs,
java.lang.String statusKey,
java.util.List<java.io.Serializable> statusParameters)
| Method Detail |
|---|
public long getStartTime()
public long getDurationMs()
public java.lang.String getStatusKey()
public java.util.List<java.io.Serializable> getStatusParameters()
getStatusKey().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||