org.apache.ldap.server.configuration
Class MutableDirectoryPartitionConfiguration

java.lang.Object
  extended by org.apache.ldap.server.configuration.DirectoryPartitionConfiguration
      extended by org.apache.ldap.server.configuration.MutableDirectoryPartitionConfiguration

public class MutableDirectoryPartitionConfiguration
extends DirectoryPartitionConfiguration

A mutable version of DirectoryPartitionConfiguration.

Version:
$Rev: 307079 $, $Date: 2005-10-07 06:38:21 -0400 (Fri, 07 Oct 2005) $
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.ldap.server.configuration.DirectoryPartitionConfiguration
SYSTEM_PARTITION_NAME
 
Constructor Summary
MutableDirectoryPartitionConfiguration()
          Creates a new instance.
 
Method Summary
 void setContextEntry(javax.naming.directory.Attributes rootEntry)
          Sets root entry that will be added to the DirectoryPartition after it is initialized.
 void setContextPartition(DirectoryPartition partition)
          Sets the DirectoryPartition that this configuration configures.
 void setIndexedAttributes(java.util.Set indexedAttributes)
          Sets the set of attribute type strings to create an index on.
 void setName(java.lang.String name)
          Sets user-defined name of the DirectoryPartition that this configuration configures.
 void setSuffix(java.lang.String suffix)
          Sets the suffix of the DirectoryPartition.
 
Methods inherited from class org.apache.ldap.server.configuration.DirectoryPartitionConfiguration
getContextEntry, getContextPartition, getIndexedAttributes, getName, getNormalizedSuffix, getNormalizedSuffix, getSuffix, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableDirectoryPartitionConfiguration

public MutableDirectoryPartitionConfiguration()
Creates a new instance.

Method Detail

setName

public void setName(java.lang.String name)
Description copied from class: DirectoryPartitionConfiguration
Sets user-defined name of the DirectoryPartition that this configuration configures.

Overrides:
setName in class DirectoryPartitionConfiguration

setIndexedAttributes

public void setIndexedAttributes(java.util.Set indexedAttributes)
Description copied from class: DirectoryPartitionConfiguration
Sets the set of attribute type strings to create an index on.

Overrides:
setIndexedAttributes in class DirectoryPartitionConfiguration

setContextPartition

public void setContextPartition(DirectoryPartition partition)
Description copied from class: DirectoryPartitionConfiguration
Sets the DirectoryPartition that this configuration configures.

Overrides:
setContextPartition in class DirectoryPartitionConfiguration

setContextEntry

public void setContextEntry(javax.naming.directory.Attributes rootEntry)
Description copied from class: DirectoryPartitionConfiguration
Sets root entry that will be added to the DirectoryPartition after it is initialized.

Overrides:
setContextEntry in class DirectoryPartitionConfiguration

setSuffix

public void setSuffix(java.lang.String suffix)
Description copied from class: DirectoryPartitionConfiguration
Sets the suffix of the DirectoryPartition.

Overrides:
setSuffix in class DirectoryPartitionConfiguration


Copyright © 2002-2005 . All Rights Reserved.