|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.synapse.task.TaskDescriptionRepository
public class TaskDescriptionRepository
Local repository for holds Task descriptions
| Constructor Summary | |
|---|---|
TaskDescriptionRepository()
|
|
| Method Summary | |
|---|---|
void |
addTaskDescription(TaskDescription taskDescription)
Stores a given TaskDescription |
void |
clear()
|
Iterator<TaskDescription> |
getAllTaskDescriptions()
Return all TaskDescritions |
TaskDescription |
getTaskDescription(String name)
Gets a TaskDescription |
boolean |
isUnique(String name)
Explicit check for determine whether there is a task description with a name in interest |
TaskDescription |
removeTaskDescription(String name)
Removing a TaskDescription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskDescriptionRepository()
| Method Detail |
|---|
public void addTaskDescription(TaskDescription taskDescription)
taskDescription - TaskDescription instancepublic TaskDescription getTaskDescription(String name)
name - Name of the TaskDescription to be looked up
public TaskDescription removeTaskDescription(String name)
name - Name of the TaskDescription to be removed
public Iterator<TaskDescription> getAllTaskDescriptions()
public boolean isUnique(String name)
name - Name of the TaskDescription
public void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||