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

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

Uses of MBeanName in org.fusesource.web.console.client
 

Methods in org.fusesource.web.console.client that return MBeanName
 MBeanName FuseConsole.getMBeanData(java.lang.String objectName)
           
 

Methods in org.fusesource.web.console.client that return types with arguments of type MBeanName
 java.util.List<MBeanName> ConsolePanels.getChildMBeanNames()
           
 

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

Methods in org.fusesource.web.console.client.common that return MBeanName
 MBeanName[] AgentService.getMBeans()
           
 MBeanName[] AgentService.getMBeans(java.lang.String filter, java.util.List<java.lang.String> childFolders)
           
 

Methods in org.fusesource.web.console.client.common with parameters of type MBeanName
 void MBeanName.update(MBeanName newData)
          Updates the data from the new value
 

Uses of MBeanName in org.fusesource.web.console.client.jmx
 

Methods in org.fusesource.web.console.client.jmx that return MBeanName
static MBeanName TreeItemHelper.getBrokerName(com.google.gwt.user.client.ui.TreeItem item)
           
 MBeanName MBeanTreeLoader.getMbeanName(java.lang.String key)
           
static MBeanName TreeItemHelper.getMBeanTreeItem(com.google.gwt.user.client.ui.TreeItem treeTreeItem)
           
 MBeanName MBeanData.getName()
           
static MBeanName[] TreeItemHelper.toMBeanArray(java.util.List mbeanNames)
           
 

Methods in org.fusesource.web.console.client.jmx that return types with arguments of type MBeanName
static java.util.List<MBeanName> TreeItemHelper.getChildMBeanNames(com.google.gwt.user.client.ui.TreeItem treeItem)
           
 java.util.List<MBeanName> MBeanTreeLoader.getChildMbeans(com.google.gwt.user.client.ui.TreeItem node)
           
 java.util.HashMap<java.lang.String,MBeanName> MBeanTreeLoader.getMbeanNameMap()
           
 

Methods in org.fusesource.web.console.client.jmx with parameters of type MBeanName
static boolean TreeItemHelper.isBroker(MBeanName name)
           
static boolean TreeItemHelper.isQueue(MBeanName name)
           
static boolean TreeItemHelper.isTopic(MBeanName name)
           
 java.util.List MBeanTreeLoader.loadMBeans(MBeanName[] names, java.util.HashMap nodeMap)
           
 

Constructors in org.fusesource.web.console.client.jmx with parameters of type MBeanName
BeanConsolePanels(MBeanName name)
           
MBeanData(MBeanName name, java.lang.String id, java.lang.String parentNode, java.lang.String title, java.lang.String iconCls, java.lang.String thumbnail, java.lang.String qtip, java.lang.String folder, ConsolePanels consolePanels)
           
 

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

Methods in org.fusesource.web.console.client.jmx.panel that return types with arguments of type MBeanName
 java.util.List<MBeanName> MBeansPanel.getMbeanNames()
           
 java.util.List<MBeanName> ChartPanel.getMbeanNames()
           
 

Method parameters in org.fusesource.web.console.client.jmx.panel with type arguments of type MBeanName
protected static java.lang.String[] MBeansPanel.createAttributeNames(java.util.List<MBeanName> mbeanNames)
           
 

Constructors in org.fusesource.web.console.client.jmx.panel with parameters of type MBeanName
AttributePanel(MBeanName mbeanName)
           
AttributesGridPanel(MBeanName mbeanName)
           
ChartPanel(MBeanName... mbeanNames)
           
MBeanOperationsFormPanel(MBeanName mbeanName)
           
MessagesGridPanel(MBeanName mbeanName)
           
MessagesPanel(MBeanName mbeanName)
           
QueuesButtonPanel(MBeansPanel panel, MBeanName brokerMBean)
           
SendMessageForm(MBeanName name)
           
TopicsButtonPanel(MBeansPanel panel, MBeanName brokerMBean)
           
 

Constructor parameters in org.fusesource.web.console.client.jmx.panel with type arguments of type MBeanName
ChartPanel(java.util.List<MBeanName> mbeanNames)
           
 

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

Methods in org.fusesource.web.console.server that return MBeanName
 MBeanName[] LocalAgentServiceImpl.getMBeans()
           
 MBeanName[] AgentServiceImpl.getMBeans()
           
 MBeanName[] AgentServiceImpl.getMBeans(java.lang.String filter, java.util.List folderPaths)
           
 MBeanName[] LocalAgentServiceImpl.getMBeans(java.lang.String filter, java.util.List<java.lang.String> folderPaths)
           
 



Copyright © 2009 FuseSource. All Rights Reserved.