org.gcube.portlets.user.td.gwtservice.server.trservice
Class TRTasksManager
java.lang.Object
org.gcube.portlets.user.td.gwtservice.server.trservice.TRTasksManager
- All Implemented Interfaces:
- Serializable
public class TRTasksManager
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Field Summary |
protected HashMap<Long,org.gcube.data.analysis.tabulardata.service.operation.Task> |
trTasksMap
|
|
Method Summary |
void |
add(org.gcube.data.analysis.tabulardata.service.operation.Task trTask)
|
org.gcube.data.analysis.tabulardata.service.operation.Task |
get(Long id)
|
void |
remove(Long id)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
trTasksMap
protected HashMap<Long,org.gcube.data.analysis.tabulardata.service.operation.Task> trTasksMap
TRTasksManager
public TRTasksManager()
add
public void add(org.gcube.data.analysis.tabulardata.service.operation.Task trTask)
get
public org.gcube.data.analysis.tabulardata.service.operation.Task get(Long id)
remove
public void remove(Long id)
Copyright © 2013. All Rights Reserved.