|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.mmapps.commons.bridge.CloudThreadLocal
public class CloudThreadLocal
Constructor Summary | |
---|---|
CloudThreadLocal()
|
Method Summary | |
---|---|
static void |
bind(org.mmbase.bridge.Cloud cloud)
Associates the given cloud with the current thread of execution. |
static org.mmbase.bridge.Cloud |
currentCloud()
|
static org.mmbase.bridge.Cloud |
unbind()
Unassociate a previously bound cloud from the current thread of execution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CloudThreadLocal()
Method Detail |
---|
public static org.mmbase.bridge.Cloud currentCloud()
public static void bind(org.mmbase.bridge.Cloud cloud)
cloud
- The cloud to bind.public static org.mmbase.bridge.Cloud unbind()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |