com.unboundid.directory.sdk.sync.config
Interface GenericSyncConfig
- All Superinterfaces:
- GenericConfig
- All Known Subinterfaces:
- JDBCSyncDestinationConfig, JDBCSyncSourceConfig, LDAPSyncDestinationPluginConfig, LDAPSyncSourcePluginConfig, SyncDestinationConfig, SyncPipePluginConfig
@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface GenericSyncConfig
- extends GenericConfig
This interface defines a set of methods that may be used to obtain
information about the general configuration for extensions used by the
Synchronization Server.
getServerContext
SyncServerContext getServerContext()
- Retrieves a handle to the server context for the server in which this
extension is running.
- Specified by:
getServerContext
in interface GenericConfig
- Returns:
- A handle to the server context for the server in which this
extension is running.