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

Packages that use Pair
org.hornetq.api.core.client Core Client Messaging API. 
org.hornetq.api.jms API to create HornetQ JMS resources. 
org.hornetq.api.jms.management Management API for HornetQ JMS resources. 
 

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

Methods in org.hornetq.api.core.client that return types with arguments of type Pair
 List<Pair<TransportConfiguration,TransportConfiguration>> ClientSessionFactory.getStaticConnectors()
          Returns the list of live - backup connectors pairs configured that sessions created by this factory will use to connect to HornetQ servers or null if the factory is using discovery group.
 

Method parameters in org.hornetq.api.core.client with type arguments of type Pair
static ClientSessionFactory HornetQClient.createClientSessionFactory(List<Pair<TransportConfiguration,TransportConfiguration>> staticConnectors)
          Creates a ClientSessionFactory using a List of TransportConfigurations and backups.
 void ClientSessionFactory.setStaticConnectors(List<Pair<TransportConfiguration,TransportConfiguration>> staticConnectors)
          Sets the static list of live - backup connectors pairs that sessions created by this factory will use to connect to HornetQ servers.
 

Uses of Pair in org.hornetq.api.jms
 

Method parameters in org.hornetq.api.jms with type arguments of type Pair
static org.hornetq.jms.client.HornetQConnectionFactory HornetQJMSClient.createConnectionFactory(List<Pair<TransportConfiguration,TransportConfiguration>> staticConnectors)
          Creates a HornetQConnectionFactory using a List of TransportConfigurations and backups.
 

Uses of Pair in org.hornetq.api.jms.management
 

Methods in org.hornetq.api.jms.management that return types with arguments of type Pair
 List<Pair<TransportConfiguration,TransportConfiguration>> ConnectionFactoryControl.getStaticConnectors()
           
 

Method parameters in org.hornetq.api.jms.management with type arguments of type Pair
 void ConnectionFactoryControl.setStaticConnectors(List<Pair<TransportConfiguration,TransportConfiguration>> staticConnectors)
           
 



Copyright © 2009 Red Hat Inc. All Rights Reserved.