org.jboss.console.plugins
Class MBeansLister

java.lang.Object
  extended byorg.jboss.console.plugins.helpers.AbstractPluginWrapper (src) 
      extended byorg.jboss.console.plugins.MBeansLister
All Implemented Interfaces:
ConsolePlugin (src) , PluginWrapper (src) , java.io.Serializable

public class MBeansLister
extends AbstractPluginWrapper (src)

As the number of MBeans is very big, we use a real Java class which is far faster than beanshell

See Also:
, Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jboss.console.plugins.helpers.AbstractPluginWrapper (src)
AbstractPluginWrapper.InternalResourceChecker (src) , AbstractPluginWrapper.RootTreeChecker (src) , AbstractPluginWrapper.SingleMBeanChecker (src) , AbstractPluginWrapper.StandardMBeanChecker (src) , AbstractPluginWrapper.SubFolderChecker (src)
 
Field Summary
 
Fields inherited from class org.jboss.console.plugins.helpers.AbstractPluginWrapper (src)
checker, FOLDER_NAME_PARAM, folderName, IS_ROOT_NODE_PARAM, log, MBEAN_CLASS_PARAM, mbeanClass, mbeanServer, OBJECT_NAME_PARAM, objectName, pluginName, pluginVersion, pm, rootContextName, SCRIPT_NAME_PARAM, WRAPPER_CLASS_PARAM
 
Fields inherited from interface org.jboss.console.manager.interfaces.ConsolePlugin (src)
PLUGIN_PROFILES, WEB_PROFILE
 
Constructor Summary
MBeansLister()
           
 
Method Summary
protected  TreeNode (src) getTreeForResource(java.lang.String profile, ManageableResource (src)  resource)
           
 
Methods inherited from class org.jboss.console.plugins.helpers.AbstractPluginWrapper (src)
createMenus, createResourceNode, createResourceNode, createTreeNode, destroy, encode, findJBossMBeanServer, findPluginManager, fixUrl, getIdentifier, getMBeanServer, getMBeansForClass, getMBeansForQuery, getPluginIdentifier, getPluginVersion, getSubTreeForResource, getSupportedProfiles, getVersion, init, isResourceToBeManaged, readConfigurationParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeansLister

public MBeansLister()
Method Detail

getTreeForResource

protected TreeNode (src)  getTreeForResource(java.lang.String profile,
                                      ManageableResource (src)  resource)
Specified by:
getTreeForResource in class AbstractPluginWrapper (src)