Uses of Interface
org.jboss.console.manager.interfaces.ConsolePlugin

Packages that use ConsolePlugin
org.jboss.console.manager   
org.jboss.console.plugins   
org.jboss.console.plugins.helpers   
 

Uses of ConsolePlugin in org.jboss.console.manager
 

Methods in org.jboss.console.manager with parameters of type ConsolePlugin
 void PluginManager.registerPlugin(ConsolePlugin plugin)
          send a message
 void PluginManagerMBean.registerPlugin(ConsolePlugin plugin)
          send a message
 void PluginManager.unregisterPlugin(ConsolePlugin plugin)
          send a message
 void PluginManagerMBean.unregisterPlugin(ConsolePlugin plugin)
          send a message
 

Uses of ConsolePlugin in org.jboss.console.plugins
 

Classes in org.jboss.console.plugins that implement ConsolePlugin
 class AOPLister
          As the number of MBeans is very big, we use a real Java class which is far faster than beanshell
 class EJBModuleLister
          As the number of MBeans is very big, we use a real Java class which is far faster than beanshell
 class J2EEAppLister
          As the number of MBeans is very big, we use a real Java class which is far faster than beanshell
 class JMSLister
           
 class JSR77Lister
          As the number of MBeans is very big, we use a real Java class which is far faster than beanshell
 class MBeansLister
          As the number of MBeans is very big, we use a real Java class which is far faster than beanshell
 class MonitorLister
          As the number of MBeans is very big, we use a real Java class which is far faster than beanshell
 class UCLLister
          As the number of UCL can be very big, we use a real Java class which is far faster than beanshell
 class WebModuleLister
          As the number of MBeans is very big, we use a real Java class which is far faster than beanshell
 

Uses of ConsolePlugin in org.jboss.console.plugins.helpers
 

Classes in org.jboss.console.plugins.helpers that implement ConsolePlugin
 class AbstractPluginWrapper
          
 class BasePluginWrapper
          
 



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