org.apache.directory.server.ntp
Class NtpServer

java.lang.Object
  extended by org.apache.directory.server.ntp.NtpServer

public class NtpServer
extends java.lang.Object

Version:
$Rev: 550110 $, $Date: 2007-06-23 17:00:15 -0400 (Sat, 23 Jun 2007) $
Author:
Apache Directory Project

Constructor Summary
NtpServer(NtpConfiguration config, org.apache.mina.common.IoAcceptor acceptor, org.apache.mina.common.IoServiceConfig serviceConfig)
          Creates a new instance of NtpServer.
 
Method Summary
 void destroy()
          Destroys this instance of NtpServer.
 boolean isDifferent(java.util.Dictionary newConfig)
          Returns whether configuration being proposed as new is really different.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NtpServer

public NtpServer(NtpConfiguration config,
                 org.apache.mina.common.IoAcceptor acceptor,
                 org.apache.mina.common.IoServiceConfig serviceConfig)
Creates a new instance of NtpServer.

Parameters:
config -
acceptor -
serviceConfig -
Method Detail

isDifferent

public boolean isDifferent(java.util.Dictionary newConfig)
Returns whether configuration being proposed as new is really different.

Parameters:
newConfig -
Returns:
Whether configuration being proposed as new is really different.

destroy

public void destroy()
Destroys this instance of NtpServer.



Copyright © 2003-2007 The Apache Software Foundation. All Rights Reserved.