org.jboss.messaging.jms.server.management
Interface DestinationControlMBean

All Known Subinterfaces:
JMSQueueControl, TopicControl
All Known Implementing Classes:
JMSQueueControlImpl, ReplicationAwareJMSQueueControlWrapper, ReplicationAwareTopicControlWrapper, TopicControlImpl

public interface DestinationControlMBean

Version:
$Revision$
Author:
Jeff Mesnil

Method Summary
 java.lang.String getAddress()
           
 java.lang.String getJNDIBinding()
           
 int getMessageCount()
           
 java.lang.String getName()
           
 boolean isTemporary()
           
 int removeAllMessages()
           
 

Method Detail

getName

java.lang.String getName()

getJNDIBinding

java.lang.String getJNDIBinding()

getAddress

java.lang.String getAddress()

isTemporary

boolean isTemporary()

getMessageCount

int getMessageCount()
                    throws java.lang.Exception
Throws:
java.lang.Exception

removeAllMessages

int removeAllMessages()
                      throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.