|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSK.gnome.dwarf.GenericService
SK.gnome.dwarf.thread.ThreadService
SK.gnome.dwarf.thread.Handler
SK.gnome.dwarf.tcpip.UDPHandler
SK.gnome.dwarf.tcpip.rfc.UDPTimeHandler
UDP-based Time Service (RFC 868).
| Field Summary |
| Fields inherited from class SK.gnome.dwarf.thread.ThreadService |
daemon, thread |
| Fields inherited from class SK.gnome.dwarf.GenericService |
initParameters, parent |
| Fields inherited from interface SK.gnome.dwarf.Service |
INITIALIZED, LOG_DEBUG, LOG_ERROR, LOG_FATAL, LOG_INFO, LOG_TRACE, LOG_WARN, LOG_XFER, SHUTDOWN, STARTED, STOPPED |
| Constructor Summary | |
UDPTimeHandler(java.lang.String name)
Creates a new UDPTimeHandler. |
|
| Method Summary | |
protected void |
handle(java.net.DatagramPacket packet)
Handles the datagram packet. |
java.lang.String |
report()
Returns the service report. |
| Methods inherited from class SK.gnome.dwarf.tcpip.UDPHandler |
handle |
| Methods inherited from class SK.gnome.dwarf.thread.Handler |
enableThread, init, loop, start |
| Methods inherited from class SK.gnome.dwarf.thread.ThreadService |
finish, run, setDaemon, shutdown, stop |
| Methods inherited from class SK.gnome.dwarf.GenericService |
getAuthenticator, getAuthFacility, getFullName, getInitParameter, getInitParameterNames, getLogFacility, getLogger, getName, getParameters, getPrincipal, getShutdownTimeout, getState, log, log, login, logout, setAuthFacility, setInitParameters, setLogFacility, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UDPTimeHandler(java.lang.String name)
| Method Detail |
protected void handle(java.net.DatagramPacket packet)
UDPHandlerAn abstract method for processing the client datagrams. Must be overriden in order
to implement a real handler. It is called directly from the UDPHandler.handle(Object) method.
handle in class UDPHandlerpublic java.lang.String report()
Reportable
report in interface Reportable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||