com.sentilla.system
Class Isolate
java.lang.Object
java.lang.ThreadGroup
com.sentilla.system.Isolate
public class Isolate
- extends ThreadGroup
Private: For Sentilla internal use only.
Isolate
public Isolate(Binary bin)
handleUncaughtException
public static void handleUncaughtException()
setUncaughtExceptionHandler
public static void setUncaughtExceptionHandler(UncaughtExceptionHandler h)
getUncaughtExceptionHandler
public static UncaughtExceptionHandler getUncaughtExceptionHandler()
getBinary
public Binary getBinary()
currentGroup
public ThreadGroup currentGroup()
- Gets the current isolate context.
currentIsolate
public static Isolate currentIsolate()
getIsolates
public static Enumeration getIsolates()
start
public void start()
exit
public void exit(int code)
- Stop the isolate.
getChildThreadCount
public int getChildThreadCount()
- Gets the number of child threads of this isolate.
isAlive
public boolean isAlive()
- Determines if this isolate has been (re)started and not yet
(re)hibernated or exited.
containsThread
protected boolean containsThread(Thread t)
getCurrentIsolate
public static Isolate getCurrentIsolate()
Copyright © 2007 Sentilla Corporation. All Rights Reserved.