Uses of Class
jgroup.relacs.config.DomainSet

Packages that use DomainSet
jgroup.relacs.config   
jgroup.util.log   
 

Uses of DomainSet in jgroup.relacs.config
 

Methods in jgroup.relacs.config that return DomainSet
 DomainSet ClientsConfig.getDomainSet()
          Returns the parsed set of domains.
 DomainSet DistributedSystemConfig.getDomainSet()
          Returns the parsed set of domains.
 

Constructors in jgroup.relacs.config with parameters of type DomainSet
DomainSet(DomainSet domains, java.util.Comparator<Domain> comparator)
          Constructs a new DomainSet containg the given domain set, whose iteration order is defined by the given comparator.
 

Uses of DomainSet in jgroup.util.log
 

Methods in jgroup.util.log that return DomainSet
 DomainSet ConnectionPatternEvent.getPartition(java.net.InetAddress inetAdr)
          Returns the domain set (the partition) of the given host.
 

Methods in jgroup.util.log that return types with arguments of type DomainSet
 java.util.Set<DomainSet> ConnectionPatternEvent.getPartitions()
          Returns a set of domain sets representing the partitions of this connection pattern event.
 



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.