cnrg.itx.gtwy
Class PlayChannel

java.lang.Object
  |
  +--cnrg.itx.gtwy.PlayChannel

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

This class controls the second channel in a data connection. Second channel's only purpose is to send data to the phone.


Constructor Summary
protected PlayChannel(Line lin, ChannelControl cc)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayChannel

protected PlayChannel(Line lin,
                      ChannelControl cc)
Parameters:
lin - the Line instance corresponding to PlayChannel's line. Contains information regarding that line.
cc - the ChannelControl instance used to control PlayChannel's second channel.
See Also:
Line, ChannelControl
Method Detail

run

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