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 classReplicationServiceDiscoveryMechanismService Discovery Mechanism retrieving information from a replication topology.classStaticServiceDiscoveryMechanismThis 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 voidServiceDiscoveryChangeListener. partitionsChanged(ServiceDiscoveryMechanism changedService)Invoked when the service discovery mechanism detected that the servers have changed.
-