org.apache.activemq.broker.region
Class TempQueueRegion
java.lang.Object
org.apache.activemq.broker.region.AbstractRegion
org.apache.activemq.broker.region.TempQueueRegion
- All Implemented Interfaces:
- Region, Service
- Direct Known Subclasses:
- ManagedTempQueueRegion
public class TempQueueRegion
- extends AbstractRegion
- Version:
- $Revision: 1.7 $
Fields inherited from class org.apache.activemq.broker.region.AbstractRegion |
autoCreateDestinations, broker, consumerChangeMutexMap, destinationFactory, destinationMap, destinations, destinationsMutex, destinationStatistics, memoryManager, subscriptions, taskRunnerFactory |
Methods inherited from class org.apache.activemq.broker.region.AbstractRegion |
acknowledge, addConsumer, addDestination, destroySubscription, gc, getDestinationMap, getDestinations, getDurableDestinations, getInactiveDestinations, isAutoCreateDestinations, lookup, messagePull, processDispatchNotification, removeConsumer, removeSubscription, send, setAutoCreateDestinations, start, stop |
TempQueueRegion
public TempQueueRegion(RegionBroker broker,
DestinationStatistics destinationStatistics,
UsageManager memoryManager,
TaskRunnerFactory taskRunnerFactory,
DestinationFactory destinationFactory)
createDestination
protected Destination createDestination(ConnectionContext context,
ActiveMQDestination destination)
throws Exception
- Overrides:
createDestination
in class AbstractRegion
- Throws:
Exception
createSubscription
protected Subscription createSubscription(ConnectionContext context,
ConsumerInfo info)
throws javax.jms.InvalidSelectorException
- Specified by:
createSubscription
in class AbstractRegion
- Throws:
javax.jms.InvalidSelectorException
toString
public String toString()
- Overrides:
toString
in class Object
removeDestination
public void removeDestination(ConnectionContext context,
ActiveMQDestination destination,
long timeout)
throws Exception
- Description copied from interface:
Region
- Used to destroy a destination.
This should try to quiesce use of the destination up to the timeout allotted time before removing the destination.
This will remove all persistent messages associated with the destination.
- Specified by:
removeDestination
in interface Region
- Overrides:
removeDestination
in class AbstractRegion
- Parameters:
context
- the environment the operation is being executed under.destination
- what is being removed from the broker.timeout
- the max amount of time to wait for the destination to quiesce
- Throws:
Exception
- TODO
Copyright © 2011 Apache Software Foundation. All Rights Reserved.