Uses of Interface
org.forgerock.opendj.server.config.server.ServiceDiscoveryMechanismCfg
-
Packages that use ServiceDiscoveryMechanismCfg 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.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components.org.opends.server.discovery Contains the Service Discovery Mechanisms and APIs. -
-
Uses of ServiceDiscoveryMechanismCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ServiceDiscoveryMechanismCfg Modifier and Type Method Description ManagedObjectDefinition<? extends ServiceDiscoveryMechanismCfgClient,? extends ServiceDiscoveryMechanismCfg>
ServiceDiscoveryMechanismCfgClient. definition()
Get the configuration definition associated with this Service Discovery Mechanism.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type ServiceDiscoveryMechanismCfg 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. -
Uses of ServiceDiscoveryMechanismCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ServiceDiscoveryMechanismCfg Modifier and Type Method Description ServiceDiscoveryMechanismCfg
ServiceDiscoveryMechanismCfgDefn. createServerConfiguration(ServerManagedObject<? extends ServiceDiscoveryMechanismCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type ServiceDiscoveryMechanismCfg Modifier and Type Method Description Class<ServiceDiscoveryMechanismCfg>
ServiceDiscoveryMechanismCfgDefn. getServerConfigurationClass()
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 ServiceDiscoveryMechanismCfg Modifier and Type Method Description ServiceDiscoveryMechanismCfg
ServiceDiscoveryMechanismCfgDefn. createServerConfiguration(ServerManagedObject<? extends ServiceDiscoveryMechanismCfg> impl)
-
Uses of ServiceDiscoveryMechanismCfg in org.forgerock.opendj.server.config.server
Subinterfaces of ServiceDiscoveryMechanismCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interface
ReplicationServiceDiscoveryMechanismCfg
A server-side interface for querying Replication Service Discovery Mechanism settings.interface
StaticServiceDiscoveryMechanismCfg
A server-side interface for querying Static Service Discovery Mechanism settings.Methods in org.forgerock.opendj.server.config.server that return ServiceDiscoveryMechanismCfg Modifier and Type Method Description ServiceDiscoveryMechanismCfg
RootCfg. getServiceDiscoveryMechanism(String name)
Gets the named Service Discovery Mechanism.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type ServiceDiscoveryMechanismCfg Modifier and Type Method Description Class<? extends ServiceDiscoveryMechanismCfg>
ServiceDiscoveryMechanismCfg. configurationClass()
Gets the configuration class associated with this Service Discovery Mechanism.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type ServiceDiscoveryMechanismCfg Modifier and Type Method Description void
ServiceDiscoveryMechanismCfg. addChangeListener(ConfigurationChangeListener<ServiceDiscoveryMechanismCfg> listener)
Register to be notified when this Service Discovery Mechanism is changed.void
RootCfg. addServiceDiscoveryMechanismAddListener(ConfigurationAddListener<ServiceDiscoveryMechanismCfg> listener)
Registers to be notified when new Service Discovery Mechanisms are added.void
RootCfg. addServiceDiscoveryMechanismDeleteListener(ConfigurationDeleteListener<ServiceDiscoveryMechanismCfg> listener)
Registers to be notified when existing Service Discovery Mechanisms are deleted.void
ServiceDiscoveryMechanismCfg. removeChangeListener(ConfigurationChangeListener<ServiceDiscoveryMechanismCfg> listener)
Deregister an existing Service Discovery Mechanism configuration change listener.void
RootCfg. removeServiceDiscoveryMechanismAddListener(ConfigurationAddListener<ServiceDiscoveryMechanismCfg> listener)
Deregisters an existing Service Discovery Mechanism configuration add listener.void
RootCfg. removeServiceDiscoveryMechanismDeleteListener(ConfigurationDeleteListener<ServiceDiscoveryMechanismCfg> listener)
Deregisters an existing Service Discovery Mechanism configuration delete listener. -
Uses of ServiceDiscoveryMechanismCfg in org.opends.server.discovery
Classes in org.opends.server.discovery with type parameters of type ServiceDiscoveryMechanismCfg Modifier and Type Interface Description interface
ServiceDiscoveryMechanism<C extends ServiceDiscoveryMechanismCfg>
Maintains a set ofPartition
s keeping it up to date according to a specific discovery mechanism.Methods in org.opends.server.discovery with parameters of type ServiceDiscoveryMechanismCfg Modifier and Type Method Description ConfigChangeResult
ServiceDiscoveryMechanismConfigManager. applyConfigurationAdd(ServiceDiscoveryMechanismCfg configuration)
ConfigChangeResult
ServiceDiscoveryMechanismConfigManager. applyConfigurationDelete(ServiceDiscoveryMechanismCfg configuration)
boolean
ServiceDiscoveryMechanismConfigManager. isConfigurationAddAcceptable(ServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
ServiceDiscoveryMechanismConfigManager. isConfigurationDeleteAcceptable(ServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons)
-