jgroup.relacs.mss
Class EventHandler

java.lang.Object
  extended by jgroup.relacs.mss.EventHandler
All Implemented Interfaces:
NIListener

public class EventHandler
extends java.lang.Object
implements NIListener

The EventHandler class handles all events, packets and timeout events generated by the various mss layer components and by the network interface threads.

Since:
Jgroup 3.0
Author:
Hein Meling

Method Summary
 void rnotify(java.net.DatagramPacket msg)
          Schedule remote packet for delivery up to the mss layer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

rnotify

public void rnotify(java.net.DatagramPacket msg)
Schedule remote packet for delivery up to the mss layer.

Specified by:
rnotify in interface NIListener
See Also:
NIListener.rnotify(java.net.DatagramPacket)


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.