TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoApi
Class CallbackThread

java.lang.Object
  extended by java.lang.Thread
      extended by fr.esrf.TangoApi.CallbackThread
All Implemented Interfaces:
ApiDefs, java.lang.Runnable

public class CallbackThread
extends java.lang.Thread
implements ApiDefs

This class get the asynchronous call result and send it to a CallBack object.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Fields inherited from interface fr.esrf.TangoApi.ApiDefs
ALL_ASYNCH, ATT_R, ATT_W, CALLBACK, CMD, D_TCP, D_UDP, FROM_ATTR, FROM_CMD, FROM_DBASE, FROM_IOR, LOGGING_DEBUG, LOGGING_ERROR, LOGGING_FATAL, LOGGING_INFO, LOGGING_OFF, LOGGING_WARN, MISC, NO_TIMEOUT, POLLING, protocol_name, PULL_CALLBACK, PUSH_CALLBACK, TACO, TANGO
 
Constructor Summary
CallbackThread(fr.esrf.TangoApi.AsyncCallObject aco)
          Object constructor
 
Method Summary
 void run()
          Start thread.
 
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, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallbackThread

public CallbackThread(fr.esrf.TangoApi.AsyncCallObject aco)
Object constructor

Parameters:
aco - Asynchronous call object
Method Detail

run

public void run()
Start thread.

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

TANGO Java API
( TangORB-7.3.3.jar)