Uses of Interface
org.forgerock.opendj.discovery.ServiceDiscoveryMechanism
-
Packages that use ServiceDiscoveryMechanism Package Description org.forgerock.opendj.discovery Contains the Service Discovery Mechanisms and APIs. -
-
Uses of ServiceDiscoveryMechanism in org.forgerock.opendj.discovery
Classes in org.forgerock.opendj.discovery that implement ServiceDiscoveryMechanism Modifier and Type Class Description class
ReplicationServiceDiscoveryMechanism
Service Discovery Mechanism retrieving information from a replication topology.class
StaticServiceDiscoveryMechanism
This mechanism only returns the list of servers in its configuration, without checking for availability.Methods in org.forgerock.opendj.discovery with parameters of type ServiceDiscoveryMechanism Modifier and Type Method Description void
ServiceDiscoveryChangeListener. partitionsChanged(ServiceDiscoveryMechanism changedService)
Invoked when the service discovery mechanism detected that the servers have changed.
-