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

Packages that use TransportConfiguration
org.hornetq.api.core Core Messaging API. 
org.hornetq.api.core.client Core Client Messaging API. 
org.hornetq.spi.core.remoting Remoting SPI. 
 

Uses of TransportConfiguration in org.hornetq.api.core
 

Methods in org.hornetq.api.core with parameters of type TransportConfiguration
 boolean TransportConfiguration.isEquivalent(TransportConfiguration otherConfig)
          There's a case on ClusterConnections that we need to find an equivalent Connector and we can't use a Netty Cluster Connection on an InVM ClusterConnection (inVM used on tests) for that reason I need to test if the two instances of the TransportConfiguration are equivalent while a test a connector against an acceptor
 

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

Methods in org.hornetq.api.core.client that return TransportConfiguration
 TransportConfiguration TopologyMember.getBackup()
           
 TransportConfiguration TopologyMember.getLive()
           
 TransportConfiguration[] ServerLocator.getStaticTransportConfigurations()
          Returns an array of TransportConfigurations representing the static list of live servers used when creating this object
 

Methods in org.hornetq.api.core.client with parameters of type TransportConfiguration
static ServerLocator HornetQClient.createServerLocator(boolean ha, TransportConfiguration... transportConfigurations)
          Create a ServerLocator which creates session factories using a static list of transportConfigurations, the ServerLocator is not updated automatically as the cluster topology changes, and no HA backup information is propagated to the client
static ServerLocator HornetQClient.createServerLocatorWithHA(TransportConfiguration... initialServers)
          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(TransportConfiguration... transportConfigurations)
          Create a ServerLocator which creates session factories using a static list of transportConfigurations, the ServerLocator is not updated automatically as the cluster topology changes, and no HA backup information is propagated to the client
 ClientSessionFactory ServerLocator.createSessionFactory(TransportConfiguration transportConfiguration)
          Creates a ClientSessionFactory to a specific server.
 ClientSessionFactory ServerLocator.createSessionFactory(TransportConfiguration transportConfiguration, int reconnectAttempts, boolean failoverOnInitialConnection)
           
 

Uses of TransportConfiguration in org.hornetq.spi.core.remoting
 

Methods in org.hornetq.spi.core.remoting that return TransportConfiguration
 TransportConfiguration Connection.getConnectorConfig()
          Generates a TransportConfiguration to be used to connect to the same target this is connected to.
 



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