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

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

Classes in org.apache.directory.server.core.schema that implement NameFormRegistryMonitor
 class NameFormRegistryMonitorAdapter
          A simple do nothing monitor adapter for NameFormRegistries.
 

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

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

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



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