|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.ThreadGroup | +--netx.jnlp.runtime.AppThreadGroup
Thread group for a JNLP application.
Constructor Summary | |
AppThreadGroup(java.lang.ThreadGroup parent,
java.lang.String name)
Creates new JavaAppThreadGroup |
Method Summary | |
ApplicationInstance |
getApplication()
Returns the JNLP app for this thread group. |
void |
setApplication(ApplicationInstance app)
Sets the JNLP app this group is for; can only be called once. |
void |
uncaughtException(java.lang.Thread t,
java.lang.Throwable e)
Handle uncaught exceptions for the app. |
Methods inherited from class java.lang.ThreadGroup |
activeCount, activeGroupCount, allowThreadSuspension, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AppThreadGroup(java.lang.ThreadGroup parent, java.lang.String name)
name
- of the AppMethod Detail |
public void setApplication(ApplicationInstance app)
public ApplicationInstance getApplication()
public void uncaughtException(java.lang.Thread t, java.lang.Throwable e)
uncaughtException
in class java.lang.ThreadGroup
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |