|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SynchronisationStatusManager
| Method Summary | |
|---|---|
DirectorySynchronisationInformation |
getDirectorySynchronisationInformation(Directory directory)
Returns directory synchronisation information. |
void |
syncFinished(long directoryId)
Notify that directory synchronisation has finished. |
void |
syncStarted(Directory directory)
Notify that directory synchronisation has started. |
void |
syncStatus(long directoryId,
java.lang.String key,
java.io.Serializable... parameters)
Notify that directory synchronisation status has changed. |
| Method Detail |
|---|
void syncStarted(Directory directory)
directory - directory
void syncStatus(long directoryId,
java.lang.String key,
java.io.Serializable... parameters)
directoryId - directory idkey - synchronisation status message keyparameters - synchronisation status message parameters
java.lang.IllegalStateException - if the directory is not currently synchronisingvoid syncFinished(long directoryId)
directoryId - directory idDirectorySynchronisationInformation getDirectorySynchronisationInformation(Directory directory)
directory - directory to retrieve information from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||