ist.palcom.mal
Class IRReceiverThread

java.lang.Object
  extended by ist.palcom.palcomthreads.PalcomThread
      extended by ist.palcom.palcomthreads.PalcomPriorityThread
          extended by ist.palcom.mal.CommunicationThread
              extended by ist.palcom.mal.IRReceiverThread

public class IRReceiverThread
extends CommunicationThread


Constructor Summary
IRReceiverThread(PalcomScheduler scheduler, IRMediaManager mediaManager, String urlPrefix)
           
 
Method Summary
 URL getURL()
           
 void run()
          This method is overridden by subclasses.
 
Methods inherited from class ist.palcom.palcomthreads.PalcomPriorityThread
getPriority, setPriority
 
Methods inherited from class ist.palcom.palcomthreads.PalcomThread
askEvent, disableIOEvents, disablePeriodicEvents, enableIOEvent, enablePeriodicEvents, getScheduler, putEvent, terminate, waitEvent, yield
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, println, toString
 

Constructor Detail

IRReceiverThread

public IRReceiverThread(PalcomScheduler scheduler,
                        IRMediaManager mediaManager,
                        String urlPrefix)
Method Detail

getURL

public URL getURL()
Specified by:
getURL in class CommunicationThread
Returns:
The URL for sending messages to this thread, a URL this thread listens at (protocol-specific URL).

run

public void run()
Description copied from class: PalcomThread
This method is overridden by subclasses.

Overrides:
run in class PalcomThread