Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cips.server.phone
Class ZyxelISDN  view ZyxelISDN download ZyxelISDN.java

java.lang.Object
  extended byjava.lang.Thread
      extended bycips.server.phone.RouterEngine
          extended bycips.server.phone.ZyxelISDN
All Implemented Interfaces:
java.lang.Runnable

public class ZyxelISDN
extends RouterEngine


Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class cips.server.phone.RouterEngine
listenerList
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ZyxelISDN(java.io.File logFile)
           
ZyxelISDN(int portNr)
          Constructors *
 
Method Summary
private  int getPhone(java.lang.String s)
           
private  void processCall(java.lang.String s)
           
protected  void processIncoming(java.lang.String s)
          Protected Methods *
protected  void processOffHook(java.lang.String s)
           
protected  void processOnHook(java.lang.String s)
           
 
Methods inherited from class cips.server.phone.RouterEngine
addListener, removeListener, run
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZyxelISDN

public ZyxelISDN(int portNr)
Constructors *


ZyxelISDN

public ZyxelISDN(java.io.File logFile)
Method Detail

processIncoming

protected void processIncoming(java.lang.String s)
Protected Methods *

Overrides:
processIncoming in class RouterEngine

processCall

private void processCall(java.lang.String s)

processOnHook

protected void processOnHook(java.lang.String s)

processOffHook

protected void processOffHook(java.lang.String s)

getPhone

private int getPhone(java.lang.String s)