public class MoSKitoWebUIContext extends Object
| Constructor and Description |
|---|
MoSKitoWebUIContext() |
| Modifier and Type | Method and Description |
|---|---|
AnalyzedProducerCallsAOSortType |
getAnalyzeProducerCallsSortType() |
static MoSKitoWebUIContext |
getCallContext()
Returns the APICallContext assigned to this thread.
|
static MoSKitoWebUIContext |
getCallContextAndReset() |
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(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 String getCurrentIntervalName()
public void setCurrentIntervalName(String currentIntervalName)
public AnalyzedProducerCallsAOSortType getAnalyzeProducerCallsSortType()
public void setAnalyzeProducerCallsSortType(AnalyzedProducerCallsAOSortType analyzeProducerCallsSortType)
public static MoSKitoWebUIContext getCallContext()
public static MoSKitoWebUIContext getCallContextAndReset()
public static void remove()
Copyright © 2010-2015 anotheria.net. All Rights Reserved.