org.opends.server.admin.std.server
Interface ApproximateMatchingRuleCfg

All Superinterfaces:
Configuration, MatchingRuleCfg

public interface ApproximateMatchingRuleCfg
extends MatchingRuleCfg

A server-side interface for querying Approximate Matching Rule settings.

Approximate Matching Rules define a set of rules for performing approximate matching operations against assertion values. In many cases, approximate matching is based on a "sounds like" operation.


Method Summary
 void addApproximateChangeListener(ConfigurationChangeListener<ApproximateMatchingRuleCfg> listener)
          Register to be notified when this Approximate Matching Rule is changed.
 java.lang.Class<? extends ApproximateMatchingRuleCfg> configurationClass()
          Gets the configuration class associated with this Approximate Matching Rule.
 void removeApproximateChangeListener(ConfigurationChangeListener<ApproximateMatchingRuleCfg> listener)
          Deregister an existing Approximate Matching Rule configuration change listener.
 
Methods inherited from interface org.opends.server.admin.std.server.MatchingRuleCfg
addChangeListener, getJavaClass, isEnabled, removeChangeListener
 
Methods inherited from interface org.opends.server.admin.Configuration
dn
 

Method Detail

configurationClass

java.lang.Class<? extends ApproximateMatchingRuleCfg> configurationClass()
Gets the configuration class associated with this Approximate Matching Rule.

Specified by:
configurationClass in interface Configuration
Specified by:
configurationClass in interface MatchingRuleCfg
Returns:
Returns the configuration class associated with this Approximate Matching Rule.

addApproximateChangeListener

void addApproximateChangeListener(ConfigurationChangeListener<ApproximateMatchingRuleCfg> listener)
Register to be notified when this Approximate Matching Rule is changed.

Parameters:
listener - The Approximate Matching Rule configuration change listener.

removeApproximateChangeListener

void removeApproximateChangeListener(ConfigurationChangeListener<ApproximateMatchingRuleCfg> listener)
Deregister an existing Approximate Matching Rule configuration change listener.

Parameters:
listener - The Approximate Matching Rule configuration change listener.