|
ColdBox Platform - MockBox Version 1.3 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
mockbox.system.core.cf.ThreadWrapper
public class ThreadWrapper
A thread wrapping utility
| Constructor Summary | |
|---|---|
init(any target)
Constructor |
|
| Method Summary | |
|---|---|
any |
getTarget()
Get target object |
string |
invoker(string method, [struct argCollection='[runtime expression]'])
Executes a method on the target asynchronously |
any |
onMissingMethod(string missingMethodName, struct missingMethodArguments)
|
void |
setTarget(any target)
Set target object |
| 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 |
|---|
public any getTarget()
public string invoker(string method, [struct argCollection='[runtime expression]'])
method - Name of the method to invokeargCollection - Called with an argument collection structpublic any onMissingMethod(string missingMethodName, struct missingMethodArguments)
missingMethodName - missingMethodArguments - public void setTarget(any target)
target
|
ColdBox Platform - MockBox Version 1.3 | ||||
| FRAMES | |||||