public class AllHistoryAndLiveSession
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addHistroySession(SessionProvider sessionIDInfor) |
JSONArray |
getAllHistorySessionInfo() |
JSONArray |
getAllLiveSession(java.lang.String regex) |
int |
getHistorySessionSometimeAgo(int timeMillsecond) |
static AllHistoryAndLiveSession |
getInstance() |
JSONObject |
getInterruptSessionInfo() |
JSONObject |
getMemoryKillSessionInfo() |
int |
getNewlyAddedSessionCount(int interval) |
public static AllHistoryAndLiveSession getInstance()
public JSONArray getAllHistorySessionInfo() throws JSONException
JSONExceptionpublic int getHistorySessionSometimeAgo(int timeMillsecond)
throws JSONException
JSONExceptionpublic void addHistroySession(SessionProvider sessionIDInfor)
public JSONArray getAllLiveSession(java.lang.String regex) throws JSONException
JSONExceptionpublic int getNewlyAddedSessionCount(int interval)
public JSONObject getInterruptSessionInfo()
public JSONObject getMemoryKillSessionInfo()