Searched refs:SafeThread (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DThreadControllerWrapper.java58 final class SafeThread extends Thread { class in class:ThreadControllerWrapper.ThreadController
61 public SafeThread(Runnable target) { method in class:ThreadControllerWrapper.ThreadController.SafeThread
68 + " SafeThread cannot be called from another thread.");
76 + " SafeThread cannot be called more than once.");
99 Thread t = new SafeThread(task);

Completed in 28 milliseconds