Uses of Class
org.apache.activemq.usage.Usage

Packages that use Usage
org.apache.activemq.usage   
 

Uses of Usage in org.apache.activemq.usage
 

Classes in org.apache.activemq.usage with type parameters of type Usage
 class Usage<T extends Usage>
          Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
 

Subclasses of Usage in org.apache.activemq.usage
 class MemoryUsage
          Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
 

Fields in org.apache.activemq.usage declared as Usage
protected  T Usage.parent
           
 

Methods in org.apache.activemq.usage with parameters of type Usage
 void UsageListener.onUsageChanged(Usage usage, int oldPercentUsage, int newPercentUsage)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.