Package org.shoal.ha.group
Class GroupServiceFactory
- java.lang.Object
-
- org.shoal.ha.group.GroupServiceFactory
-
public class GroupServiceFactory extends Object
- Author:
- Mahesh Kannan
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupServicegetGroupService(String myName, String groupName, boolean startGMS)static GroupServiceFactorygetInstance()static voidmain(String[] args)voidshutdown(String myName, String groupName)
-
-
-
Method Detail
-
getInstance
public static GroupServiceFactory getInstance()
-
getGroupService
public GroupService getGroupService(String myName, String groupName, boolean startGMS)
-
-