org.openorb.ins
Class CallbackRegistration

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.openorb.ins.CallbackRegistration
All Implemented Interfaces:
java.lang.Runnable

public class CallbackRegistration
extends java.lang.Thread

This class initializes the callback manager in a specific thread

Author:
Marina Daniel

Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
CallbackRegistration(CallbackManager callback)
          Constructor
 
Method Summary
 void run()
          execution of the thread
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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

CallbackRegistration

public CallbackRegistration(CallbackManager callback)
Constructor
Method Detail

run

public void run()
execution of the thread
Overrides:
run in class java.lang.Thread