Uses of Interface
org.apache.ldap.server.schema.AttributeTypeRegistryMonitor

Packages that use AttributeTypeRegistryMonitor
org.apache.ldap.server.schema   
org.apache.ldap.server.schema.bootstrap   
 

Uses of AttributeTypeRegistryMonitor in org.apache.ldap.server.schema
 

Classes in org.apache.ldap.server.schema that implement AttributeTypeRegistryMonitor
 class AttributeTypeRegistryMonitorAdapter
          A simple do nothing monitor adapter for AttributeTypeRegistries.
 

Methods in org.apache.ldap.server.schema with parameters of type AttributeTypeRegistryMonitor
 void GlobalAttributeTypeRegistry.setMonitor(AttributeTypeRegistryMonitor monitor)
          Sets the monitor that is to be notified via callback events.
 

Uses of AttributeTypeRegistryMonitor in org.apache.ldap.server.schema.bootstrap
 

Methods in org.apache.ldap.server.schema.bootstrap with parameters of type AttributeTypeRegistryMonitor
 void BootstrapAttributeTypeRegistry.setMonitor(AttributeTypeRegistryMonitor monitor)
          Sets the monitor that is to be notified via callback events.
 



Copyright © 2002-2005 . All Rights Reserved.