| 
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
java.lang.Thread
      
waggle.core.utils.XThread
          
waggle.client.message.XMessageReceiverThread
              
waggle.client.message.XMessageReceiverThreadJSON
public class XMessageReceiverThreadJSON
Client backchannel Message Processor Thread.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class waggle.core.utils.XThread | 
|---|
waggle.core.utils.XThread.LifeCycle | 
| Nested classes/interfaces inherited from class java.lang.Thread | 
|---|
Thread.State, Thread.UncaughtExceptionHandler | 
| Field Summary | 
|---|
| Fields inherited from class java.lang.Thread | 
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY | 
| Constructor Summary | |
|---|---|
XMessageReceiverThreadJSON(XAPI api)Construct an XMessageReceiverThreadJSON object with the specified XAPI instance and path.  | 
|
| Method Summary | |
|---|---|
 void | 
executeResponse(String responseString)This must be implemented in a subclass.  | 
| Methods inherited from class waggle.client.message.XMessageReceiverThread | 
|---|
run | 
| Methods inherited from class waggle.core.utils.XThread | 
|---|
isRunning, isRunning, isRunning, sleep, start, stopThread | 
| Methods inherited from class java.lang.Thread | 
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, stop, stop, suspend, toString, yield | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public XMessageReceiverThreadJSON(XAPI api)
api - The XAPI instance to use.| Method Detail | 
|---|
public void executeResponse(String responseString)
XMessageReceiverThreadresponseString - The response string.
  | 
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||