|
|||||||||
| Home >> All >> org >> activemq >> [ service overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.service
Interface MessageContainerAdmin

- public interface MessageContainerAdmin
Provides a admin view to a destination.
- Version:
- $Revision: 1.1.1.1 $
| Method Summary | |
void |
empty()
Deletes all the messages that a container holds. |
java.lang.String |
getDestinationName()
|
| Method Detail |
getDestinationName
public java.lang.String getDestinationName()
empty
public void empty()
throws javax.jms.JMSException
- Deletes all the messages that a container holds. This is usally used
when the container is being destroyed.
|
|||||||||
| Home >> All >> org >> activemq >> [ service overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC