Uses of Class
jgroup.GroupManager

Packages that use GroupManager
jgroup   
 

Uses of GroupManager in jgroup
 

Fields in jgroup declared as GroupManager
(package private)  GroupManager Make.v9
           
 

Methods in jgroup that return GroupManager
static GroupManager GroupManager.getGroupManager(java.lang.Object[] configuration, java.lang.Object[] listeners)
          Returns a group manager object containing handlers for each of the services associated to the listener interfaces implemented by objects contained in the listeners array.
private  GroupManager GroupManager.getGroupManager2(java.lang.Object[] configuration, java.lang.Object[] listeners)
          This method is a first schema of a completely dynamic solution to the problem of generating a group manager for a set of interfaces implemented by a server.
 

Constructors in jgroup with parameters of type GroupManager
GroupManager.Component(java.lang.Class cl)
           
GroupManager.Component(java.lang.Object server)