org.jmx4odp.j4oNet
Class BroadcastRequestHandler

java.lang.Object
  extended by org.jmx4odp.j4oNet.BroadcastRequestHandler

public class BroadcastRequestHandler
extends java.lang.Object

This object handles all MBeanResolver requests accepted by J4ONet. It process the UDP package and sends a reply. It spawns a thread for each request so that J4ONet can accept the next request.

Author:
Lucas McGregor

Constructor Summary
BroadcastRequestHandler(JmxServiceObj jso, java.net.DatagramPacket pckt, JsRegistryManagerMBean reg)
          Creates new DiscoveryBroadcastListener
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BroadcastRequestHandler

public BroadcastRequestHandler(JmxServiceObj jso,
                               java.net.DatagramPacket pckt,
                               JsRegistryManagerMBean reg)
Creates new DiscoveryBroadcastListener