站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 console API Documentation 英文版文档

ConsolePlugin (JBoss Console API) - JBoss 3.2.7 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.1.2.1 $

Revisions:

14 decembre 2002 Sacha Labourey:

  • First implementation
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

public static final String WEB_PROFILE
See Also:
Constant Field Values

PLUGIN_PROFILES

public static final String[] PLUGIN_PROFILES
Method Detail

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.