public class SessionDataHandlerImpl extends Object implements SessionDataHandler
| Constructor and Description |
|---|
SessionDataHandlerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getGlobalSessionsExecutionData(Long executionId) |
Map<String,Object> |
getSessionsExecutionData(Long executionId,
Long branchId) |
void |
sessionTimeOutScheduler() |
void |
setGlobalSessionDataActive(Long executionId) |
void |
setGlobalSessionDataInactive(Long executionId) |
void |
setSessionDataActive(Long executionId,
Long branchId) |
void |
setSessionDataInactive(Long executionId,
Long branchId) |
public void sessionTimeOutScheduler()
sessionTimeOutScheduler in interface SessionDataHandlerpublic Map<String,Object> getSessionsExecutionData(Long executionId, Long branchId)
getSessionsExecutionData in interface SessionDataHandlerpublic Map<String,Object> getGlobalSessionsExecutionData(Long executionId)
getGlobalSessionsExecutionData in interface SessionDataHandlerpublic void setSessionDataActive(Long executionId, Long branchId)
setSessionDataActive in interface SessionDataHandlerpublic void setSessionDataInactive(Long executionId, Long branchId)
setSessionDataInactive in interface SessionDataHandlerpublic void setGlobalSessionDataActive(Long executionId)
setGlobalSessionDataActive in interface SessionDataHandlerpublic void setGlobalSessionDataInactive(Long executionId)
setGlobalSessionDataInactive in interface SessionDataHandlerCopyright © 2022. All rights reserved.