|
||||||||||
| 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(DirectorySynchronisationRoundInformation lastRound,
DirectorySynchronisationRoundInformation activeRound)
|
|
| Method Summary | |
|---|---|
DirectorySynchronisationRoundInformation |
getActiveRound()
Information of the currently running synchronisation or null if directory is not being synchronised. |
DirectorySynchronisationRoundInformation |
getLastRound()
Information of the last completed synchronisation or null if directory has never been synchronised. |
boolean |
isSynchronising()
Is the directory currently synchronising. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectorySynchronisationInformation(DirectorySynchronisationRoundInformation lastRound,
DirectorySynchronisationRoundInformation activeRound)
| Method Detail |
|---|
public DirectorySynchronisationRoundInformation getLastRound()
public DirectorySynchronisationRoundInformation getActiveRound()
public boolean isSynchronising()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||