Package com.mckoi.database.jdbc
Class MConnection.TriggerDispatchThread
- java.lang.Object
-
- java.lang.Thread
-
- com.mckoi.database.jdbc.MConnection.TriggerDispatchThread
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- MConnection
private class MConnection.TriggerDispatchThread extends java.lang.ThreadThe thread that handles all dispatching of trigger events.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Vectortrigger_messages_queue
-
Constructor Summary
Constructors Constructor Description TriggerDispatchThread()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voiddispatchTrigger(java.lang.String event_message)Dispatches a trigger message to the listeners.voidrun()-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-