org.jboss.messaging.jms.server.management.impl
Class ConnectionFactoryControlImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionFactoryControlImpl
public ConnectionFactoryControlImpl(JBossConnectionFactory cf,
java.lang.String name,
java.util.List<java.lang.String> bindings)
throws javax.management.NotCompliantMBeanException
- Throws:
javax.management.NotCompliantMBeanException
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.