org.jboss.console.plugins
Class UCLLister

java.lang.Object
  extended by org.jboss.console.plugins.helpers.AbstractPluginWrapper
      extended by org.jboss.console.plugins.UCLLister
All Implemented Interfaces:
Serializable, ConsolePlugin, PluginWrapper

public class UCLLister
extends AbstractPluginWrapper

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

Version:
$Revision: 1.4.6.1 $

Revisions:

2 janv. 2003 Sacha Labourey:

Author:
Sacha Labourey.
See Also:
, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.console.plugins.helpers.AbstractPluginWrapper
AbstractPluginWrapper.InternalResourceChecker, AbstractPluginWrapper.RootTreeChecker, AbstractPluginWrapper.SingleMBeanChecker, AbstractPluginWrapper.StandardMBeanChecker, AbstractPluginWrapper.SubFolderChecker
 
Field Summary
 
Fields inherited from class org.jboss.console.plugins.helpers.AbstractPluginWrapper
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
PLUGIN_PROFILES, WEB_PROFILE
 
Constructor Summary
UCLLister()
           
 
Method Summary
protected  TreeNode getTreeForResource(String profile, ManageableResource resource)
           
 
Methods inherited from class org.jboss.console.plugins.helpers.AbstractPluginWrapper
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

UCLLister

public UCLLister()
Method Detail

getTreeForResource

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.