|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.agent.server.groups.GroupsManagerImpl
public class GroupsManagerImpl
Singleton which implements the GroupsManager interface
| Method Summary | |
|---|---|
void |
addGroup(Group g)
Add a grouo |
Group |
getGroupFromID(String id)
Get a group from its ID |
List<Group> |
getGroupList()
Get the group list |
static GroupsManagerImpl |
getInstance()
Get the unique instance |
void |
removeGroup(Group g)
Remove a group |
void |
setGroupList(List<Group> groupList)
|
void |
updateGroup(Group g)
Update a group |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static GroupsManagerImpl getInstance()
public List<Group> getGroupList()
GroupsManager
getGroupList in interface GroupsManagerpublic void addGroup(Group g)
GroupsManager
addGroup in interface GroupsManagerg - the group to addpublic void setGroupList(List<Group> groupList)
groupList - the groupList to setpublic void removeGroup(Group g)
GroupsManager
removeGroup in interface GroupsManagerg - the group to removepublic Group getGroupFromID(String id)
id - the ID of the group
public void updateGroup(Group g)
GroupsManager
updateGroup in interface GroupsManagerg - the group to update
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||