Uses of Interface
org.forgerock.opendj.server.config.client.ServiceDiscoveryMechanismCfgClient
-
Packages that use ServiceDiscoveryMechanismCfgClient 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 ServiceDiscoveryMechanismCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of ServiceDiscoveryMechanismCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
ReplicationServiceDiscoveryMechanismCfgClient
A client-side interface for reading and modifying Replication Service Discovery Mechanism settings.interface
StaticServiceDiscoveryMechanismCfgClient
A client-side interface for reading and modifying Static Service Discovery Mechanism settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type ServiceDiscoveryMechanismCfgClient Modifier and Type Method Description <C extends ServiceDiscoveryMechanismCfgClient>
CRootCfgClient. createServiceDiscoveryMechanism(ManagedObjectDefinition<C,? extends ServiceDiscoveryMechanismCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Service Discovery Mechanism.Methods in org.forgerock.opendj.server.config.client that return ServiceDiscoveryMechanismCfgClient Modifier and Type Method Description ServiceDiscoveryMechanismCfgClient
RootCfgClient. getServiceDiscoveryMechanism(String name)
Gets the named Service Discovery Mechanism.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ServiceDiscoveryMechanismCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends ServiceDiscoveryMechanismCfgClient,? extends ServiceDiscoveryMechanismCfg>
ServiceDiscoveryMechanismCfgClient. definition()
Get the configuration definition associated with this Service Discovery Mechanism. -
Uses of ServiceDiscoveryMechanismCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ServiceDiscoveryMechanismCfgClient Modifier and Type Method Description ServiceDiscoveryMechanismCfgClient
ServiceDiscoveryMechanismCfgDefn. createClientConfiguration(ManagedObject<? extends ServiceDiscoveryMechanismCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type ServiceDiscoveryMechanismCfgClient Modifier and Type Method Description InstantiableRelationDefinition<ServiceDiscoveryMechanismCfgClient,ServiceDiscoveryMechanismCfg>
RootCfgDefn. getServiceDiscoveryMechanismsRelationDefinition()
Get the "service-discovery-mechanisms" relation definition.AggregationPropertyDefinition<ServiceDiscoveryMechanismCfgClient,ServiceDiscoveryMechanismCfg>
ProxyBackendCfgDefn. getShardPropertyDefinition()
Get the "shard" property definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type ServiceDiscoveryMechanismCfgClient Modifier and Type Method Description ServiceDiscoveryMechanismCfgClient
ServiceDiscoveryMechanismCfgDefn. createClientConfiguration(ManagedObject<? extends ServiceDiscoveryMechanismCfgClient> impl)
-