|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.agent.server.groups.GroupsManagerSLSB
public class GroupsManagerSLSB
Stateless Session Bean which enables group management
| Constructor Summary | |
|---|---|
GroupsManagerSLSB()
|
|
| Method Summary | |
|---|---|
void |
addGroup(Group g)
Add a grouo |
List<Group> |
getGroupList()
Get the group list |
GroupEvent |
groupToEvent(Group g,
GroupEventType type)
Create a GroupEvent from a group and a GroupEventType |
void |
removeGroup(Group g)
Remove a group |
void |
updateGroup(Group g)
Update a group |
void |
updateGroupListOnTopic(GroupEvent event)
Send an update to the JMS Topic |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupsManagerSLSB()
| Method Detail |
|---|
public void addGroup(Group g)
GroupsManager
addGroup in interface GroupsManagerg - the group to addpublic List<Group> getGroupList()
GroupsManager
getGroupList in interface GroupsManagerpublic void removeGroup(Group g)
GroupsManager
removeGroup in interface GroupsManagerg - the group to removepublic void updateGroup(Group g)
GroupsManager
updateGroup in interface GroupsManagerg - the group to update
public GroupEvent groupToEvent(Group g,
GroupEventType type)
g - the grouptype - the GroupEvent type
public void updateGroupListOnTopic(GroupEvent event)
event -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||