Uses of Class
org.hornetq.api.core.DiscoveryGroupConfiguration

Packages that use DiscoveryGroupConfiguration
org.hornetq.api.core.client Core Client Messaging API. 
 

Uses of DiscoveryGroupConfiguration in org.hornetq.api.core.client
 

Methods in org.hornetq.api.core.client that return DiscoveryGroupConfiguration
 DiscoveryGroupConfiguration ServerLocator.getDiscoveryGroupConfiguration()
          The discovery group configuration
 

Methods in org.hornetq.api.core.client with parameters of type DiscoveryGroupConfiguration
static ServerLocator HornetQClient.createServerLocator(boolean ha, DiscoveryGroupConfiguration groupConfiguration)
          Create a ServerLocator which creates session factories from a set of live servers, no HA backup information is propagated to the client The UDP address and port are used to listen for live servers in the cluster
static ServerLocator HornetQClient.createServerLocatorWithHA(DiscoveryGroupConfiguration groupConfiguration)
          Create a ServerLocator which will receive cluster topology updates from the cluster as servers leave or join and new backups are appointed or removed.
static ServerLocator HornetQClient.createServerLocatorWithoutHA(DiscoveryGroupConfiguration groupConfiguration)
          Create a ServerLocator which creates session factories from a set of live servers, no HA backup information is propagated to the client
 



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.