|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscheduler.modules.ConnectionsFinderTasksManager
A manager used to store the tasks for the process of finding connections for the single travel part.
Field Summary | |
private java.util.Stack |
stack
A stack used to store the tasks. |
Constructor Summary | |
ConnectionsFinderTasksManager()
Constructor. |
Method Summary | |
void |
AddTask(ConnectionsFinderTask task)
Adds a task to the manager to be stored for a later execution. |
void |
Clear()
Removes all the tasks from the manager. |
ConnectionsFinderTask |
GetTask()
Gets a task to be performed. |
int |
GetTasksCount()
Gets a number of tasks stored in the manager. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Stack stack
Constructor Detail |
public ConnectionsFinderTasksManager()
Method Detail |
public void AddTask(ConnectionsFinderTask task)
ConnectionsFinderTasksManager
AddTask
in interface ConnectionsFinderTasksManager
task
- A task to the manager to be stored for a later execution.ConnectionsFinderTasksManager.AddTask(ConnectionsFinderTask)
public ConnectionsFinderTask GetTask()
ConnectionsFinderTasksManager
GetTask
in interface ConnectionsFinderTasksManager
ConnectionsFinderTasksManager.GetTask()
public void Clear()
ConnectionsFinderTasksManager
Clear
in interface ConnectionsFinderTasksManager
ConnectionsFinderTasksManager.Clear()
public int GetTasksCount()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |