Uses of Interface
org.activemq.capacity.CapacityMonitor

Packages that use CapacityMonitor
org.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.activemq.broker.impl The default implementation of the JMS Broker 
org.activemq.capacity   
org.activemq.io.util   
 

Uses of CapacityMonitor in org.activemq.broker
 

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

Uses of CapacityMonitor in org.activemq.broker.impl
 

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

Uses of CapacityMonitor in org.activemq.capacity
 

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

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

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

Uses of CapacityMonitor in org.activemq.io.util
 

Classes in org.activemq.io.util that implement CapacityMonitor
 class MemoryBoundedObjectManager
          Keeps track of MemoryBoundedObjects
 



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