|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cnrg.itx.gtwy.PlayChannel
This class controls the second channel in a data connection. Second channel's only purpose is to send data to the phone.
Runnable
Field Summary | |
private Line |
myLine
The Line instance corresponding to PlayChannel's line. |
Constructor Summary | |
protected |
PlayChannel(Line lin)
|
Method Summary | |
(package private) static void |
|
private void |
playPacket(int chDev,
int lineNumber)
Plays voice data from a buffer to a phone. |
void |
run()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
Field Detail |
private Line myLine
Constructor Detail |
protected PlayChannel(Line lin)
lin
- the Line
instance corresponding to PlayChannel's
line.
Contains information regarding that line.Line
Method Detail |
static void()
public void run()
private void playPacket(int chDev, int lineNumber)
chDev
- the channel's device handler.lineNumber
- the channel's corresponding line number.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |