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 
com.sun.enterprise.ee.cms.impl.common   
com.sun.enterprise.ee.cms.impl.jxta   
com.sun.enterprise.ee.cms.tests   
 

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

Methods in com.sun.enterprise.ee.cms.core that return GroupManagementService.MemberType
static GroupManagementService.MemberType GroupManagementService.MemberType.valueOf(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're declared.
 

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

Uses of GroupManagementService.MemberType in com.sun.enterprise.ee.cms.impl.common
 

Methods in com.sun.enterprise.ee.cms.impl.common with parameters of type GroupManagementService.MemberType
protected static String GMSContextBase.getMemberType(GroupManagementService.MemberType memberType)
           
 

Constructors in com.sun.enterprise.ee.cms.impl.common with parameters of type GroupManagementService.MemberType
GMSContextBase(String serverToken, String groupName, GroupManagementService.MemberType memberType)
           
GroupManagementServiceImpl(String serverToken, String groupName, GroupManagementService.MemberType membertype, Properties properties)
          Creates a GMSContext instance with the given paramters.
 

Uses of GroupManagementService.MemberType in com.sun.enterprise.ee.cms.impl.jxta
 

Constructors in com.sun.enterprise.ee.cms.impl.jxta with parameters of type GroupManagementService.MemberType
GMSContext(String serverToken, String groupName, GroupManagementService.MemberType memberType, Properties configProperties)
           
 

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

Constructors in com.sun.enterprise.ee.cms.tests with parameters of type GroupManagementService.MemberType
ApplicationServer(String serverName, String groupName, GroupManagementService.MemberType memberType, Properties props)
           
 



Copyright © 2003 Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.