Uses of Class
org.fusesource.web.console.client.common.DestinationMessage

Packages that use DestinationMessage
org.fusesource.web.console.client.common   
org.fusesource.web.console.client.jmx.panel   
org.fusesource.web.console.server   
 

Uses of DestinationMessage in org.fusesource.web.console.client.common
 

Methods in org.fusesource.web.console.client.common that return types with arguments of type DestinationMessage
 java.util.List<DestinationMessage> AgentService.getDestinationMessages(java.lang.String destinationName)
           
 

Methods in org.fusesource.web.console.client.common with parameters of type DestinationMessage
 java.lang.String AgentService.sendMessage(java.lang.String destinationName, DestinationMessage message)
          Sends a text message to the given destination MBean name with the given headers and body
 void AgentServiceAsync.sendMessage(java.lang.String destinationName, DestinationMessage message, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> async)
          Sends a text message to the given destination MBean name with the given headers and body
 

Method parameters in org.fusesource.web.console.client.common with type arguments of type DestinationMessage
 void AgentServiceAsync.getDestinationMessages(java.lang.String destinationName, com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<DestinationMessage>> async)
           
 

Uses of DestinationMessage in org.fusesource.web.console.client.jmx.panel
 

Methods in org.fusesource.web.console.client.jmx.panel that return types with arguments of type DestinationMessage
protected  java.util.List<DestinationMessage> MessagesGridPanel.getSelectedMessages()
           
 

Methods in org.fusesource.web.console.client.jmx.panel with parameters of type DestinationMessage
protected  void MessagesPanel.onGridResults(DestinationMessage[] messages)
           
 void MessagePanel.setMessage(DestinationMessage selectedMessage)
           
 

Method parameters in org.fusesource.web.console.client.jmx.panel with type arguments of type DestinationMessage
protected  void MessagesGridPanel.doCopyMessages(java.util.List<DestinationMessage> list, java.lang.String destinationQueueName)
           
protected  void MessagesGridPanel.doDeleteMessages(java.util.List<DestinationMessage> list)
           
protected  void MessagesGridPanel.doMoveMessages(java.util.List<DestinationMessage> list, java.lang.String destinationQueueName)
           
protected  void MessagesGridPanel.doRetryMessages(java.util.List<DestinationMessage> list)
           
protected  java.util.List<java.lang.String> MessagesGridPanel.getMessageIDList(java.util.List<DestinationMessage> list)
           
 

Uses of DestinationMessage in org.fusesource.web.console.server
 

Methods in org.fusesource.web.console.server that return DestinationMessage
protected  DestinationMessage LocalAgentServiceImpl.createDestinationMessage(javax.management.openmbean.CompositeData compositeData)
           
static DestinationMessage[] ActivemqUtil.getDestinationMessages(java.lang.String destinationName, javax.management.MBeanServer mbeanServer)
           
 

Methods in org.fusesource.web.console.server that return types with arguments of type DestinationMessage
 java.util.List<DestinationMessage> LocalAgentServiceImpl.getDestinationMessages(java.lang.String destinationName)
           
 

Methods in org.fusesource.web.console.server with parameters of type DestinationMessage
 java.lang.String LocalAgentServiceImpl.sendMessage(java.lang.String destinationName, DestinationMessage message)
          Sends a text message to the given destination MBean name with the given headers and body
 java.lang.String AgentServiceImpl.sendMessage(java.lang.String destinationName, DestinationMessage message)
           
 



Copyright © 2009 FuseSource. All Rights Reserved.