Uses of Class
org.xins.common.service.GroupDescriptor.Type

Packages that use GroupDescriptor.Type
org.xins.common.service Service calling classes, supporting load-balancing and failover. 
 

Uses of GroupDescriptor.Type in org.xins.common.service
 

Fields in org.xins.common.service declared as GroupDescriptor.Type
static GroupDescriptor.Type GroupDescriptor.RANDOM_TYPE
          The random group type.
static GroupDescriptor.Type GroupDescriptor.ORDERED_TYPE
          The ordered group type.
 

Methods in org.xins.common.service that return GroupDescriptor.Type
static GroupDescriptor.Type GroupDescriptor.getType(String identifier)
          Gets a group type by identifier.
 GroupDescriptor.Type GroupDescriptor.getType()
          Returns the type of this group.
 

Constructors in org.xins.common.service with parameters of type GroupDescriptor.Type
GroupDescriptor(GroupDescriptor.Type type, Descriptor[] members)
          Constructs a new GroupDescriptor.
 



See http://www.xins.org/.