Uses of Class
org.hornetq.api.jms.JMSFactoryType

Packages that use JMSFactoryType
org.hornetq.api.jms API to create HornetQ JMS resources. 
 

Uses of JMSFactoryType in org.hornetq.api.jms
 

Methods in org.hornetq.api.jms that return JMSFactoryType
static JMSFactoryType JMSFactoryType.valueOf(int val)
           
static JMSFactoryType JMSFactoryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JMSFactoryType[] JMSFactoryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hornetq.api.jms with parameters of type JMSFactoryType
static org.hornetq.jms.client.HornetQConnectionFactory HornetQJMSClient.createConnectionFactoryWithHA(DiscoveryGroupConfiguration groupConfiguration, JMSFactoryType jmsFactoryType)
          Create a HornetQConnectionFactory which will receive cluster topology updates from the cluster as servers leave or join and new backups are appointed or removed.
static org.hornetq.jms.client.HornetQConnectionFactory HornetQJMSClient.createConnectionFactoryWithHA(JMSFactoryType jmsFactoryType, TransportConfiguration... initialServers)
          Create a HornetQConnectionFactory which will receive cluster topology updates from the cluster as servers leave or join and new backups are appointed or removed.
static org.hornetq.jms.client.HornetQConnectionFactory HornetQJMSClient.createConnectionFactoryWithoutHA(DiscoveryGroupConfiguration groupConfiguration, JMSFactoryType jmsFactoryType)
          Create a HornetQConnectionFactory 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 org.hornetq.jms.client.HornetQConnectionFactory HornetQJMSClient.createConnectionFactoryWithoutHA(JMSFactoryType jmsFactoryType, TransportConfiguration... transportConfigurations)
          Create a HornetQConnectionFactory which creates session factories using a static list of transportConfigurations, the HornetQConnectionFactory is not updated automatically as the cluster topology changes, and no HA backup information is propagated to the client
 



Copyright © 2009 Red Hat Inc. All Rights Reserved.