org.apache.directory.server.ntp
Class NtpConfiguration
java.lang.Object
org.apache.directory.server.core.configuration.Configuration
org.apache.directory.server.protocol.shared.ServiceConfiguration
org.apache.directory.server.ntp.NtpConfiguration
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class NtpConfiguration
- extends ServiceConfiguration
- See Also:
- Serialized Form
Fields inherited from class org.apache.directory.server.protocol.shared.ServiceConfiguration |
APACHE_FACTORY_PID_KEY, APACHE_SERVICE_CONFIGURATION, APACHE_SERVICE_PID_KEY, BUFFER_SIZE_KEY, CATALOG_BASEDN_KEY, configuration, DEFAULT_BUFFER_SIZE, DEFAULT_ENTRY_BASEDN, DEFAULT_INITIAL_CONTEXT_FACTORY, ENTRY_BASEDN_KEY, INITIAL_CONTEXT_FACTORY_KEY, IP_ADDRESS_KEY, IP_PORT_KEY, MINUTE, SERVICE_FACTORYPID, SERVICE_PID |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NtpConfiguration
public NtpConfiguration()
- Creates a new instance with default settings.
NtpConfiguration
public NtpConfiguration(java.lang.String instanceId)
- Creates a new instance with default settings that operates on the
DirectoryService
with the specified ID.
NtpConfiguration
public NtpConfiguration(java.util.Map properties)
NtpConfiguration
public NtpConfiguration(java.util.Map properties,
int strategy)
getDefaultConfig
public static java.util.Map getDefaultConfig()
isDifferent
public boolean isDifferent(java.util.Dictionary config)
getName
public java.lang.String getName()
getPort
public int getPort()
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.