org.jboss.messaging.jms.server.management.impl
Class ConnectionFactoryControlImpl

java.lang.Object
  extended by org.jboss.messaging.jms.server.management.impl.ConnectionFactoryControlImpl
All Implemented Interfaces:
ConnectionFactoryControl

public class ConnectionFactoryControlImpl
extends java.lang.Object
implements ConnectionFactoryControl

Version:
$Revision$
Author:
Jeff Mesnil

Constructor Summary
ConnectionFactoryControlImpl(JBossConnectionFactory cf, java.lang.String name, java.util.List<java.lang.String> bindings)
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionFactoryControlImpl

public ConnectionFactoryControlImpl(JBossConnectionFactory cf,
                                    java.lang.String name,
                                    java.util.List<java.lang.String> bindings)
                             throws javax.management.NotCompliantMBeanException
Throws:
javax.management.NotCompliantMBeanException
Method Detail

getBindings

public java.util.List<java.lang.String> getBindings()
Specified by:
getBindings in interface ConnectionFactoryControl

getClientID

public java.lang.String getClientID()
Specified by:
getClientID in interface ConnectionFactoryControl

getClientFailureCheckPeriod

public long getClientFailureCheckPeriod()
Specified by:
getClientFailureCheckPeriod in interface ConnectionFactoryControl

getCallTimeout

public long getCallTimeout()
Specified by:
getCallTimeout in interface ConnectionFactoryControl

getConsumerMaxRate

public int getConsumerMaxRate()
Specified by:
getConsumerMaxRate in interface ConnectionFactoryControl

getConsumerWindowSize

public int getConsumerWindowSize()
Specified by:
getConsumerWindowSize in interface ConnectionFactoryControl

getProducerMaxRate

public int getProducerMaxRate()
Specified by:
getProducerMaxRate in interface ConnectionFactoryControl

getProducerWindowSize

public int getProducerWindowSize()
Specified by:
getProducerWindowSize in interface ConnectionFactoryControl

getDupsOKBatchSize

public int getDupsOKBatchSize()
Specified by:
getDupsOKBatchSize in interface ConnectionFactoryControl

isBlockOnAcknowledge

public boolean isBlockOnAcknowledge()
Specified by:
isBlockOnAcknowledge in interface ConnectionFactoryControl

isBlockOnNonPersistentSend

public boolean isBlockOnNonPersistentSend()
Specified by:
isBlockOnNonPersistentSend in interface ConnectionFactoryControl

isBlockOnPersistentSend

public boolean isBlockOnPersistentSend()
Specified by:
isBlockOnPersistentSend in interface ConnectionFactoryControl

isPreAcknowledge

public boolean isPreAcknowledge()
Specified by:
isPreAcknowledge in interface ConnectionFactoryControl

getName

public java.lang.String getName()
Specified by:
getName in interface ConnectionFactoryControl

getConnectionTTL

public long getConnectionTTL()
Specified by:
getConnectionTTL in interface ConnectionFactoryControl

getMaxConnections

public int getMaxConnections()
Specified by:
getMaxConnections in interface ConnectionFactoryControl

getReconnectAttempts

public int getReconnectAttempts()
Specified by:
getReconnectAttempts in interface ConnectionFactoryControl

isFailoverOnNodeShutdown

public boolean isFailoverOnNodeShutdown()
Specified by:
isFailoverOnNodeShutdown in interface ConnectionFactoryControl

getMinLargeMessageSize

public long getMinLargeMessageSize()
Specified by:
getMinLargeMessageSize in interface ConnectionFactoryControl

getRetryInterval

public long getRetryInterval()
Specified by:
getRetryInterval in interface ConnectionFactoryControl

getRetryIntervalMultiplier

public double getRetryIntervalMultiplier()
Specified by:
getRetryIntervalMultiplier in interface ConnectionFactoryControl

getTransactionBatchSize

public long getTransactionBatchSize()
Specified by:
getTransactionBatchSize in interface ConnectionFactoryControl

isAutoGroup

public boolean isAutoGroup()
Specified by:
isAutoGroup in interface ConnectionFactoryControl


Copyright © 2006 JBoss Inc. All Rights Reserved.