|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.crowd.embedded.api.DirectorySynchronisationInformation
public class DirectorySynchronisationInformation
Simple object to store synchronisation information for synchronisable directories
Constructor Summary | |
---|---|
DirectorySynchronisationInformation(long lastSyncStartTime,
long lastSyncDurationInSeconds,
long currentSyncStartTime)
|
Method Summary | |
---|---|
long |
getCurrentSyncStartTime()
Returns the start time in milliseconds of the current synchronisation. |
long |
getLastSyncDurationInSeconds()
Returns in seconds the duration of the last synchronisation |
long |
getLastSyncStartTime()
Returns the time in milliseconds of the last directory synchronisation time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectorySynchronisationInformation(long lastSyncStartTime, long lastSyncDurationInSeconds, long currentSyncStartTime)
Method Detail |
---|
public long getCurrentSyncStartTime()
public long getLastSyncDurationInSeconds()
public long getLastSyncStartTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |