org.jboss.messaging.jms.server.management
Interface ConnectionFactoryControl

All Known Implementing Classes:
ConnectionFactoryControlImpl, ReplicationAwareConnectionFactoryControlWrapper

public interface ConnectionFactoryControl

Version:
$Revision$
Author:
Jeff Mesnil, Tim Fox

Method Summary
 java.util.List<java.lang.String> getBindings()
           
 long getCallTimeout()
           
 long getClientFailureCheckPeriod()
           
 java.lang.String getClientID()
           
 long getConnectionTTL()
           
 int getConsumerMaxRate()
           
 int getConsumerWindowSize()
           
 int getDupsOKBatchSize()
           
 int getMaxConnections()
           
 long getMinLargeMessageSize()
           
 java.lang.String getName()
           
 int getProducerMaxRate()
           
 int getProducerWindowSize()
           
 int getReconnectAttempts()
           
 long getRetryInterval()
           
 double getRetryIntervalMultiplier()
           
 long getTransactionBatchSize()
           
 boolean isAutoGroup()
           
 boolean isBlockOnAcknowledge()
           
 boolean isBlockOnNonPersistentSend()
           
 boolean isBlockOnPersistentSend()
           
 boolean isFailoverOnNodeShutdown()
           
 boolean isPreAcknowledge()
           
 

Method Detail

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.