phonebill.phonelog
Class PhoneLogParser.ID

java.lang.Object
  |
  +--phonebill.phonelog.PhoneLogParser.ID
Enclosing class:
PhoneLogParser

protected static class PhoneLogParser.ID
extends java.lang.Object

This inner class defines some static mnemonic constants for LogLine actions.


Field Summary
private static java.lang.String CLOSE
           
protected static int[][] CON_ACTIONS
           
private static java.lang.String CON_CONNECT
           
private static java.lang.String CON_DISCONNECT
           
protected static java.lang.String[][] CON_TOKENS
           
protected static int[] CON1_ACTIONS
           
protected static int CON1_CLOSE
           
protected static int CON1_CONNECT
           
protected static int CON1_DISCONNECT
           
protected static int CON1_OPEN
           
protected static java.lang.String[] CON1_TOKENS
           
protected static int[] CON2_ACTIONS
           
protected static int CON2_ATTACH
           
protected static int CON2_CLOSE
           
protected static int CON2_CONNECT
           
protected static int CON2_DETACH
           
protected static int CON2_DISCONNECT
           
protected static int CON2_INACTIVE
           
protected static int CON2_OPEN
           
protected static int CON2_SHUTDOWN
           
protected static int CON2_START
           
protected static int CON2_STOP
           
protected static java.lang.String[] CON2_TOKENS
           
protected static int[] CON3_ACTIONS
           
protected static int CON3_ATTACH
           
protected static int CON3_CLOSE
           
protected static int CON3_CONNECT
           
protected static int CON3_DETACH
           
protected static int CON3_DISCONNECT
           
protected static int CON3_OPEN
           
protected static int CON3_SHUTDOWN
           
protected static int CON3_START
           
protected static int CON3_STOP
           
protected static java.lang.String[] CON3_TOKENS
           
private static java.lang.String EXIT
           
private static java.lang.String OPEN
           
protected static int[] PPP_ACTIONS
           
protected static int PPP_CONNECT
           
protected static int PPP_DISCONNECT
           
protected static int PPP_START
           
protected static int PPP_STOP
           
protected static java.lang.String[] PPP_TOKENS
           
 
Constructor Summary
protected PhoneLogParser.ID()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

OPEN

private static final java.lang.String OPEN

CLOSE

private static final java.lang.String CLOSE

EXIT

private static final java.lang.String EXIT

CON_CONNECT

private static final java.lang.String CON_CONNECT

CON_DISCONNECT

private static final java.lang.String CON_DISCONNECT

PPP_START

protected static final int PPP_START

PPP_CONNECT

protected static final int PPP_CONNECT

PPP_DISCONNECT

protected static final int PPP_DISCONNECT

PPP_STOP

protected static final int PPP_STOP

PPP_ACTIONS

protected static final int[] PPP_ACTIONS

PPP_TOKENS

protected static final java.lang.String[] PPP_TOKENS

CON1_OPEN

protected static final int CON1_OPEN

CON1_CONNECT

protected static final int CON1_CONNECT

CON1_CLOSE

protected static final int CON1_CLOSE

CON1_DISCONNECT

protected static final int CON1_DISCONNECT

CON1_ACTIONS

protected static final int[] CON1_ACTIONS

CON1_TOKENS

protected static final java.lang.String[] CON1_TOKENS

CON2_START

protected static final int CON2_START

CON2_ATTACH

protected static final int CON2_ATTACH

CON2_OPEN

protected static final int CON2_OPEN

CON2_CONNECT

protected static final int CON2_CONNECT

CON2_CLOSE

protected static final int CON2_CLOSE

CON2_DISCONNECT

protected static final int CON2_DISCONNECT

CON2_DETACH

protected static final int CON2_DETACH

CON2_STOP

protected static final int CON2_STOP

CON2_SHUTDOWN

protected static final int CON2_SHUTDOWN

CON2_INACTIVE

protected static final int CON2_INACTIVE

CON2_ACTIONS

protected static final int[] CON2_ACTIONS

CON2_TOKENS

protected static final java.lang.String[] CON2_TOKENS

CON3_START

protected static final int CON3_START

CON3_ATTACH

protected static final int CON3_ATTACH

CON3_OPEN

protected static final int CON3_OPEN

CON3_CONNECT

protected static final int CON3_CONNECT

CON3_CLOSE

protected static final int CON3_CLOSE

CON3_DISCONNECT

protected static final int CON3_DISCONNECT

CON3_DETACH

protected static final int CON3_DETACH

CON3_STOP

protected static final int CON3_STOP

CON3_SHUTDOWN

protected static final int CON3_SHUTDOWN

CON3_ACTIONS

protected static final int[] CON3_ACTIONS

CON3_TOKENS

protected static final java.lang.String[] CON3_TOKENS

CON_TOKENS

protected static final java.lang.String[][] CON_TOKENS

CON_ACTIONS

protected static final int[][] CON_ACTIONS
Constructor Detail

PhoneLogParser.ID

protected PhoneLogParser.ID()