org.apache.directory.server.core.configuration
Class ShutdownConfiguration

java.lang.Object
  extended by org.apache.directory.server.core.configuration.Configuration
      extended by org.apache.directory.server.core.configuration.ShutdownConfiguration
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ShutdownConfiguration
extends Configuration

A Configuration that shuts down ApacheDS.

Version:
$Rev: 434579 $, $Date: 2006-08-25 02:19:11 +0200 (Fri, 25 Aug 2006) $
Author:
Apache Directory Project
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.directory.server.core.configuration.Configuration
DEFAULT_INSTANCE_ID, JNDI_KEY
 
Constructor Summary
ShutdownConfiguration()
          Creates a new instance.
ShutdownConfiguration(java.lang.String instanceId)
          Creates a new instance that operates on the DirectoryService with the specified ID.
 
Method Summary
 
Methods inherited from class org.apache.directory.server.core.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

ShutdownConfiguration

public ShutdownConfiguration()
Creates a new instance.


ShutdownConfiguration

public ShutdownConfiguration(java.lang.String instanceId)
Creates a new instance that operates on the DirectoryService with the specified ID.



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