Uses of Class
org.jboss.messaging.utils.Pair

Packages that use Pair
org.jboss.messaging.core.client   
org.jboss.messaging.core.client.impl   
org.jboss.messaging.core.cluster   
org.jboss.messaging.core.config.cluster   
org.jboss.messaging.core.deployers.impl   
org.jboss.messaging.core.persistence   
org.jboss.messaging.core.persistence.impl.journal   
org.jboss.messaging.core.persistence.impl.nullpm   
org.jboss.messaging.core.postoffice   
org.jboss.messaging.core.postoffice.impl   
org.jboss.messaging.core.server.cluster   
org.jboss.messaging.core.server.cluster.impl   
org.jboss.messaging.jms   
org.jboss.messaging.jms.client   
org.jboss.messaging.jms.server   
org.jboss.messaging.jms.server.impl   
 

Uses of Pair in org.jboss.messaging.core.client
 

Methods in org.jboss.messaging.core.client that return types with arguments of type Pair
 java.util.List<Pair<TransportConfiguration,TransportConfiguration>> ClientSessionFactory.getStaticConnectors()
           
 

Method parameters in org.jboss.messaging.core.client with type arguments of type Pair
 void ClientSessionFactory.setStaticConnectors(java.util.List<Pair<TransportConfiguration,TransportConfiguration>> staticConnectors)
           
 

Uses of Pair in org.jboss.messaging.core.client.impl
 

Methods in org.jboss.messaging.core.client.impl that return types with arguments of type Pair
 java.util.List<Pair<TransportConfiguration,TransportConfiguration>> ClientSessionFactoryImpl.getStaticConnectors()
           
 

Method parameters in org.jboss.messaging.core.client.impl with type arguments of type Pair
 void ClientSessionFactoryImpl.setStaticConnectors(java.util.List<Pair<TransportConfiguration,TransportConfiguration>> staticConnectors)
           
 

Constructor parameters in org.jboss.messaging.core.client.impl with type arguments of type Pair
ClientSessionFactoryImpl(java.util.List<Pair<TransportConfiguration,TransportConfiguration>> staticConnectors)
           
 

Uses of Pair in org.jboss.messaging.core.cluster
 

Methods in org.jboss.messaging.core.cluster that return Pair
 Pair<TransportConfiguration,TransportConfiguration> DiscoveryEntry.getConnectorPair()
           
 

Constructors in org.jboss.messaging.core.cluster with parameters of type Pair
DiscoveryEntry(Pair<TransportConfiguration,TransportConfiguration> connectorPair, long lastUpdate)
           
 

Uses of Pair in org.jboss.messaging.core.config.cluster
 

Methods in org.jboss.messaging.core.config.cluster that return Pair
 Pair<java.lang.String,java.lang.String> BridgeConfiguration.getConnectorPair()
           
 

Methods in org.jboss.messaging.core.config.cluster that return types with arguments of type Pair
 java.util.List<Pair<java.lang.String,java.lang.String>> BroadcastGroupConfiguration.getConnectorInfos()
           
 java.util.List<Pair<java.lang.String,java.lang.String>> ClusterConnectionConfiguration.getStaticConnectorNamePairs()
           
 

Constructors in org.jboss.messaging.core.config.cluster with parameters of type Pair
BridgeConfiguration(java.lang.String name, java.lang.String queueName, java.lang.String forwardingAddress, java.lang.String filterString, java.lang.String transformerClassName, long retryInterval, double retryIntervalMultiplier, int reconnectAttempts, boolean failoverOnServerShutdown, boolean useDuplicateDetection, Pair<java.lang.String,java.lang.String> connectorPair)
           
 

Constructor parameters in org.jboss.messaging.core.config.cluster with type arguments of type Pair
BroadcastGroupConfiguration(java.lang.String name, java.lang.String localBindAddress, int localBindPort, java.lang.String groupAddress, int groupPort, long broadcastPeriod, java.util.List<Pair<java.lang.String,java.lang.String>> connectorInfos)
           
ClusterConnectionConfiguration(java.lang.String name, java.lang.String address, long retryInterval, boolean duplicateDetection, boolean forwardWhenNoConsumers, int maxHops, java.util.List<Pair<java.lang.String,java.lang.String>> staticConnectorNamePairs)
           
 

Uses of Pair in org.jboss.messaging.core.deployers.impl
 

Methods in org.jboss.messaging.core.deployers.impl that return types with arguments of type Pair
 java.util.Map<Pair<java.net.URL,Deployer>,FileDeploymentManager.DeployInfo> FileDeploymentManager.getDeployed()
           
 

