org.hornetq.jms.server.config
Interface ConnectionFactoryConfiguration

All Superinterfaces:
org.hornetq.core.journal.EncodingSupport
All Known Implementing Classes:
ConnectionFactoryConfigurationImpl

public interface ConnectionFactoryConfiguration
extends org.hornetq.core.journal.EncodingSupport

A ConnectionFactoryConfiguration

Author:
Jeff Mesnil

Method Summary
 String[] getBindings()
           
 long getCallFailoverTimeout()
           
 long getCallTimeout()
           
 long getClientFailureCheckPeriod()
           
 String getClientID()
           
 int getConfirmationWindowSize()
           
 long getConnectionTTL()
           
 List<String> getConnectorNames()
           
 int getConsumerMaxRate()
           
 int getConsumerWindowSize()
           
 String getDiscoveryGroupName()
           
 int getDupsOKBatchSize()
           
 JMSFactoryType getFactoryType()
           
 String getGroupID()
           
 String getLoadBalancingPolicyClassName()
           
 long getMaxRetryInterval()
           
 int getMinLargeMessageSize()
           
 String getName()
           
 int getProducerMaxRate()
           
 int getProducerWindowSize()
           
 int getReconnectAttempts()
           
 long getRetryInterval()
           
 double getRetryIntervalMultiplier()
           
 int getScheduledThreadPoolMaxSize()
           
 int getThreadPoolMaxSize()
           
 int getTransactionBatchSize()
           
 boolean isAutoGroup()
           
 boolean isBlockOnAcknowledge()
           
 boolean isBlockOnDurableSend()
           
 boolean isBlockOnNonDurableSend()
           
 boolean isCacheLargeMessagesClient()
           
 boolean isCompressLargeMessages()
           
 boolean isFailoverOnInitialConnection()
           
 boolean isHA()
           
 boolean isPersisted()
           
 boolean isPreAcknowledge()
           
 boolean isUseGlobalPools()
           
 void setAutoGroup(boolean autoGroup)
           
 void setBindings(String[] bindings)
           
 void setBlockOnAcknowledge(boolean blockOnAcknowledge)
           
 void setBlockOnDurableSend(boolean blockOnDurableSend)
           
 void setBlockOnNonDurableSend(boolean blockOnNonDurableSend)
           
 void setCacheLargeMessagesClient(boolean cacheLargeMessagesClient)
           
 void setCallFailoverTimeout(long callFailoverTimeout)
           
 void setCallTimeout(long callTimeout)
           
 void setClientFailureCheckPeriod(long clientFailureCheckPeriod)
           
 void setClientID(String clientID)
           
 void setCompressLargeMessages(boolean compress)
           
 void setConfirmationWindowSize(int confirmationWindowSize)
           
 void setConnectionTTL(long connectionTTL)
           
 void setConnectorNames(List<String> connectorNames)
           
 void setConsumerMaxRate(int consumerMaxRate)
           
 void setConsumerWindowSize(int consumerWindowSize)
           
 void setDiscoveryGroupName(String discoveryGroupName)
           
 void setDupsOKBatchSize(int dupsOKBatchSize)
           
 void setFactoryType(JMSFactoryType factType)
           
 void setFailoverOnInitialConnection(boolean failover)
           
 void setGroupID(String groupID)
           
 void setHA(boolean ha)
           
 void setLoadBalancingPolicyClassName(String loadBalancingPolicyClassName)
           
 void setMaxRetryInterval(long maxRetryInterval)
           
 void setMinLargeMessageSize(int minLargeMessageSize)
           
 void setPreAcknowledge(boolean preAcknowledge)
           
 void setProducerMaxRate(int producerMaxRate)
           
 void setProducerWindowSize(int producerWindowSize)
           
 void setReconnectAttempts(int reconnectAttempts)
           
 void setRetryInterval(long retryInterval)
           
 void setRetryIntervalMultiplier(double retryIntervalMultiplier)
           
 void setScheduledThreadPoolMaxSize(int scheduledThreadPoolMaxSize)
           
 void setThreadPoolMaxSize(int threadPoolMaxSize)
           
 void setTransactionBatchSize(int transactionBatchSize)
           
 void setUseGlobalPools(boolean useGlobalPools)
           
 
Methods inherited from interface org.hornetq.core.journal.EncodingSupport
decode, encode, getEncodeSize
 

Method Detail

isPersisted

boolean isPersisted()

getName

String getName()

getBindings

String[] getBindings()

setBindings

void setBindings(String[] bindings)

getDiscoveryGroupName

String getDiscoveryGroupName()

setDiscoveryGroupName

void setDiscoveryGroupName(String discoveryGroupName)

getConnectorNames

List<String> getConnectorNames()

setConnectorNames

void setConnectorNames(List<String> connectorNames)

