Uses of Interface
org.apache.activemq.broker.region.group.MessageGroupMapFactory

Packages that use MessageGroupMapFactory
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.broker.region.group Classes to implement the Message Groups feature. 
org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard. 
 

Uses of MessageGroupMapFactory in org.apache.activemq.broker.region
 

Methods in org.apache.activemq.broker.region that return MessageGroupMapFactory
 MessageGroupMapFactory Queue.getMessageGroupMapFactory()
           
 

Methods in org.apache.activemq.broker.region with parameters of type MessageGroupMapFactory
 void Queue.setMessageGroupMapFactory(MessageGroupMapFactory messageGroupMapFactory)
           
 

Uses of MessageGroupMapFactory in org.apache.activemq.broker.region.group
 

Classes in org.apache.activemq.broker.region.group that implement MessageGroupMapFactory
 class CachedMessageGroupMapFactory
          A factory to create instances of CachedMessageGroupMap when implementing the Message Groups functionality.
 class MessageGroupHashBucketFactory
          A factory to create instances of SimpleMessageGroupMap when implementing the Message Groups functionality.
 class SimpleMessageGroupMapFactory
          A factory to create instances of SimpleMessageGroupMap when implementing the Message Groups functionality.
 

Methods in org.apache.activemq.broker.region.group that return MessageGroupMapFactory
static MessageGroupMapFactory GroupFactoryFinder.createMessageGroupMapFactory(String type)
           
 

Uses of MessageGroupMapFactory in org.apache.activemq.broker.region.policy
 

Methods in org.apache.activemq.broker.region.policy that return MessageGroupMapFactory
 MessageGroupMapFactory PolicyEntry.getMessageGroupMapFactory()
           
 

Methods in org.apache.activemq.broker.region.policy with parameters of type MessageGroupMapFactory
 void PolicyEntry.setMessageGroupMapFactory(MessageGroupMapFactory messageGroupMapFactory)
          Sets the factory used to create new instances of {MessageGroupMap} used to implement the Message Groups functionality.
 



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