|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdea.hc.jds.QueueProcessor
Title: Queue Processor
Description: Class Take records from the Hc_echo table, act on them, log what we did and then mark the record
from the Hc_echo table
Copyright: Copyright (c) 2005
Company: RMRR
@author David Abigt
@version 1.0
Field Summary | |
static java.lang.Integer[] |
UNITS_MAP
|
static java.lang.String |
XCODES_MAP
map house code int to char |
Fields inherited from interface dea.common.IDebugLevels |
BASIC, DEBUG_ALL, ERROR, METH_DETAIL, METH_ENTER, METH_EXIT, METH_EXT, METH_GET, METH_SET, METH_VARS, SHOW_PASS |
Method Summary | |
java.util.HashMap |
getDevs()
|
static QueueProcessor |
getInstance()
get singleton |
boolean |
isRunning()
|
static void |
main(java.lang.String[] args)
Can be used to log echos from a Time Commander but mainly for testing |
void |
run()
Thread entry point. |
void |
setRunning(boolean running)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String XCODES_MAP
public static final java.lang.Integer[] UNITS_MAP
Method Detail |
public static QueueProcessor getInstance() throws java.sql.SQLException
java.sql.SQLException
public boolean isRunning()
public void setRunning(boolean running)
public java.util.HashMap getDevs()
public void run()
run
in interface java.lang.Runnable
public static void main(java.lang.String[] args)
args
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |