| java.lang.Object clime.messadmin.model.Application
activeSessions | final protected Map activeSessions(Code) | | |
cumulativeRequests | final protected Request cumulativeRequests(Code) | | |
passiveSessions | final protected Map passiveSessions(Code) | | |
userData | final protected Map userData(Code) | | Map of user-defined data to store in the Application scope.
This is mainly used for plugins (key == plugin FQ name, for example)
|
addUsedTime | public void addUsedTime(int duration)(Code) | | |
getActiveSessionInfos | public Set getActiveSessionInfos()(Code) | | all known active SessionsInfo for this application |
getActiveSessions | public Set getActiveSessions()(Code) | | all known active Sessions for this application |
getActiveSessionsIds | public Set getActiveSessionsIds()(Code) | | all known active Sessions ids for this application |
getPassiveSessions | public Set getPassiveSessions()(Code) | | all known passive Sessions for this application |
getPassiveSessionsIds | public Set getPassiveSessionsIds()(Code) | | all known passive Sessions ids for this application |
getSession | public Session getSession(String sessionId)(Code) | | Parameters: sessionId - active Session associated with sessionId |
getUserData | public Map getUserData()(Code) | | Returns the userData. |
injectPermanentMessage | public boolean injectPermanentMessage(String message)(Code) | | If message if blank or null, remove ServletContext attribute, otherwise inject message into ServletContext
Parameters: message - |
registerContextPath | public void registerContextPath(String contextPath)(Code) | | |
|
|