org.apache.directory.server.ntp.service
Class NtpServiceImpl

java.lang.Object
  extended by org.apache.directory.server.ntp.service.NtpServiceImpl
All Implemented Interfaces:
NtpService

public class NtpServiceImpl
extends java.lang.Object
implements NtpService

Version:
$Rev: 501532 $, $Date: 2007-01-30 20:58:55 +0100 (Tue, 30 Jan 2007) $
Author:
Apache Directory Project

Constructor Summary
NtpServiceImpl()
           
 
Method Summary
 NtpMessage getReplyFor(NtpMessage request)
          Returns an NtpMessage reply for the given NtpMessage request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NtpServiceImpl

public NtpServiceImpl()
Method Detail

getReplyFor

public NtpMessage getReplyFor(NtpMessage request)
Description copied from interface: NtpService
Returns an NtpMessage reply for the given NtpMessage request.

Specified by:
getReplyFor in interface NtpService
Returns:
The NtpMessage reply.


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