org.jboss.console.manager.interfaces
Interface ConsolePlugin

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractPluginWrapper, AOPLister, BasePluginWrapper, EJBModuleLister, J2EEAppLister, JMSLister, JSR77Lister, MBeansLister, MonitorLister, UCLLister, WebModuleLister

public interface ConsolePlugin
extends Serializable

Interface that all management plugins must implement

Version:
$Revision: 1.4.6.1 $

Revisions:

14 decembre 2002 Sacha Labourey:

Author:
Sacha Labourey.
See Also:
PluginManager

Field Summary
static String[] PLUGIN_PROFILES
           
static String WEB_PROFILE
           
 
Method Summary
 String getIdentifier()
           
 TreeNode getSubTreeForResource(PluginManager master, String profile, ManageableResource resource)
           
 String[] getSupportedProfiles()
          Define in which console framework this plugin can be plugged (web, eclipse, etc.)
 String getVersion()
           
 

Field Detail

WEB_PROFILE

static final String WEB_PROFILE
See Also:
Constant Field Values

PLUGIN_PROFILES

static final String[] PLUGIN_PROFILES
Method Detail

getSupportedProfiles

String[] getSupportedProfiles()
Define in which console framework this plugin can be plugged (web, eclipse, etc.)


getSubTreeForResource

TreeNode getSubTreeForResource(PluginManager master,
                               String profile,
                               ManageableResource resource)

getIdentifier

String getIdentifier()

getVersion

String getVersion()


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