org.apache.ldap.server.configuration
Class SyncConfiguration

java.lang.Object
  extended by org.apache.ldap.server.configuration.Configuration
      extended by org.apache.ldap.server.configuration.SyncConfiguration
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class SyncConfiguration
extends Configuration

A Configuration that makes a call to DirectoryService.sync().

Version:
$Rev: 307234 $, $Date: 2005-10-07 21:43:33 -0400 (Fri, 07 Oct 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
SyncConfiguration()
          Creates a new instance.
SyncConfiguration(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.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

SyncConfiguration

public SyncConfiguration()
Creates a new instance.


SyncConfiguration

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