| Package | Description |
|---|---|
| org.gcube.portlets.user.td.gwtservice.server | |
| org.gcube.portlets.user.td.gwtservice.shared.monitor |
| Modifier and Type | Method and Description |
|---|---|
static TaskWrapper |
SessionUtil.getStartedTask(javax.servlet.http.HttpSession httpSession,
String taskId)
Retrieve task started
|
| Modifier and Type | Method and Description |
|---|---|
static HashMap<String,TaskWrapper> |
SessionUtil.getAbortedTaskMap(javax.servlet.http.HttpSession httpSession)
Retrieve Aborted Task Map
|
static HashMap<String,TaskWrapper> |
SessionUtil.getHiddenTaskMap(javax.servlet.http.HttpSession httpSession)
Retrive Hidden Task Map
|
static HashMap<String,TaskWrapper> |
SessionUtil.getTaskInBackgroundMap(javax.servlet.http.HttpSession httpSession)
Retrieve Tasks In Background
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SessionUtil.removeStartedTask(javax.servlet.http.HttpSession httpSession,
TaskWrapper taskWrapper)
Remove Task Started
|
static void |
SessionUtil.removeTaskInBackground(javax.servlet.http.HttpSession httpSession,
TaskWrapper taskWrapper)
Reomove Task from Tasks In Background
|
static void |
SessionUtil.setAbortedTasks(javax.servlet.http.HttpSession httpSession,
TaskWrapper taskWrapper) |
static void |
SessionUtil.setHiddenTask(javax.servlet.http.HttpSession httpSession,
TaskWrapper taskWrapper) |
static void |
SessionUtil.setStartedTask(javax.servlet.http.HttpSession httpSession,
TaskWrapper taskWrapper)
Add Task Started
|
static void |
SessionUtil.setTaskInBackground(javax.servlet.http.HttpSession httpSession,
TaskWrapper taskWrapper)
Add Task In Background
|
| Modifier and Type | Field and Description |
|---|---|
protected TaskWrapper |
BackgroundOperationMonitorCreator.taskWrapper |
| Constructor and Description |
|---|
BackgroundOperationMonitorCreator(javax.servlet.http.HttpSession session,
org.gcube.application.framework.core.session.ASLSession aslSession,
TaskWrapper taskWrapper,
OperationMonitorSession operationMonitorSession) |
OperationMonitorCreator(javax.servlet.http.HttpSession session,
org.gcube.application.framework.core.session.ASLSession aslSession,
TaskWrapper taskWrapper,
OperationMonitorSession operationMonitorSession) |
Copyright © 2016. All Rights Reserved.