Package org.apache.activemq.broker.jmx
Interface AbortSlowConsumerStrategyViewMBean
-
- All Known Subinterfaces:
AbortSlowAckConsumerStrategyViewMBean
- All Known Implementing Classes:
AbortSlowAckConsumerStrategyView,AbortSlowConsumerStrategyView
public interface AbortSlowConsumerStrategyViewMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidabortConnection(String objectNameOfConsumerToAbort)voidabortConnection(ObjectName consumerToAbort)voidabortConsumer(String objectNameOfConsumerToAbort)voidabortConsumer(ObjectName consumerToAbort)longgetCheckPeriod()longgetMaxSlowCount()longgetMaxSlowDuration()TabularDatagetSlowConsumers()voidsetMaxSlowCount(long maxSlowCount)voidsetMaxSlowDuration(long maxSlowDuration)
-
-
-
Method Detail
-
getMaxSlowCount
long getMaxSlowCount()
-
setMaxSlowCount
void setMaxSlowCount(long maxSlowCount)
-
getMaxSlowDuration
long getMaxSlowDuration()
-
setMaxSlowDuration
void setMaxSlowDuration(long maxSlowDuration)
-
getCheckPeriod
long getCheckPeriod()
-
getSlowConsumers
TabularData getSlowConsumers() throws OpenDataException
- Throws:
OpenDataException
-
abortConsumer
void abortConsumer(ObjectName consumerToAbort)
-
abortConnection
void abortConnection(ObjectName consumerToAbort)
-
abortConsumer
void abortConsumer(String objectNameOfConsumerToAbort)
-
abortConnection
void abortConnection(String objectNameOfConsumerToAbort)
-
-