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
WEB_PROFILE
static final String WEB_PROFILE
- See Also:
- Constant Field Values
PLUGIN_PROFILES
static final String[] PLUGIN_PROFILES
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.