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

Packages that use DITContentRuleRegistryMonitor
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 DITContentRuleRegistryMonitor in org.apache.directory.server.core.schema
 

Classes in org.apache.directory.server.core.schema that implement DITContentRuleRegistryMonitor
 class DITContentRuleRegistryMonitorAdapter
          A simple do nothing monitor adapter for DITContentRuleRegistries.
 

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

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

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