com.intel.bluetooth
Class UtilsJavaSE
java.lang.Object
com.intel.bluetooth.UtilsJavaSE
public class UtilsJavaSE
- extends Object
J2ME/J9 compatibility module.
Your application should not use this class directly.
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
threadSetDaemon
public static void threadSetDaemon(Thread thread)
- Marks the thread as a daemon thread. The Java Virtual Machine exits when
the only threads running are all daemon threads.
- See Also:
Thread.setDaemon(boolean)
initCause
public static Throwable initCause(Throwable throwable,
Throwable cause)