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

java.lang.Object
  extended by org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry<LdapSyntax>
      extended by org.apache.directory.shared.ldap.schema.registries.DefaultLdapSyntaxRegistry
All Implemented Interfaces:
java.lang.Iterable<LdapSyntax>, LdapSyntaxRegistry, SchemaObjectRegistry<LdapSyntax>

public class DefaultLdapSyntaxRegistry
extends DefaultSchemaObjectRegistry<LdapSyntax>
implements LdapSyntaxRegistry

A LdapSyntax 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
DefaultLdapSyntaxRegistry()
          Creates a new default LdapSyntaxRegistry instance.
 
Method Summary
 DefaultLdapSyntaxRegistry copy()
          Copy the LdapSyntaxRegistry
 
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

DefaultLdapSyntaxRegistry

public DefaultLdapSyntaxRegistry()
Creates a new default LdapSyntaxRegistry instance.

Method Detail

copy

public DefaultLdapSyntaxRegistry copy()
Copy the LdapSyntaxRegistry

Specified by:
copy in interface LdapSyntaxRegistry
Specified by:
copy in interface SchemaObjectRegistry<LdapSyntax>
Returns:
SchemaObjectRegistry The copied registry


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