org.jboss.messaging.jms.server.management
Interface ConnectionFactoryControl
- All Known Implementing Classes:
- ConnectionFactoryControlImpl, ReplicationAwareConnectionFactoryControlWrapper
public interface ConnectionFactoryControl
- Version:
- $Revision$
- Author:
- Jeff Mesnil, Tim Fox
getName
java.lang.String getName()
getBindings
java.util.List<java.lang.String> getBindings()
getClientID
java.lang.String getClientID()
getClientFailureCheckPeriod
long getClientFailureCheckPeriod()
getCallTimeout
long getCallTimeout()
getDupsOKBatchSize
int getDupsOKBatchSize()
getConsumerMaxRate
int getConsumerMaxRate()
getConsumerWindowSize
int getConsumerWindowSize()
getProducerMaxRate
int getProducerMaxRate()
getProducerWindowSize
int getProducerWindowSize()
isBlockOnAcknowledge
boolean isBlockOnAcknowledge()
isBlockOnPersistentSend
boolean isBlockOnPersistentSend()
isBlockOnNonPersistentSend
boolean isBlockOnNonPersistentSend()
isPreAcknowledge
boolean isPreAcknowledge()
getConnectionTTL
long getConnectionTTL()
getTransactionBatchSize
long getTransactionBatchSize()
getMinLargeMessageSize
long getMinLargeMessageSize()
isAutoGroup
boolean isAutoGroup()
getMaxConnections
int getMaxConnections()
getRetryInterval
long getRetryInterval()
getRetryIntervalMultiplier
double getRetryIntervalMultiplier()
getReconnectAttempts
int getReconnectAttempts()
isFailoverOnNodeShutdown
boolean isFailoverOnNodeShutdown()
Copyright © 2006 JBoss Inc. All Rights Reserved.