Class SlowConsumerEntry
- java.lang.Object
-
- org.apache.activemq.broker.region.policy.SlowConsumerEntry
-
public class SlowConsumerEntry extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMarkCount()intgetSlowCount()ObjectgetSubscription()voidmark()voidsetSubscription(Object subscriptionObjectName)voidslow()
-
-
-
Method Detail
-
slow
public void slow()
-
mark
public void mark()
-
setSubscription
public void setSubscription(Object subscriptionObjectName)
-
getSubscription
public Object getSubscription()
-
getSlowCount
public int getSlowCount()
-
getMarkCount
public int getMarkCount()
-
-