org.activemq.service
Interface MessageContainerAdmin
- All Known Implementing Classes:
- DurableQueueBoundedMessageContainer, DurableQueueMessageContainer, DurableTopicMessageContainer, TransientQueueBoundedMessageContainer, TransientTopicBoundedMessageContainer
public interface MessageContainerAdmin
Provides a admin view to a destination.
- Version:
- $Revision: 1.1.1.1 $
getDestinationName
String getDestinationName()
- Returns:
- the destinationName of the Container
empty
void empty()
throws JMSException
- Deletes all the messages that a container holds. This is usally used
when the container is being destroyed.
- Throws:
JMSException
Copyright © 2004-2010 Protique, Ltd.. All Rights Reserved.