|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface JDBCSyncSourceConfig
This interface defines a set of methods that may be used to obtain information about the general configuration for a JDBC Sync Source.
Method Summary | |
---|---|
long |
getChangelogMaximumAge()
Gets the configured amount of time (in milliseconds) after which changelog entries should be deleted from the changelog or corresponding table in the database. |
java.util.Set<java.lang.String> |
getDatabaseEntryType()
Gets the list of configured database entry types that are used to uniquely identify a set of data in the database that makes up an LDAP entry. |
java.lang.String |
getDescription()
Gets the description for this Sync Source. |
java.util.Set<java.lang.String> |
getIgnoreChangesByUser()
Gets the configured users from which detected changes will be ignored. |
int |
getMaxOpenConnections()
Gets the maximum number of connections that the Sync Source is allowed to have open to the database at a given time. |
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 |
---|
java.lang.String getDescription()
int getMaxOpenConnections()
java.util.Set<java.lang.String> getDatabaseEntryType()
java.util.Set<java.lang.String> getIgnoreChangesByUser()
This is particularly useful when using the Synchronization Server to sync changes back to this source (i.e. bi-directional sync). In this case, a unique user account would be used by the Sync Pipe that applies changes to this source, and that user would be in this list to prevent those changes from being synchronized back to their original source.
long getChangelogMaximumAge()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |