public interface AbortSlowConsumerStrategyViewMBean
Modifier and Type | Method and Description |
---|---|
void |
abortConnection(ObjectName consumerToAbort) |
void |
abortConnection(String objectNameOfConsumerToAbort) |
void |
abortConsumer(ObjectName consumerToAbort) |
void |
abortConsumer(String objectNameOfConsumerToAbort) |
long |
getCheckPeriod() |
long |
getMaxSlowCount() |
long |
getMaxSlowDuration() |
TabularData |
getSlowConsumers() |
void |
setMaxSlowCount(long maxSlowCount) |
void |
setMaxSlowDuration(long maxSlowDuration) |
long getMaxSlowCount()
void setMaxSlowCount(long maxSlowCount)
long getMaxSlowDuration()
void setMaxSlowDuration(long maxSlowDuration)
long getCheckPeriod()
TabularData getSlowConsumers() throws OpenDataException
OpenDataException
void abortConsumer(ObjectName consumerToAbort)
void abortConnection(ObjectName consumerToAbort)
void abortConsumer(String objectNameOfConsumerToAbort)
void abortConnection(String objectNameOfConsumerToAbort)
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.