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

Packages that use MatchingRuleUseRegistryMonitor
org.apache.directory.server.core.schema Contains interfaces for schema object registry services and simple POJO implementations of these services. 
org.apache.directory.server.core.schema.bootstrap Contains interfaces and classes used for bootstrap schema object loading and configuration. 
 

Uses of MatchingRuleUseRegistryMonitor in org.apache.directory.server.core.schema
 

Classes in org.apache.directory.server.core.schema that implement MatchingRuleUseRegistryMonitor
 class MatchingRuleUseRegistryMonitorAdapter
          A simple do nothing monitor adapter for MatchingRuleUseRegistries.
 

Methods in org.apache.directory.server.core.schema with parameters of type MatchingRuleUseRegistryMonitor
 void GlobalMatchingRuleUseRegistry.setMonitor(MatchingRuleUseRegistryMonitor monitor)
          Sets the monitor that is to be notified via callback events.
 

Uses of MatchingRuleUseRegistryMonitor in org.apache.directory.server.core.schema.bootstrap
 

Methods in org.apache.directory.server.core.schema.bootstrap with parameters of type MatchingRuleUseRegistryMonitor
 void BootstrapMatchingRuleUseRegistry.setMonitor(MatchingRuleUseRegistryMonitor monitor)
          Sets the monitor that is to be notified via callback events.
 



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