Uses of Pair in org.jboss.messaging.core.persistence
 

Method parameters in org.jboss.messaging.core.persistence with type arguments of type Pair
 void StorageManager.loadMessageJournal(PagingManager pagingManager, ResourceManager resourceManager, java.util.Map<java.lang.Long,Queue> queues, java.util.Map<SimpleString,java.util.List<Pair<byte[],java.lang.Long>>> duplicateIDMap)
           
 

Uses of Pair in org.jboss.messaging.core.persistence.impl.journal
 

Method parameters in org.jboss.messaging.core.persistence.impl.journal with type arguments of type Pair
 void JournalStorageManager.loadMessageJournal(PagingManager pagingManager, ResourceManager resourceManager, java.util.Map<java.lang.Long,Queue> queues, java.util.Map<SimpleString,java.util.List<Pair<byte[],java.lang.Long>>> duplicateIDMap)
           
 

Uses of Pair in org.jboss.messaging.core.persistence.impl.nullpm
 

Method parameters in org.jboss.messaging.core.persistence.impl.nullpm with type arguments of type Pair
 void NullStorageManager.loadMessageJournal(PagingManager pagingManager, ResourceManager resourceManager, java.util.Map<java.lang.Long,Queue> queues, java.util.Map<SimpleString,java.util.List<Pair<byte[],java.lang.Long>>> duplicateIDMap)
           
 

Uses of Pair in org.jboss.messaging.core.postoffice
 

Method parameters in org.jboss.messaging.core.postoffice with type arguments of type Pair
 void DuplicateIDCache.load(java.util.List<Pair<byte[],java.lang.Long>> theIds)
           
 

Uses of Pair in org.jboss.messaging.core.postoffice.impl
 

Method parameters in org.jboss.messaging.core.postoffice.impl with type arguments of type Pair
 void DuplicateIDCacheImpl.load(java.util.List<Pair<byte[],java.lang.Long>> theIds)
           
 

Uses of Pair in org.jboss.messaging.core.server.cluster
 

Methods in org.jboss.messaging.core.server.cluster with parameters of type Pair
 void BroadcastGroup.addConnectorPair(Pair<TransportConfiguration,TransportConfiguration> connectorPair)
           
 void BroadcastGroup.removeConnectorPair(Pair<TransportConfiguration,TransportConfiguration> connectorPair)
           
 

Uses of Pair in org.jboss.messaging.core.server.cluster.impl
 

Methods in org.jboss.messaging.core.server.cluster.impl with parameters of type Pair
 void BroadcastGroupImpl.addConnectorPair(Pair<TransportConfiguration,TransportConfiguration> connectorPair)
           
 void BroadcastGroupImpl.removeConnectorPair(Pair<TransportConfiguration,TransportConfiguration> connectorPair)
           
 

Constructors in org.jboss.messaging.core.server.cluster.impl with parameters of type Pair
BridgeImpl(UUID nodeUUID, SimpleString name, Queue queue, Pair<TransportConfiguration,TransportConfiguration> connectorPair, java.util.concurrent.Executor executor, SimpleString filterString, SimpleString forwardingAddress, java.util.concurrent.ScheduledExecutorService scheduledExecutor, Transformer transformer, long retryInterval, double retryIntervalMultiplier, int reconnectAttempts, boolean failoverOnServerShutdown, boolean useDuplicateDetection, SimpleString managementAddress, SimpleString managementNotificationAddress, java.lang.String clusterUser, java.lang.String clusterPassword, Channel replicatingChannel, boolean activated, StorageManager storageManager)
           
BridgeImpl(UUID nodeUUID, SimpleString name, Queue queue, Pair<TransportConfiguration,TransportConfiguration> connectorPair, java.util.concurrent.Executor executor, SimpleString filterString, SimpleString forwardingAddress, java.util.concurrent.ScheduledExecutorService scheduledExecutor, Transformer transformer, long retryInterval, double retryIntervalMultiplier, int reconnectAttempts, boolean failoverOnServerShutdown, boolean useDuplicateDetection, SimpleString managementAddress, SimpleString managementNotificationAddress, java.lang.String clusterUser, java.lang.String clusterPassword, MessageFlowRecord flowRecord, Channel replicatingChannel, boolean activated, StorageManager storageManager, MessagingServer server)
           
 