isHA

boolean isHA()

setHA

void setHA(boolean ha)

getClientID

String getClientID()

setClientID

void setClientID(String clientID)

getClientFailureCheckPeriod

long getClientFailureCheckPeriod()

setClientFailureCheckPeriod

void setClientFailureCheckPeriod(long clientFailureCheckPeriod)

getConnectionTTL

long getConnectionTTL()

setConnectionTTL

void setConnectionTTL(long connectionTTL)

getCallTimeout

long getCallTimeout()

setCallTimeout

void setCallTimeout(long callTimeout)

getCallFailoverTimeout

long getCallFailoverTimeout()

setCallFailoverTimeout

void setCallFailoverTimeout(long callFailoverTimeout)

isCacheLargeMessagesClient

boolean isCacheLargeMessagesClient()

setCacheLargeMessagesClient

void setCacheLargeMessagesClient(boolean cacheLargeMessagesClient)

getMinLargeMessageSize

int getMinLargeMessageSize()

setMinLargeMessageSize

void setMinLargeMessageSize(int minLargeMessageSize)

isCompressLargeMessages

boolean isCompressLargeMessages()

setCompressLargeMessages

void setCompressLargeMessages(boolean compress)

getConsumerWindowSize

int getConsumerWindowSize()

setConsumerWindowSize

void setConsumerWindowSize(int consumerWindowSize)

getConsumerMaxRate

int getConsumerMaxRate()

setConsumerMaxRate

void setConsumerMaxRate(int consumerMaxRate)

getConfirmationWindowSize

int getConfirmationWindowSize()

setConfirmationWindowSize

void setConfirmationWindowSize(int confirmationWindowSize)

getProducerWindowSize

int getProducerWindowSize()

setProducerWindowSize

void setProducerWindowSize(int producerWindowSize)

getProducerMaxRate

int getProducerMaxRate()

setProducerMaxRate

void setProducerMaxRate(int producerMaxRate)

isBlockOnAcknowledge

boolean isBlockOnAcknowledge()

setBlockOnAcknowledge

void setBlockOnAcknowledge(boolean blockOnAcknowledge)

isBlockOnDurableSend

boolean isBlockOnDurableSend()

setBlockOnDurableSend

void setBlockOnDurableSend(boolean blockOnDurableSend)

isBlockOnNonDurableSend

boolean isBlockOnNonDurableSend()

setBlockOnNonDurableSend

void setBlockOnNonDurableSend(boolean blockOnNonDurableSend)

isAutoGroup

boolean isAutoGroup()

setAutoGroup

void setAutoGroup(boolean autoGroup)

isPreAcknowledge

boolean isPreAcknowledge()

setPreAcknowledge

void setPreAcknowledge(boolean preAcknowledge)

getLoadBalancingPolicyClassName

String getLoadBalancingPolicyClassName()

setLoadBalancingPolicyClassName

void setLoadBalancingPolicyClassName(String loadBalancingPolicyClassName)

getTransactionBatchSize

int getTransactionBatchSize()

setTransactionBatchSize

void setTransactionBatchSize(int transactionBatchSize)

getDupsOKBatchSize

int getDupsOKBatchSize()

setDupsOKBatchSize

void setDupsOKBatchSize(int dupsOKBatchSize)

isUseGlobalPools

boolean isUseGlobalPools()

setUseGlobalPools

void setUseGlobalPools(boolean useGlobalPools)

getScheduledThreadPoolMaxSize

int getScheduledThreadPoolMaxSize()

setScheduledThreadPoolMaxSize

void setScheduledThreadPoolMaxSize(int scheduledThreadPoolMaxSize)

getThreadPoolMaxSize

int getThreadPoolMaxSize()

setThreadPoolMaxSize

void setThreadPoolMaxSize(int threadPoolMaxSize)

getRetryInterval

long getRetryInterval()

setRetryInterval

void setRetryInterval(long retryInterval)

getRetryIntervalMultiplier

double getRetryIntervalMultiplier()

setRetryIntervalMultiplier

void setRetryIntervalMultiplier(double retryIntervalMultiplier)

getMaxRetryInterval

long getMaxRetryInterval()

setMaxRetryInterval

void setMaxRetryInterval(long maxRetryInterval)

getReconnectAttempts

int getReconnectAttempts()

setReconnectAttempts

void setReconnectAttempts(int reconnectAttempts)

isFailoverOnInitialConnection

boolean isFailoverOnInitialConnection()

setFailoverOnInitialConnection

void setFailoverOnInitialConnection(boolean failover)

getGroupID

String getGroupID()

setGroupID

void setGroupID(String groupID)

setFactoryType

void setFactoryType(JMSFactoryType factType)

getFactoryType

JMSFactoryType getFactoryType()


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