public class PooledConnectionFactory extends Object
| Constructor and Description |
|---|
PooledConnectionFactory(String key) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
autoGroup()
The autogroup.
|
PooledConnectionFactory |
autoGroup(Boolean value)
The autogroup.
|
Boolean |
blockOnAcknowledge()
True to set block on acknowledge.
|
PooledConnectionFactory |
blockOnAcknowledge(Boolean value)
True to set block on acknowledge.
|
Boolean |
blockOnDurableSend()
True to set block on durable send.
|
PooledConnectionFactory |
blockOnDurableSend(Boolean value)
True to set block on durable send.
|
Boolean |
blockOnNonDurableSend()
True to set block on non durable send.
|
PooledConnectionFactory |
blockOnNonDurableSend(Boolean value)
True to set block on non durable send.
|
Boolean |
cacheLargeMessageClient()
True to cache large messages.
|
PooledConnectionFactory |
cacheLargeMessageClient(Boolean value)
True to cache large messages.
|
Long |
callFailoverTimeout()
The timeout to use when fail over is in process (in ms).
|
PooledConnectionFactory |
callFailoverTimeout(Long value)
The timeout to use when fail over is in process (in ms).
|
Long |
callTimeout()
The call time out.
|
PooledConnectionFactory |
callTimeout(Long value)
The call time out.
|
Long |
clientFailureCheckPeriod()
The client failure check period.
|
PooledConnectionFactory |
clientFailureCheckPeriod(Long value)
The client failure check period.
|
String |
clientId()
The client id.
|
PooledConnectionFactory |
clientId(String value)
The client id.
|
Boolean |
compressLargeMessages()
Whether large messages should be compressed.
|
PooledConnectionFactory |
compressLargeMessages(Boolean value)
Whether large messages should be compressed.
|
Integer |
confirmationWindowSize()
The confirmation window size.
|
PooledConnectionFactory |
confirmationWindowSize(Integer value)
The confirmation window size.
|
String |
connectionLoadBalancingPolicyClassName()
Name of a class implementing a client-side load balancing policy that a client can use to load balance sessions across different nodes in a cluster.
|
PooledConnectionFactory |
connectionLoadBalancingPolicyClassName(String value)
Name of a class implementing a client-side load balancing policy that a client can use to load balance sessions across different nodes in a cluster.
|
Long |
connectionTtl()
The connection ttl.
|
PooledConnectionFactory |
connectionTtl(Long value)
The connection ttl.
|
List<String> |
connectors()
Defines the connectors.
|
PooledConnectionFactory |
connectors(List<String> value)
Defines the connectors.
|
Integer |
consumerMaxRate()
The consumer max rate.
|
PooledConnectionFactory |
consumerMaxRate(Integer value)
The consumer max rate.
|
Integer |
consumerWindowSize()
The consumer window size.
|
PooledConnectionFactory |
consumerWindowSize(Integer value)
The consumer window size.
|
String |
discoveryGroup()
The discovery group name.
|
PooledConnectionFactory |
discoveryGroup(String value)
The discovery group name.
|
Integer |
dupsOkBatchSize()
The dups ok batch size.
|
PooledConnectionFactory |
dupsOkBatchSize(Integer value)
The dups ok batch size.
|
List<String> |
entries()
The jndi names the connection factory should be bound to.
|
PooledConnectionFactory |
entries(List<String> value)
The jndi names the connection factory should be bound to.
|
Boolean |
failoverOnInitialConnection()
True to fail over on initial connection.
|
PooledConnectionFactory |
failoverOnInitialConnection(Boolean value)
True to fail over on initial connection.
|
String |
getKey() |
String |
groupId()
The group id.
|
PooledConnectionFactory |
groupId(String value)
The group id.
|
Boolean |
ha()
Whether the connection factory supports High Availability.
|
PooledConnectionFactory |
ha(Boolean value)
Whether the connection factory supports High Availability.
|
Integer |
initialConnectAttempts()
The number of attempts to connect initially with this factory.
|
PooledConnectionFactory |
initialConnectAttempts(Integer value)
The number of attempts to connect initially with this factory.
|
Integer |
initialMessagePacketSize()
The initial size of messages created through this factory.
|
PooledConnectionFactory |
initialMessagePacketSize(Integer value)
The initial size of messages created through this factory.
|
String |
jndiParams()
The JNDI params to use for locating the destination for incoming connections.
|
PooledConnectionFactory |
jndiParams(String value)
The JNDI params to use for locating the destination for incoming connections.
|
Integer |
maxPoolSize()
The maximum size for the pool
|
PooledConnectionFactory |
maxPoolSize(Integer value)
The maximum size for the pool
|
Long |
maxRetryInterval()
The max retry interval.
|
PooledConnectionFactory |
maxRetryInterval(Long value)
The max retry interval.
|
Integer |
minLargeMessageSize()
The min large message size.
|
PooledConnectionFactory |
minLargeMessageSize(Integer value)
The min large message size.
|
Integer |
minPoolSize()
The minimum size for the pool
|
PooledConnectionFactory |
minPoolSize(Integer value)
The minimum size for the pool
|
String |
password()
The default password to use with this connection factory.
|
PooledConnectionFactory |
password(String value)
The default password to use with this connection factory.
|
Boolean |
preAcknowledge()
True to pre-acknowledge.
|
PooledConnectionFactory |
preAcknowledge(Boolean value)
True to pre-acknowledge.
|
Integer |
producerMaxRate()
The producer max rate.
|
PooledConnectionFactory |
producerMaxRate(Integer value)
The producer max rate.
|
Integer |
producerWindowSize()
The producer window size.
|
PooledConnectionFactory |
producerWindowSize(Integer value)
The producer window size.
|
Integer |
reconnectAttempts()
The reconnect attempts.
|
PooledConnectionFactory |
reconnectAttempts(Integer value)
The reconnect attempts.
|
Long |
retryInterval()
The retry interval.
|
PooledConnectionFactory |
retryInterval(Long value)
The retry interval.
|
BigDecimal |
retryIntervalMultiplier()
The retry interval multiplier.
|
PooledConnectionFactory |
retryIntervalMultiplier(BigDecimal value)
The retry interval multiplier.
|
Integer |
scheduledThreadPoolMaxSize()
The scheduled thread pool max size.
|
PooledConnectionFactory |
scheduledThreadPoolMaxSize(Integer value)
The scheduled thread pool max size.
|
Integer |
setupAttempts()
The number of times to set up an MDB endpoint
|
PooledConnectionFactory |
setupAttempts(Integer value)
The number of times to set up an MDB endpoint
|
Long |
setupInterval()
The interval between attempts at setting up an MDB endpoint.
|
PooledConnectionFactory |
setupInterval(Long value)
The interval between attempts at setting up an MDB endpoint.
|
Integer |
threadPoolMaxSize()
The thread pool max size.
|
PooledConnectionFactory |
threadPoolMaxSize(Integer value)
The thread pool max size.
|
String |
transaction()
TODO
|
PooledConnectionFactory |
transaction(String value)
TODO
|
Integer |
transactionBatchSize()
The transaction batch size.
|
PooledConnectionFactory |
transactionBatchSize(Integer value)
The transaction batch size.
|
Boolean |
useAutoRecovery()
True to use auto recovery.
|
PooledConnectionFactory |
useAutoRecovery(Boolean value)
True to use auto recovery.
|
Boolean |
useGlobalPools()
True to use global pools.
|
PooledConnectionFactory |
useGlobalPools(Boolean value)
True to use global pools.
|
Boolean |
useJndi()
Use JNDI to locate the destination for incoming connections
|
PooledConnectionFactory |
useJndi(Boolean value)
Use JNDI to locate the destination for incoming connections
|
Boolean |
useLocalTx()
Use a local transaction for incoming sessions
|
PooledConnectionFactory |
useLocalTx(Boolean value)
Use a local transaction for incoming sessions
|
String |
user()
The default username to use with this connection factory.
|
PooledConnectionFactory |
user(String value)
The default username to use with this connection factory.
|
public PooledConnectionFactory(String key)
public String getKey()
public Boolean autoGroup()
public PooledConnectionFactory autoGroup(Boolean value)
public Boolean blockOnAcknowledge()
public PooledConnectionFactory blockOnAcknowledge(Boolean value)
public Boolean blockOnDurableSend()
public PooledConnectionFactory blockOnDurableSend(Boolean value)
public Boolean blockOnNonDurableSend()
public PooledConnectionFactory blockOnNonDurableSend(Boolean value)
public Boolean cacheLargeMessageClient()
public PooledConnectionFactory cacheLargeMessageClient(Boolean value)
public Long callFailoverTimeout()
public PooledConnectionFactory callFailoverTimeout(Long value)
public Long callTimeout()
public PooledConnectionFactory callTimeout(Long value)
public Long clientFailureCheckPeriod()
public PooledConnectionFactory clientFailureCheckPeriod(Long value)
public String clientId()
public PooledConnectionFactory clientId(String value)
public Boolean compressLargeMessages()
public PooledConnectionFactory compressLargeMessages(Boolean value)
public Integer confirmationWindowSize()
public PooledConnectionFactory confirmationWindowSize(Integer value)
public String connectionLoadBalancingPolicyClassName()
public PooledConnectionFactory connectionLoadBalancingPolicyClassName(String value)
public Long connectionTtl()
public PooledConnectionFactory connectionTtl(Long value)
public List<String> connectors()
public PooledConnectionFactory connectors(List<String> value)
public Integer consumerMaxRate()
public PooledConnectionFactory consumerMaxRate(Integer value)
public Integer consumerWindowSize()
public PooledConnectionFactory consumerWindowSize(Integer value)
public String discoveryGroup()
public PooledConnectionFactory discoveryGroup(String value)
public Integer dupsOkBatchSize()
public PooledConnectionFactory dupsOkBatchSize(Integer value)
public PooledConnectionFactory entries(List<String> value)
public Boolean failoverOnInitialConnection()
public PooledConnectionFactory failoverOnInitialConnection(Boolean value)
public String groupId()
public PooledConnectionFactory groupId(String value)
public Boolean ha()
public PooledConnectionFactory ha(Boolean value)
public Integer initialConnectAttempts()
public PooledConnectionFactory initialConnectAttempts(Integer value)
public Integer initialMessagePacketSize()
public PooledConnectionFactory initialMessagePacketSize(Integer value)
public Integer maxPoolSize()
public PooledConnectionFactory maxPoolSize(Integer value)
public Long maxRetryInterval()
public PooledConnectionFactory maxRetryInterval(Long value)
public Integer minLargeMessageSize()
public PooledConnectionFactory minLargeMessageSize(Integer value)
public Integer minPoolSize()
public PooledConnectionFactory minPoolSize(Integer value)
public String password()
public PooledConnectionFactory password(String value)
public Boolean preAcknowledge()
public PooledConnectionFactory preAcknowledge(Boolean value)
public Integer producerMaxRate()
public PooledConnectionFactory producerMaxRate(Integer value)
public Integer producerWindowSize()
public PooledConnectionFactory producerWindowSize(Integer value)
public Integer reconnectAttempts()
public PooledConnectionFactory reconnectAttempts(Integer value)
public Long retryInterval()
public PooledConnectionFactory retryInterval(Long value)
public BigDecimal retryIntervalMultiplier()
public PooledConnectionFactory retryIntervalMultiplier(BigDecimal value)
public Integer scheduledThreadPoolMaxSize()
public PooledConnectionFactory scheduledThreadPoolMaxSize(Integer value)
public Integer threadPoolMaxSize()
public PooledConnectionFactory threadPoolMaxSize(Integer value)
public String transaction()
public PooledConnectionFactory transaction(String value)
public Integer transactionBatchSize()
public PooledConnectionFactory transactionBatchSize(Integer value)
public Boolean useAutoRecovery()
public PooledConnectionFactory useAutoRecovery(Boolean value)
public Boolean useGlobalPools()
public PooledConnectionFactory useGlobalPools(Boolean value)
public String user()
public PooledConnectionFactory user(String value)
public String jndiParams()
public PooledConnectionFactory jndiParams(String value)
public Integer setupAttempts()
public PooledConnectionFactory setupAttempts(Integer value)
public Long setupInterval()
public PooledConnectionFactory setupInterval(Long value)
public Boolean useJndi()
public PooledConnectionFactory useJndi(Boolean value)
public Boolean useLocalTx()
public PooledConnectionFactory useLocalTx(Boolean value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.