Uses of Interface
org.codehaus.activemq.capacity.CapacityMonitor

Packages that use CapacityMonitor
org.codehaus.activemq.broker The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. 
org.codehaus.activemq.broker.impl The default implementation of the JMS Broker  
org.codehaus.activemq.capacity   
org.codehaus.activemq.message.util   
 

Uses of CapacityMonitor in org.codehaus.activemq.broker
 

Subinterfaces of CapacityMonitor in org.codehaus.activemq.broker
 interface Broker
          The Message Broker which routes messages, maintains subscriptions and connections, acknowlegdges messages and handles transactions.
 

Uses of CapacityMonitor in org.codehaus.activemq.broker.impl
 

Classes in org.codehaus.activemq.broker.impl that implement CapacityMonitor
 class DefaultBroker
          The default Broker implementation
 

Uses of CapacityMonitor in org.codehaus.activemq.capacity
 

Classes in org.codehaus.activemq.capacity that implement CapacityMonitor
 class BasicCapacityMonitor
          BasicCapacityMonitor implementation
 class DelegateCapacityMonitor
          BasicCapacityMonitor implementation
 

Fields in org.codehaus.activemq.capacity declared as CapacityMonitor
(package private)  CapacityMonitor DelegateCapacityMonitor.monitor
           
 

Methods in org.codehaus.activemq.capacity with parameters of type CapacityMonitor
 void DelegateCapacityMonitor.setDelegate(CapacityMonitor cm)
          Set the delegated one
 

Constructors in org.codehaus.activemq.capacity with parameters of type CapacityMonitor
DelegateCapacityMonitor(String name, CapacityMonitor cm)
          Construct a DelegateCapacityMonitor
 

Uses of CapacityMonitor in org.codehaus.activemq.message.util
 

Classes in org.codehaus.activemq.message.util that implement CapacityMonitor
 class MemoryBoundedQueueManager
          A factory manager for MemoryBoundedQueue and also ensures that the maximum memory used by all active MemoryBoundedQueues cewated by this instance stays within the memory usage bounds set.
 



Copyright © 2004 Protique, Ltd.. All Rights Reserved.