public class ChannelTaskContextImpl extends Object implements IChannelTaskContext
| Modifier | Constructor and Description |
|---|---|
protected |
ChannelTaskContextImpl(List<TaskContainer> dueTaskList) |
| Modifier and Type | Method and Description |
|---|---|
List<IChannelTask> |
currentProcessedTaskList()
getter for current processing task list
|
IChannel |
getQueue()
getter for queue
|
ITaskControl |
getTaskControl()
getter for task control
|
IPropertyBlock |
getTaskPropertyBlock()
getter for task property block
|
void |
resetCurrentProcessedTaskList() |
void |
setDueTask(TaskContainer dueTask) |
void |
setQueue(IChannel queue) |
protected ChannelTaskContextImpl(List<TaskContainer> dueTaskList)
public IChannel getQueue()
IChannelTaskContextgetQueue in interface IChannelTaskContextpublic IPropertyBlock getTaskPropertyBlock()
IChannelTaskContextgetTaskPropertyBlock in interface IChannelTaskContextpublic ITaskControl getTaskControl()
IChannelTaskContextgetTaskControl in interface IChannelTaskContextpublic List<IChannelTask> currentProcessedTaskList()
IChannelTaskContextcurrentProcessedTaskList in interface IChannelTaskContextpublic void setQueue(IChannel queue)
public void resetCurrentProcessedTaskList()
public void setDueTask(TaskContainer dueTask)
Copyright © 2020. All rights reserved.