org.apache.directory.server.ntp
Interface NtpService

All Known Implementing Classes:
NtpServiceImpl

public interface NtpService

NTP Protocol (RFC 2030)

Version:
$Rev: 547539 $, $Date: 2007-06-15 08:08:06 +0200 (Fri, 15 Jun 2007) $
Author:
Apache Directory Project

Method Summary
 NtpMessage getReplyFor(NtpMessage request)
          Returns an NtpMessage reply for the given NtpMessage request.
 

Method Detail

getReplyFor

NtpMessage getReplyFor(NtpMessage request)
Returns an NtpMessage reply for the given NtpMessage request.

Parameters:
request -
Returns:
The NtpMessage reply.


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