Uses of Class
com.sun.enterprise.ee.cms.core.GroupManagementService.MemberType

Packages that use GroupManagementService.MemberType
com.sun.enterprise.ee.cms.core Shoal GMS's core client API 
 

Uses of GroupManagementService.MemberType in com.sun.enterprise.ee.cms.core
 

Methods in com.sun.enterprise.ee.cms.core that return GroupManagementService.MemberType
 GroupManagementService.MemberType GroupManagementService.getMemberType()
          Returns the MemberType for this context
static GroupManagementService.MemberType GroupManagementService.MemberType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GroupManagementService.MemberType[] GroupManagementService.MemberType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.enterprise.ee.cms.core with parameters of type GroupManagementService.MemberType
 void GroupManagementService.initialize(java.lang.String serverToken, java.lang.String groupName, GroupManagementService.MemberType membertype, java.util.Properties properties)
           
static java.lang.Runnable GMSFactory.startGMSModule(java.lang.String serverToken, java.lang.String groupName, GroupManagementService.MemberType memberType, java.util.Properties properties)
          starts and returns the GMS module object as a Runnable that could be started in a separate thread.
 



Copyright © 2010. All Rights Reserved.