org.apache.activemq.broker.region.policy
Class SlowConsumerEntry

java.lang.Object
  extended by org.apache.activemq.broker.region.policy.SlowConsumerEntry

public class SlowConsumerEntry
extends java.lang.Object


Method Summary
 int getMarkCount()
           
 int getSlowCount()
           
 java.lang.Object getSubscription()
           
 void mark()
           
 void setSubscription(java.lang.Object subscriptionObjectName)
           
 void slow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

slow

public void slow()

mark

public void mark()

setSubscription

public void setSubscription(java.lang.Object subscriptionObjectName)

getSubscription

public java.lang.Object getSubscription()

getSlowCount

public int getSlowCount()

getMarkCount

public int getMarkCount()


Copyright © 2005-2011. All Rights Reserved.