com.unboundid.directory.sdk.sync.config
Interface SyncDestinationConfig

All Superinterfaces:
GenericConfig, GenericSyncConfig

@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface SyncDestinationConfig
extends GenericSyncConfig

This interface defines a set of methods that may be used to obtain information about the general configuration for a generic Sync Destination.


Method Summary
 java.lang.String getDescription()
          Gets the description for this Sync Destination.
 
Methods inherited from interface com.unboundid.directory.sdk.sync.config.GenericSyncConfig
getServerContext
 
Methods inherited from interface com.unboundid.directory.sdk.common.config.GenericConfig
getConfigObjectDN, getConfigObjectName
 

Method Detail

getDescription

java.lang.String getDescription()
Gets the description for this Sync Destination.

Returns:
the description, or null if there is none set.