Uses of Class
jgroup.relacs.config.Host

Packages that use Host
jgroup.arm.recovery   
jgroup.core.arm   
jgroup.relacs.config   
 

Uses of Host in jgroup.arm.recovery
 

Methods in jgroup.arm.recovery with parameters of type Host
 boolean KeepMinimalInPartition.relocateReplica(Host host)
           
 boolean KeepMinimalInPartition.restartReplica(Host host)
           
 

Uses of Host in jgroup.core.arm
 

Methods in jgroup.core.arm that return Host
 Host DistributionScheme.reassignReplica(AppConfig app, Host host)
          Reassign the application replica running on the specified host.
 

Methods in jgroup.core.arm with parameters of type Host
 Host DistributionScheme.reassignReplica(AppConfig app, Host host)
          Reassign the application replica running on the specified host.
 boolean RecoveryStrategy.relocateReplica(Host host)
          Relocate the application replica that were running on the given host.
 boolean RecoveryStrategy.restartReplica(Host host)
          Restart the given replica on the given host.
 

Uses of Host in jgroup.relacs.config
 

Methods in jgroup.relacs.config that return Host
 Host HostSet.getFirst()
          Returns the first Host returned by the iterators next method.
static Host ClientsConfig.getHost(java.net.InetAddress inetAdr)
          Returns the host object associated with the given internet address.
 Host HostSet.getHost(java.net.InetAddress inetAddress)
          Returns the Host object associated with the specified InetAddress.
static Host DistributedSystemConfig.getHost(java.net.InetAddress inetAdr)
          Returns the host object associated with the given internet address.
static Host ClientsConfig.getHost(MemberId member)
          Returns the host object associated with the given member.
 Host HostSet.getHost(MemberId member)
          Returns the Host object associated with the specified MemberId.
static Host DistributedSystemConfig.getHost(MemberId member)
          Returns the host object associated with the given member.
 Host ClientsConfig.getLocalHost()
          Returns the endpoint that is considered local to this host.
static Host DistributedSystemConfig.getLocalHost()
          Returns the endpoint that is considered local to this host.
 Host HostSet.removeFirst()
          Removes the first Host returned by the iterators next method.
 Host[] HostSet.toArray()
           
 

Methods in jgroup.relacs.config that return types with arguments of type Host
 java.util.Iterator<Host> HostSet.iterator()
          Returns an iterator over the values of the HostSet.
 

Methods in jgroup.relacs.config with parameters of type Host
 void HostListener.addHost(Host host)
          This method is invoked when a new host has been added to the core HostSet.
 boolean HostSet.addHost(Host host)
          Add a new host to this HostSet.
 boolean Domain.addHost(Host host)
          Add a host to this domain.
 boolean HostSet.containsHost(Host host)
          Check if the host is in this HostSet.
 void HostListener.removeHost(Host host)
          This method is invoked when a host has been removed from the core HostSet.
 boolean HostSet.removeHost(Host host)
          Remove a host from this HostSet.
 



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