|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportConfiguration | |
---|---|
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. |
org.hornetq.spi.core.remoting | Remoting SPI. |
Uses of TransportConfiguration in org.hornetq.api.core.client |
---|
Methods in org.hornetq.api.core.client that return TransportConfiguration | |
---|---|
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)
Create a ClientSessionFactory to a specific server. |
Method parameters in org.hornetq.api.core.client with type arguments of type TransportConfiguration | |
---|---|
void |
ClusterTopologyListener.nodeUP(long eventUID,
String nodeID,
Pair<TransportConfiguration,TransportConfiguration> connectorPair,
boolean last)
|
void |
ClusterTopologyListener.nodeUP(long eventUID,
String nodeID,
Pair<TransportConfiguration,TransportConfiguration> connectorPair,
boolean last)
|
Uses of TransportConfiguration in org.hornetq.api.jms |
---|
Methods in org.hornetq.api.jms with parameters of type TransportConfiguration | |
---|---|
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(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 |
Uses of TransportConfiguration in org.hornetq.api.jms.management |
---|
Methods in org.hornetq.api.jms.management that return TransportConfiguration | |
---|---|
TransportConfiguration[] |
ConnectionFactoryControl.getStaticConnectors()
|
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 use to connect to the
same target this is connect to |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |