484950515253545556575859
} } @Override public Thread newThread(Runnable runnable) { GeronimoManagedThread thread = (GeronimoManagedThread)super.newThread(runnable); // send JMX notification sendNotification(thread.getGbean()); return thread; }