org.opends.server.admin.std.server
Interface OrderingMatchingRuleCfg

All Superinterfaces:
Configuration, MatchingRuleCfg

public interface OrderingMatchingRuleCfg
extends MatchingRuleCfg

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

Ordering Matching Rules define a set of rules for performing ordering matching operations against assertion values.


Method Summary
 void addOrderingChangeListener(ConfigurationChangeListener<OrderingMatchingRuleCfg> listener)
          Register to be notified when this Ordering Matching Rule is changed.
 java.lang.Class<? extends OrderingMatchingRuleCfg> configurationClass()
          Gets the configuration class associated with this Ordering Matching Rule.
 void removeOrderingChangeListener(ConfigurationChangeListener<OrderingMatchingRuleCfg> listener)
          Deregister an existing Ordering 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 OrderingMatchingRuleCfg> configurationClass()
Gets the configuration class associated with this Ordering Matching Rule.

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

addOrderingChangeListener

void addOrderingChangeListener(ConfigurationChangeListener<OrderingMatchingRuleCfg> listener)
Register to be notified when this Ordering Matching Rule is changed.

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

removeOrderingChangeListener

void removeOrderingChangeListener(ConfigurationChangeListener<OrderingMatchingRuleCfg> listener)
Deregister an existing Ordering Matching Rule configuration change listener.

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