public class EntityMultiAsyncTasks extends Object
Constructor and Description |
---|
EntityMultiAsyncTasks(Object containerID) |
Modifier and Type | Method and Description |
---|---|
void |
AttachTask(EntityAsyncTask asyncTask) |
void |
ClearTasks() |
VdcActionType |
getActionType() |
boolean |
getAllCleared() |
Object |
getContainerId() |
EndedTasksInfo |
getEndedTasksInfo() |
int |
getTasksCountCurrentActionType() |
void |
MarkAllWithAttemptingEndAction() |
void |
Repoll() |
protected void |
resetActionTypeIfNecessary()
Reset the action type if all the current action type's tasks are cleared, so that if there are any other tasks
in the list they will get treated correctly.
|
void |
setActionType(VdcActionType value) |
boolean |
ShouldEndAction() |
protected void |
StartPollingNextTask() |
void |
StartPollingTask(Guid TaskID) |
public EntityMultiAsyncTasks(Object containerID)
public VdcActionType getActionType()
public void setActionType(VdcActionType value)
public Object getContainerId()
public void AttachTask(EntityAsyncTask asyncTask)
public boolean ShouldEndAction()
public void MarkAllWithAttemptingEndAction()
public EndedTasksInfo getEndedTasksInfo()
public int getTasksCountCurrentActionType()
public void Repoll()
protected void resetActionTypeIfNecessary()
public void ClearTasks()
protected void StartPollingNextTask()
public void StartPollingTask(Guid TaskID)
public boolean getAllCleared()
Copyright © 2012. All Rights Reserved.