Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.console » plugins » [javadoc | source]
org.jboss.console.plugins
public class: MBeansLister [javadoc | source]
java.lang.Object
   org.jboss.console.plugins.helpers.AbstractPluginWrapper
      org.jboss.console.plugins.MBeansLister

All Implemented Interfaces:
    ConsolePlugin, PluginWrapper

As the number of MBeans is very big, we use a real Java class which is far faster than beanshell
Fields inherited from org.jboss.console.plugins.helpers.AbstractPluginWrapper:
OBJECT_NAME_PARAM,  FOLDER_NAME_PARAM,  MBEAN_CLASS_PARAM,  WRAPPER_CLASS_PARAM,  SCRIPT_NAME_PARAM,  IS_ROOT_NODE_PARAM,  mbeanServer,  pm,  pluginName,  pluginVersion,  objectName,  mbeanClass,  folderName,  rootContextName,  log,  checker
Constructor:
 public MBeansLister() 
Method from org.jboss.console.plugins.MBeansLister Summary:
createJmxAttributeSubResource,   createJmxDomainsSubNodes,   createJmxMBeanSubResources,   getTreeForResource
Methods from org.jboss.console.plugins.helpers.AbstractPluginWrapper:
createMenus,   createResourceNode,   createResourceNode,   createTreeNode,   destroy,   encode,   findJBossMBeanServer,   findPluginManager,   fixUrl,   getIdentifier,   getMBeanServer,   getMBeansForClass,   getMBeansForQuery,   getPluginIdentifier,   getPluginVersion,   getSubTreeForResource,   getSupportedProfiles,   getTreeForResource,   getVersion,   init,   isResourceToBeManaged,   readConfigurationParameters
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.console.plugins.MBeansLister Detail:
 TreeNode createJmxAttributeSubResource(MBeanAttributeInfo attr,
    ObjectName mbeanName) throws Exception 
 TreeNode[] createJmxDomainsSubNodes() throws Exception 
 TreeNode createJmxMBeanSubResources(MBeanData data) throws Exception 
 protected TreeNode getTreeForResource(String profile,
    ManageableResource resource)