Uses of Interface
org.glassfish.cafe.api.Group

Packages that use Group
org.glassfish.cafe.api   
 

Uses of Group in org.glassfish.cafe.api
 

Methods in org.glassfish.cafe.api that return Group
 Group CommunicationService.createGroup(String groupName, String uid)
          Creates an empty group for a user.
 Group CommunicationService.createGroup(String groupName, String uid, Map<String,String> buddyList)
          Creates a group for a user with a number of buddies.
 Group PresenceWatcher.getGroup()
          Returns the group that this presence watcher is subscribed to.
 Group CommunicationService.getGroup(String uid, String groupName)
          Returns the group for the specified user and group name.
 

Methods in org.glassfish.cafe.api that return types with arguments of type Group
 List<Group> CommunicationService.getGroups(String uid)
          returns the list of groups for the specified user.
 

Methods in org.glassfish.cafe.api with parameters of type Group
 PresenceWatcher CommunicationSession.createPresenceWatcher(Group group)
          Creates a presence watcher.
 



Copyright © 2010. All Rights Reserved.