org.apache.directory.shared.ldap.schema.registries
Class DefaultMatchingRuleRegistry

java.lang.Object
  extended by org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry<MatchingRule>
      extended by org.apache.directory.shared.ldap.schema.registries.DefaultMatchingRuleRegistry
All Implemented Interfaces:
java.lang.Iterable<MatchingRule>, MatchingRuleRegistry, SchemaObjectRegistry<MatchingRule>

public class DefaultMatchingRuleRegistry
extends DefaultSchemaObjectRegistry<MatchingRule>
implements MatchingRuleRegistry

A MatchingRule registry's service default implementation.

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

Field Summary
 
Fields inherited from class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
byName, oidRegistry, schemaObjectType
 
Constructor Summary
DefaultMatchingRuleRegistry()
          Creates a new default MatchingRuleRegistry instance.
 
Method Summary
 DefaultMatchingRuleRegistry copy()
          Copy the MatchingRuleRegistry
 
Methods inherited from class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
clear, contains, copy, get, getOidByName, getSchemaName, getType, iterator, lookup, oidsIterator, register, renameSchema, size, toString, unregister, unregister, unregisterSchemaElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
clear, contains, get, getOidByName, getSchemaName, getType, iterator, lookup, oidsIterator, register, renameSchema, size, unregister, unregister, unregisterSchemaElements
 
Methods inherited from interface java.lang.Iterable
iterator
 

Constructor Detail

DefaultMatchingRuleRegistry

public DefaultMatchingRuleRegistry()
Creates a new default MatchingRuleRegistry instance.

Method Detail

copy

public DefaultMatchingRuleRegistry copy()
Copy the MatchingRuleRegistry

Specified by:
copy in interface MatchingRuleRegistry
Specified by:
copy in interface SchemaObjectRegistry<MatchingRule>
Returns:
SchemaObjectRegistry The copied registry


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