Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.client.message
Class XMessageReceiverThreadJSON

java.lang.Object
  extended by java.lang.Thread
      extended by waggle.core.utils.XThread
          extended by waggle.client.message.XMessageReceiverThread
              extended by waggle.client.message.XMessageReceiverThreadJSON

All Implemented Interfaces:
Runnable

public class XMessageReceiverThreadJSON
extends XMessageReceiverThread

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

XMessageReceiverThreadJSON

public XMessageReceiverThreadJSON(XAPI api)
Construct an XMessageReceiverThreadJSON object with the specified XAPI instance and path.
Parameters:
api - The XAPI instance to use.

Method Detail

executeResponse

public void executeResponse(String responseString)
Description copied from class: XMessageReceiverThread
This must be implemented in a subclass.
Parameters:
responseString - The response string.

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.