当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 console API Documentation 英文版文档
ConsolePlugin (JBoss Console API) - JBoss 4.0.1 sp1 console API Documentation 英文版文档
org.jboss.console.manager.interfaces
Interface ConsolePlugin
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AbstractPluginWrapper
- public interface ConsolePlugin
- extends Serializable
Interface that all management plugins must implement
- Version:
- $Revision: 1.4 $
Revisions:
14 decembre 2002 Sacha Labourey:
- Author:
- Sacha Labourey.
- See Also:
PluginManager
WEB_PROFILE
public static final String WEB_PROFILE
- See Also:
- Constant Field Values
PLUGIN_PROFILES
public static final String[] PLUGIN_PROFILES
getSupportedProfiles
public String[] getSupportedProfiles()
- Define in which console framework this plugin can be plugged (web, eclipse, etc.)
getSubTreeForResource
public TreeNode getSubTreeForResource(PluginManager master,
String profile,
ManageableResource resource)
getIdentifier
public String getIdentifier()
getVersion
public String getVersion()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.