FileDocCategorySizeDatePackage
ConsolePlugin.javaAPI DocJBoss 4.2.12192Fri Jul 13 21:02:16 BST 2007org.jboss.console.manager.interfaces

ConsolePlugin

public interface ConsolePlugin implements Serializable
Interface that all management plugins must implement
see
org.jboss.console.manager.PluginManager
author
Sacha Labourey.
version
$Revision: 57191 $

Revisions:

14 decembre 2002 Sacha Labourey:

  • First implementation

Fields Summary
public static final String
WEB_PROFILE
public static final String[]
PLUGIN_PROFILES
Constructors Summary
Methods Summary
public java.lang.StringgetIdentifier()

public TreeNodegetSubTreeForResource(org.jboss.console.manager.PluginManager master, java.lang.String profile, ManageableResource resource)

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

public java.lang.StringgetVersion()