org.jboss.console.plugins
Class J2EEAppLister

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

public class J2EEAppLister
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
protected static java.lang.String JMX_JSR77_DOMAIN
           
 
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
J2EEAppLister()
           
 
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
 

Field Detail

JMX_JSR77_DOMAIN

protected static final java.lang.String JMX_JSR77_DOMAIN
See Also:
Constant Field Values (src)
Constructor Detail

J2EEAppLister

public J2EEAppLister()
Method Detail

getTreeForResource

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