|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.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)
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)
Thread
public void settarget(any target)
target
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |