netx.jnlp.runtime
Class AppThreadGroup
ThreadGroup
netx.jnlp.runtime.AppThreadGroup
public class AppThreadGroup
extends ThreadGroup
Thread group for a JNLP application.
AppThreadGroup(ThreadGroup parent, String name) - Creates new JavaAppThreadGroup
|
AppThreadGroup
public AppThreadGroup(ThreadGroup parent,
String name)
Creates new JavaAppThreadGroup
getApplication
public ApplicationInstance getApplication()
Returns the JNLP app for this thread group.
setApplication
public void setApplication(ApplicationInstance app)
Sets the JNLP app this group is for; can only be called once.
uncaughtException
public void uncaughtException(Thread t,
Throwable e)
Handle uncaught exceptions for the app.