|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.aggregator.CurrentWorkerContext
public final class CurrentWorkerContext
Maintains a context attributes for the current Thread
Method Summary | |
---|---|
static java.lang.Object |
getAttribute(java.lang.String name)
|
static java.util.Enumeration |
getAttributeNames()
Returns an Enumeration containing the names of the attributes available to this Thread. |
static boolean |
getParallelRenderingMode()
|
static void |
removeAllAttributes()
Removes all attributes from this Thread. |
static void |
removeAttribute(java.lang.String name)
Removes an attribute from this Thread. |
static void |
setAttribute(java.lang.String name,
java.lang.Object o)
Stores an attribute in this Thread. |
static void |
setParallelRenderingMode(boolean parallelMode)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.Enumeration getAttributeNames()
public static java.lang.Object getAttribute(java.lang.String name)
attrName
- Locale for this Thread
public static void setAttribute(java.lang.String name, java.lang.Object o)
name
- - a String specifying the name of the attributeo
- - the Object to be storedpublic static void removeAttribute(java.lang.String name)
name
- - a String specifying the name of the attributepublic static void removeAllAttributes()
public static void setParallelRenderingMode(boolean parallelMode)
public static boolean getParallelRenderingMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |