protected void removeThread(RealtimeThread thread) {
   removeThread(thread.getUID());
 }
 protected void addThread(RealtimeThread thread) {
   addThread(thread.getUID());
 }