public class ChildThreadImpl extends ChildThread implements Serializable
Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
ChildThreadImpl(PageContextImpl parent,
Page page,
String tagName,
int threadIndex,
Struct attrs,
boolean serializable) |
Modifier and Type | Method and Description |
---|---|
PageException |
execute(Config config) |
PageContext |
getPageContext() |
long |
getStartTime() |
String |
getTagName() |
String |
getTemplate() |
Threads |
getThreadScope() |
void |
run() |
void |
terminated()
this method is invoked when thread is terminated by user interaction
|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public ChildThreadImpl(PageContextImpl parent, Page page, String tagName, int threadIndex, Struct attrs, boolean serializable)
public PageContext getPageContext()
public PageException execute(Config config)
public String getTagName()
getTagName
in class ChildThread
public long getStartTime()
getStartTime
in class ChildThread
public Threads getThreadScope()
public void terminated()
ChildThread
terminated
in class ChildThread
public String getTemplate()
Copyright © 2015 Lucee