org.apache.ldap.server.configuration
Class RemoveContextPartitionConfiguration

java.lang.Object
  extended byorg.apache.ldap.server.configuration.Configuration
      extended byorg.apache.ldap.server.configuration.RemoveContextPartitionConfiguration
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class RemoveContextPartitionConfiguration
extends Configuration

A Configuration that removed the attached ContextPartition in the current ContextPartitionNexus.

Version:
$Rev: 264732 $, $Date: 2005-08-30 04:04:51 -0400 (Tue, 30 Aug 2005) $
Author:
Apache Directory Project
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.ldap.server.configuration.Configuration
DEFAULT_INSTANCE_ID, JNDI_KEY
 
Constructor Summary
RemoveContextPartitionConfiguration(javax.naming.Name suffix)
           
RemoveContextPartitionConfiguration(java.lang.String suffix)
           
 
Method Summary
 javax.naming.Name getSuffix()
           
 
Methods inherited from class org.apache.ldap.server.configuration.Configuration
clone, getInstanceId, setInstanceId, toConfiguration, toJndiEnvironment, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveContextPartitionConfiguration

public RemoveContextPartitionConfiguration(java.lang.String suffix)
                                    throws javax.naming.NamingException

RemoveContextPartitionConfiguration

public RemoveContextPartitionConfiguration(javax.naming.Name suffix)
Method Detail

getSuffix

public javax.naming.Name getSuffix()


Copyright © 2002-2005 . All Rights Reserved.