Uses of Interface
org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Packages that use ReplicationServerCfgClient 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 ReplicationServerCfgClient in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client with type parameters of type ReplicationServerCfgClient Modifier and Type Method Description <C extends ReplicationServerCfgClient>
CReplicationSynchronizationProviderCfgClient. createReplicationServer(ManagedObjectDefinition<C,? extends ReplicationServerCfg> d, Collection<PropertyException> exceptions)
Creates a new Replication Server.Methods in org.forgerock.opendj.server.config.client that return ReplicationServerCfgClient Modifier and Type Method Description ReplicationServerCfgClient
ReplicationSynchronizationProviderCfgClient. getReplicationServer()
Gets the Replication Server if it is present.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ReplicationServerCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends ReplicationServerCfgClient,? extends ReplicationServerCfg>
ReplicationServerCfgClient. definition()
Get the configuration definition associated with this Replication Server. -
Uses of ReplicationServerCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ReplicationServerCfgClient Modifier and Type Method Description ReplicationServerCfgClient
ReplicationServerCfgDefn. createClientConfiguration(ManagedObject<? extends ReplicationServerCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type ReplicationServerCfgClient Modifier and Type Method Description OptionalRelationDefinition<ReplicationServerCfgClient,ReplicationServerCfg>
ReplicationSynchronizationProviderCfgDefn. getReplicationServerRelationDefinition()
Get the "replication-server" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type ReplicationServerCfgClient Modifier and Type Method Description ReplicationServerCfgClient
ReplicationServerCfgDefn. createClientConfiguration(ManagedObject<? extends ReplicationServerCfgClient> impl)
-