public class CloudThreadLocal extends Object
| Constructor and Description |
|---|
CloudThreadLocal() |
| Modifier and Type | Method and Description |
|---|---|
static void |
bind(Cloud cloud)
Associates the given cloud with the current thread of execution.
|
static Cloud |
currentCloud() |
static Cloud |
unbind()
Unassociate a previously bound cloud from the current thread of execution.
|
public static Cloud currentCloud()
public static void bind(Cloud cloud)
cloud - The cloud to bind.public static Cloud unbind()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}