Uses of Interface
org.forgerock.opendj.server.config.client.ExternalChangelogDomainCfgClient
-
Packages that use ExternalChangelogDomainCfgClient Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components. -
-
Uses of ExternalChangelogDomainCfgClient in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return ExternalChangelogDomainCfgClient Modifier and Type Method Description ExternalChangelogDomainCfgClientReplicationDomainCfgClient. getExternalChangelogDomain()Gets the External Changelog Domain.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ExternalChangelogDomainCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends ExternalChangelogDomainCfgClient,? extends ExternalChangelogDomainCfg>ExternalChangelogDomainCfgClient. definition()Get the configuration definition associated with this External Changelog Domain. -
Uses of ExternalChangelogDomainCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ExternalChangelogDomainCfgClient Modifier and Type Method Description ExternalChangelogDomainCfgClientExternalChangelogDomainCfgDefn. createClientConfiguration(ManagedObject<? extends ExternalChangelogDomainCfgClient> impl)Creates a client configuration view of the provided managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type ExternalChangelogDomainCfgClient Modifier and Type Method Description SingletonRelationDefinition<ExternalChangelogDomainCfgClient,ExternalChangelogDomainCfg>ReplicationDomainCfgDefn. getExternalChangelogDomainRelationDefinition()Get the "external-changelog-domain" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type ExternalChangelogDomainCfgClient Modifier and Type Method Description ExternalChangelogDomainCfgClientExternalChangelogDomainCfgDefn. createClientConfiguration(ManagedObject<? extends ExternalChangelogDomainCfgClient> impl)Creates a client configuration view of the provided managed object.
-