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. -
-
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 ServiceDiscoveryMechanismCfgServiceDiscoveryMechanismCfgDefn. createServerConfiguration(ServerManagedObject<? extends ServiceDiscoveryMechanismCfg> impl)Creates a server configuration view of the provided server managed object.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()Gets the server configuration class instance associated with this managed object definition.InstantiableRelationDefinition<ServiceDiscoveryMechanismCfgClient,ServiceDiscoveryMechanismCfg>RootCfgDefn. getServiceDiscoveryMechanismsRelationDefinition()Get the "service-discovery-mechanisms" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type ServiceDiscoveryMechanismCfg Modifier and Type Method Description ServiceDiscoveryMechanismCfgServiceDiscoveryMechanismCfgDefn. createServerConfiguration(ServerManagedObject<? extends ServiceDiscoveryMechanismCfg> impl)Creates a server configuration view of the provided server managed object. -
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 interfaceReplicationServiceDiscoveryMechanismCfgA server-side interface for querying Replication Service Discovery Mechanism settings.interfaceStaticServiceDiscoveryMechanismCfgA 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 ServiceDiscoveryMechanismCfgRootCfg. 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 voidServiceDiscoveryMechanismCfg. addChangeListener(ConfigurationChangeListener<ServiceDiscoveryMechanismCfg> listener)Register to be notified when this Service Discovery Mechanism is changed.voidRootCfg. addServiceDiscoveryMechanismAddListener(ConfigurationAddListener<ServiceDiscoveryMechanismCfg> listener)Registers to be notified when new Service Discovery Mechanisms are added.voidRootCfg. addServiceDiscoveryMechanismDeleteListener(ConfigurationDeleteListener<ServiceDiscoveryMechanismCfg> listener)Registers to be notified when existing Service Discovery Mechanisms are deleted.voidServiceDiscoveryMechanismCfg. removeChangeListener(ConfigurationChangeListener<ServiceDiscoveryMechanismCfg> listener)Deregister an existing Service Discovery Mechanism configuration change listener.voidRootCfg. removeServiceDiscoveryMechanismAddListener(ConfigurationAddListener<ServiceDiscoveryMechanismCfg> listener)Deregisters an existing Service Discovery Mechanism configuration add listener.voidRootCfg. removeServiceDiscoveryMechanismDeleteListener(ConfigurationDeleteListener<ServiceDiscoveryMechanismCfg> listener)Deregisters an existing Service Discovery Mechanism configuration delete listener.
-