zisko.multicastor.program.mmrp
Class ThreadKeepPathAlive

java.lang.Object
  extended by zisko.multicastor.program.mmrp.ThreadKeepPathAlive
All Implemented Interfaces:
java.lang.Runnable

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

This class maintains the MMRP path connection.


Constructor Summary
ThreadKeepPathAlive(byte[] deviceMACAddress, byte[] streamMACAddress)
           
 
Method Summary
 void run()
           
 void waitForEmpty()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadKeepPathAlive

public ThreadKeepPathAlive(byte[] deviceMACAddress,
                           byte[] streamMACAddress)
                    throws java.io.IOException
Throws:
java.io.IOException
Method Detail

waitForEmpty

public void waitForEmpty()

run

public void run()
Specified by:
run in interface java.lang.Runnable