cnrg.itx.gtwy
Class RecordChannel

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

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

Takes care of sending voice data from the primary channel from the phone to the computer network.


Constructor Summary
protected RecordChannel(Line lin, cnrg.itx.datax.Connection c, ChannelControl cc, Gateway g)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordChannel

protected RecordChannel(Line lin,
                        cnrg.itx.datax.Connection c,
                        ChannelControl cc,
                        Gateway g)
Parameters:
lin - the Line instance corresponding to RecordChannel's line. Contains information regarding the line.
c - the Connection instance needed for data transfer with the computer network.
cc - the ChannelControl object responsible for controlling the primary channel.
g - the Gateway instance. Needed to access line state.
See Also:
Line, ChannelControl, Gateway, Connection
Method Detail

run

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