org.fusesource.web.console.server
Class ActivemqUtil

java.lang.Object
  extended by org.fusesource.web.console.server.ActivemqUtil

public class ActivemqUtil
extends java.lang.Object


Constructor Summary
ActivemqUtil()
           
 
Method Summary
static DestinationMessage[] getDestinationMessages(java.lang.String destinationName, javax.management.MBeanServer mbeanServer)
           
static javax.management.MBeanServer loadActivemq()
           
static boolean moveMessageTo(java.lang.String messageId, java.lang.String destinationSource, java.lang.String targetDestination, javax.management.MBeanServer mbeanServer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivemqUtil

public ActivemqUtil()
Method Detail

loadActivemq

public static javax.management.MBeanServer loadActivemq()
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

getDestinationMessages

public static DestinationMessage[] getDestinationMessages(java.lang.String destinationName,
                                                          javax.management.MBeanServer mbeanServer)
                                                   throws java.lang.Exception
Throws:
java.lang.Exception

moveMessageTo

public static boolean moveMessageTo(java.lang.String messageId,
                                    java.lang.String destinationSource,
                                    java.lang.String targetDestination,
                                    javax.management.MBeanServer mbeanServer)
                             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009 FuseSource. All Rights Reserved.