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 void
abortConnection(String objectNameOfConsumerToAbort)
void
abortConnection(ObjectName consumerToAbort)
void
abortConsumer(String objectNameOfConsumerToAbort)
void
abortConsumer(ObjectName consumerToAbort)
long
getCheckPeriod()
long
getMaxSlowCount()
long
getMaxSlowDuration()
TabularData
getSlowConsumers()
void
setMaxSlowCount(long maxSlowCount)
void
setMaxSlowDuration(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)
-
-