org.apache.directory.server.core.schema
Interface MatchingRuleUseRegistryMonitor

All Known Implementing Classes:
MatchingRuleUseRegistryMonitorAdapter

public interface MatchingRuleUseRegistryMonitor

Interface for MatchingRuleUseRegitery callback event monitors.

Version:
$Rev: 434579 $
Author:
Apache Directory Project

Method Summary
 void lookedUp(org.apache.directory.shared.ldap.schema.MatchingRuleUse matchingRuleUse)
          Monitors when a Comparator is successfully looked up.
 void lookupFailed(java.lang.String name, java.lang.Throwable fault)
          Monitors when a lookup attempt fails.
 void registered(org.apache.directory.shared.ldap.schema.MatchingRuleUse matchingRuleUse)
          Monitors when a MatchingRuleUse is registered successfully.
 void registerFailed(org.apache.directory.shared.ldap.schema.MatchingRuleUse matchingRuleUse, java.lang.Throwable fault)
          Monitors when a registration attempt fails.
 

Method Detail

registered

void registered(org.apache.directory.shared.ldap.schema.MatchingRuleUse matchingRuleUse)
Monitors when a MatchingRuleUse is registered successfully.

Parameters:
matchingRuleUse - the MatchingRuleUse successfully registered

lookedUp

void lookedUp(org.apache.directory.shared.ldap.schema.MatchingRuleUse matchingRuleUse)
Monitors when a Comparator is successfully looked up.

Parameters:
matchingRuleUse - the MatchingRuleUse successfully lookedup

lookupFailed

void lookupFailed(java.lang.String name,
                  java.lang.Throwable fault)
Monitors when a lookup attempt fails.

Parameters:
name - the name of the matchingRuleUse
fault - the exception to be thrown for the fault

registerFailed

void registerFailed(org.apache.directory.shared.ldap.schema.MatchingRuleUse matchingRuleUse,
                    java.lang.Throwable fault)
Monitors when a registration attempt fails.

Parameters:
matchingRuleUse - the MatchingRuleUse which failed registration
fault - the exception to be thrown for the fault


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.