public class MoSKitoWebUIContext
extends java.lang.Object
| Constructor and Description |
|---|
MoSKitoWebUIContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(java.lang.String attributeName,
java.io.Serializable attributeValue) |
AnalyzedProducerCallsAOSortType |
getAnalyzeProducerCallsSortType() |
java.io.Serializable |
getAttribute(java.lang.String attributeName) |
static MoSKitoWebUIContext |
getCallContext()
Returns the APICallContext assigned to this thread.
|
static MoSKitoWebUIContext |
getCallContextAndReset() |
java.lang.String |
getCurrentIntervalName() |
javax.servlet.http.HttpSession |
getCurrentSession() |
TimeUnit |
getCurrentTimeUnit() |
static void |
remove()
Removes the thread local instance of the api call context, in order to prevent webapp redeployment leaks.
|
void |
setAnalyzeProducerCallsSortType(AnalyzedProducerCallsAOSortType analyzeProducerCallsSortType) |
void |
setCurrentIntervalName(java.lang.String currentIntervalName) |
void |
setCurrentSession(javax.servlet.http.HttpSession currentSession) |
void |
setCurrentTimeUnit(TimeUnit currentTimeUnit) |
public javax.servlet.http.HttpSession getCurrentSession()
public void setCurrentSession(javax.servlet.http.HttpSession currentSession)
public TimeUnit getCurrentTimeUnit()
public void setCurrentTimeUnit(TimeUnit currentTimeUnit)
public java.lang.String getCurrentIntervalName()
public void setCurrentIntervalName(java.lang.String currentIntervalName)
public AnalyzedProducerCallsAOSortType getAnalyzeProducerCallsSortType()
public void setAnalyzeProducerCallsSortType(AnalyzedProducerCallsAOSortType analyzeProducerCallsSortType)
public static MoSKitoWebUIContext getCallContext()
public static MoSKitoWebUIContext getCallContextAndReset()
public static void remove()
public void addAttribute(java.lang.String attributeName,
java.io.Serializable attributeValue)
public java.io.Serializable getAttribute(java.lang.String attributeName)
Copyright © 2010-2020 anotheria.net. All Rights Reserved.