org.mmbase.module.core.change
Class UnicastChangesSender

java.lang.Object
  extended byorg.mmbase.module.core.change.UnicastChangesSender
All Implemented Interfaces:
java.lang.Runnable

public class UnicastChangesSender
extends java.lang.Object
implements java.lang.Runnable

UnicastChangesSender is a thread object sending the nodes found in the sending queue over unicast connections

Version:
$Id: UnicastChangesSender.java,v 1.1.2.1 2004/10/09 10:51:43 nico Exp $
Author:
Nico Klasens

Constructor Summary
UnicastChangesSender(int unicastPort, int unicastTimeout, Queue nodesToSend, MMBase mmbase)
          Construct UniCast Sender
 
Method Summary
 void run()
          Run thread
 void start()
          Start thread
 void stop()
          Stop thread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicastChangesSender

public UnicastChangesSender(int unicastPort,
                            int unicastTimeout,
                            Queue nodesToSend,
                            MMBase mmbase)
Construct UniCast Sender

Parameters:
unicastPort - port of the unicast connections
unicastTimeout - timeout on the connections
nodesToSend - Queue of messages to send
mmbase - MMBase instance
Method Detail

start

public void start()
Start thread


stop

public void stop()
Stop thread


run

public void run()
Run thread

Specified by:
run in interface java.lang.Runnable


MMBase build 1.7.4.20050922