railo.runtime.thread
Class ChildThreadImpl
java.lang.Object
java.lang.Thread
railo.runtime.thread.ChildThread
railo.runtime.thread.ChildThreadImpl
- All Implemented Interfaces:
- Serializable, Runnable
public class ChildThreadImpl
- extends ChildThread
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Thread |
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 |
ChildThreadImpl
public ChildThreadImpl(PageContextImpl parent,
Page page,
String tagName,
int threadIndex,
Struct attrs,
boolean serializable)
getPageContext
public PageContext getPageContext()
run
public void run()
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
execute
public PageException execute(Config config)
getTagName
public String getTagName()
- Specified by:
getTagName
in class ChildThread
getStartTime
public long getStartTime()
- Specified by:
getStartTime
in class ChildThread
getThreadScope
public Threads getThreadScope()
terminated
public void terminated()
- Description copied from class:
ChildThread
- this method is invoked when thread is terminated by user interaction
- Specified by:
terminated
in class ChildThread
getTemplate
public String getTemplate()
- Returns:
- the pageSource
Copyright © 2012 Railo