box.system.core.util.concurrent.Callable interface">
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.core.util.ThreadWrapper
public class ThreadWrapper
A thread wrapping utility
| Constructor Summary | |
|---|---|
init(any target)
Constructor |
|
| Method Summary | |
|---|---|
private any |
getThread()
|
any |
gettarget()
Get target |
string |
invoker(string method, [struct argCollection='[runtime expression]'])
Executes a method on the target asynchronously |
private boolean |
isInsideCFThread()
See if the running thread is inside a cfthread |
private void |
setThread(any Thread)
|
void |
settarget(any target)
Set target |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(any target)
target - The target to wrap in this thread wrapper| Method Detail |
|---|
private any getThread()
public any gettarget()
public string invoker(string method, [struct argCollection='[runtime expression]'])
method - Name of the method to invokeargCollection - Called with an argument collection structprivate boolean isInsideCFThread()
private void setThread(any Thread)
Threadpublic void settarget(any target)
target
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||