Constructor parameters in org.jboss.messaging.core.server.cluster.impl with type arguments of type Pair
ClusterConnectionImpl(SimpleString name, SimpleString address, long retryInterval, boolean useDuplicateDetection, boolean routeWhenNoConsumers, ExecutorFactory executorFactory, MessagingServer server, PostOffice postOffice, ManagementService managementService, java.util.concurrent.ScheduledExecutorService scheduledExecutor, java.util.List<Pair<TransportConfiguration,TransportConfiguration>> connectors, int maxHops, UUID nodeUUID, Channel replicatingChannel, boolean backup)
           
 

Uses of Pair in org.jboss.messaging.jms
 

Methods in org.jboss.messaging.jms that return Pair
static Pair<java.lang.String,java.lang.String> JBossTopic.decomposeQueueNameForDurableSubscription(java.lang.String queueName)
           
 

Uses of Pair in org.jboss.messaging.jms.client
 

Methods in org.jboss.messaging.jms.client that return types with arguments of type Pair
 java.util.List<Pair<TransportConfiguration,TransportConfiguration>> JBossConnectionFactory.getStaticConnectors()
           
 

Method parameters in org.jboss.messaging.jms.client with type arguments of type Pair
 void JBossConnectionFactory.setStaticConnectors(java.util.List<Pair<TransportConfiguration,TransportConfiguration>> staticConnectors)
           
 

Constructor parameters in org.jboss.messaging.jms.client with type arguments of type Pair
JBossConnectionFactory(java.util.List<Pair<TransportConfiguration,TransportConfiguration>> staticConnectors)
           
 

Uses of Pair in org.jboss.messaging.jms.server
 

Method parameters in org.jboss.messaging.jms.server with type arguments of type Pair
 void JMSServerManager.createConnectionFactory(java.lang.String name, java.util.List<Pair<TransportConfiguration,TransportConfiguration>> connectorConfigs, java.util.List<java.lang.String> jndiBindings)
           
 void JMSServerManager.createConnectionFactory(java.lang.String name, java.util.List<Pair<TransportConfiguration,TransportConfiguration>> connectorConfigs, java.lang.String clientID, java.util.List<java.lang.String> jndiBindings)
           
 void JMSServerManager.createConnectionFactory(java.lang.String name, java.util.List<Pair<TransportConfiguration,TransportConfiguration>> connectorConfigs, java.lang.String clientID, long clientFailureCheckPeriod, long connectionTTL, long callTimeout, int maxConnections, int minLargeMessageSize, int consumerWindowSize, int consumerMaxRate, int producerWindowSize, int producerMaxRate, boolean blockOnAcknowledge, boolean blockOnPersistentSend, boolean blockOnNonPersistentSend, boolean autoGroup, boolean preAcknowledge, java.lang.String loadBalancingPolicyClassName, int transactionBatchSize, int dupsOKBatchSize, boolean useGlobalPools, int scheduledThreadPoolMaxSize, int threadPoolMaxSize, long retryInterval, double retryIntervalMultiplier, int reconnectAttempts, boolean failoverOnServerShutdown, java.util.List<java.lang.String> jndiBindings)
           
 

Uses of Pair in org.jboss.messaging.jms.server.impl
 

Method parameters in org.jboss.messaging.jms.server.impl with type arguments of type Pair
 void JMSServerManagerImpl.createConnectionFactory(java.lang.String name, java.util.List<Pair<TransportConfiguration,TransportConfiguration>> connectorConfigs, java.util.List<java.lang.String> jndiBindings)
           
 void JMSServerManagerImpl.createConnectionFactory(java.lang.String name, java.util.List<Pair<TransportConfiguration,TransportConfiguration>> connectorConfigs, java.lang.String clientID, java.util.List<java.lang.String> jndiBindings)
           
 void JMSServerManagerImpl.createConnectionFactory(java.lang.String name, java.util.List<Pair<TransportConfiguration,TransportConfiguration>> connectorConfigs, java.lang.String clientID, long clientFailureCheckPeriod, long connectionTTL, long callTimeout, int maxConnections, int minLargeMessageSize, int consumerWindowSize, int consumerMaxRate, int producerWindowSize, int producerMaxRate, boolean blockOnAcknowledge, boolean blockOnPersistentSend, boolean blockOnNonPersistentSend, boolean autoGroup, boolean preAcknowledge, java.lang.String loadBalancingPolicyClassName, int transactionBatchSize, int dupsOKBatchSize, boolean useGlobalPools, int scheduledThreadPoolMaxSize, int threadPoolMaxSize, long retryInterval, double retryIntervalMultiplier, int reconnectAttempts, boolean failoverOnServerShutdown, java.util.List<java.lang.String> jndiBindings)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.