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
JSONException
public int getHistorySessionSometimeAgo(int timeMillsecond) throws JSONException
JSONException
public void addHistroySession(SessionProvider sessionIDInfor)
public JSONArray getAllLiveSession(java.lang.String regex) throws JSONException
JSONException
public int getNewlyAddedSessionCount(int interval)
public JSONObject getInterruptSessionInfo()
public JSONObject getMemoryKillSessionInfo()