com.atlassian.crowd.directory
Class SynchronisableDirectoryProperties

java.lang.Object
  extended by com.atlassian.crowd.directory.SynchronisableDirectoryProperties

public class SynchronisableDirectoryProperties
extends Object

Constants representing synchronisable directory properties.


Field Summary
static String CACHE_SYNCHRONISE_INTERVAL
          Property key for the interval in seconds when the local cache should be synchronised with the remote directory.
static String CURRENT_START_SYNC_TIME
          Property key for the current synchronisation's start time in milliseconds from epoch.
static String INCREMENTAL_SYNC_ENABLED
          Property key for enabling incremental sync
static String IS_SYNCHRONISING
          Property key for the synchronisation status.
static String LAST_START_SYNC_TIME
          Property key for the last synchronisation's start time in milliseconds from epoch.
static String LAST_SYNC_DURATION_MS
          Property key for the last synchronisation's duration in milliseconds.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CURRENT_START_SYNC_TIME

public static final String CURRENT_START_SYNC_TIME
Property key for the current synchronisation's start time in milliseconds from epoch.

See Also:
Constant Field Values

LAST_START_SYNC_TIME

public static final String LAST_START_SYNC_TIME
Property key for the last synchronisation's start time in milliseconds from epoch.

See Also:
Constant Field Values

LAST_SYNC_DURATION_MS

public static final String LAST_SYNC_DURATION_MS
Property key for the last synchronisation's duration in milliseconds.

See Also:
Constant Field Values

CACHE_SYNCHRONISE_INTERVAL

public static final String CACHE_SYNCHRONISE_INTERVAL
Property key for the interval in seconds when the local cache should be synchronised with the remote directory.

See Also:
Constant Field Values

IS_SYNCHRONISING

public static final String IS_SYNCHRONISING
Property key for the synchronisation status.

This property should be unset before the first synchronisation has started after directory creation or configuration change.

See Also:
Constant Field Values

INCREMENTAL_SYNC_ENABLED

public static final String INCREMENTAL_SYNC_ENABLED
Property key for enabling incremental sync

See Also:
Constant Field Values


Copyright © 2012 Atlassian. All Rights Reserved.