| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskManagerProfile | |
fipaos.agent | |
fipaos.agent.profile | |
fipaos.agent.task | |
fipaos.tool.wizard.panels |
Uses of TaskManagerProfile in fipaos.agent |
Methods in fipaos.agent with parameters of type TaskManagerProfile | |
TaskManager | FIPAOSAgentComponentFactory.getTM(FIPAOSAgent agent, MessageSender ms, Task top_level_task, TaskManagerProfile tmp) Generates a TaskManager implementation |
TaskManager | StandardFIPAOSAgentComponentFactory.getTM(FIPAOSAgent agent, MessageSender ms, Task top_level_task, TaskManagerProfile tmp) Generates a TaskManager implementation |
Uses of TaskManagerProfile in fipaos.agent.profile |
Classes in fipaos.agent.profile that implement TaskManagerProfile | |
class | TaskManagerProfileImpl |
Methods in fipaos.agent.profile that return TaskManagerProfile | |
TaskManagerProfile | AgentProfile.getTaskManagerProfile() |
TaskManagerProfile | AgentProfileImpl.getTaskManagerProfile() |
Methods in fipaos.agent.profile with parameters of type TaskManagerProfile | |
void | AgentProfile.setTaskManagerProfile(TaskManagerProfile taskManagerProfile) |
void | AgentProfileImpl.setTaskManagerProfile(TaskManagerProfile taskManagerProfile) |
Uses of TaskManagerProfile in fipaos.agent.task |
Constructors in fipaos.agent.task with parameters of type TaskManagerProfile | |
TaskManager.TaskManager(FIPAOSAgent owner, MessageSender ms, Task top_level_parent, TaskManagerProfile tmp) Constructs an empty task manager. |
Uses of TaskManagerProfile in fipaos.tool.wizard.panels |
Constructors in fipaos.tool.wizard.panels with parameters of type TaskManagerProfile | |
ManageThreadPoolDlg.ManageThreadPoolDlg(java.awt.Frame parent, boolean modal, boolean modified, TaskManagerProfile task_man_profile) Creates new form ManageThreadPoolDlg |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |