当前页面:
在线文档首页 >
JBoss 3.2.7 console API Documentation 英文版文档
BasePluginWrapper (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档
org.jboss.console.plugins.helpers
Class BasePluginWrapper
java.lang.Object
org.jboss.console.plugins.helpers.AbstractPluginWrapper
org.jboss.console.plugins.helpers.BasePluginWrapper
- All Implemented Interfaces:
- ConsolePlugin, PluginWrapper, Serializable
- public class BasePluginWrapper
- extends AbstractPluginWrapper
- Version:
- $Revision: 1.2.2.2 $
Revisions:
23 dec 2002 Sacha Labourey:
- Author:
- Sacha Labourey.
- See Also:
- ,
Serialized Form
Fields inherited from class org.jboss.console.plugins.helpers.AbstractPluginWrapper |
checker, FOLDER_NAME_PARAM, folderName, IS_ROOT_NODE_PARAM, log, MBEAN_CLASS_PARAM, mbeanClass, mbeanServer, OBJECT_NAME_PARAM, objectName, pm, rootContextName, SCRIPT_NAME_PARAM, WRAPPER_CLASS_PARAM |
Methods inherited from class org.jboss.console.plugins.helpers.AbstractPluginWrapper |
createMenus, createResourceNode, createResourceNode, createTreeNode, destroy, encode, findJBossMBeanServer, findPluginManager, fixUrl, getIdentifier, getMBeanServer, getMBeansForClass, getMBeansForQuery, getSubTreeForResource, getSupportedProfiles, getVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interpreter
protected bsh.Interpreter interpreter
pluginName
protected String pluginName
pluginVersion
protected String pluginVersion
scriptName
protected String scriptName
scriptContent
protected String scriptContent
script
protected ScriptPlugin script
pluginCtx
protected PluginContext pluginCtx
BasePluginWrapper
public BasePluginWrapper()
init
public void init(javax.servlet.ServletConfig servletConfig)
throws Exception
- Specified by:
init
in interface PluginWrapper
- Overrides:
init
in class AbstractPluginWrapper
- Throws:
Exception
readConfigurationParameters
public void readConfigurationParameters(javax.servlet.ServletConfig config)
- Overrides:
readConfigurationParameters
in class AbstractPluginWrapper
getPluginIdentifier
protected String getPluginIdentifier()
- Overrides:
getPluginIdentifier
in class AbstractPluginWrapper
getPluginVersion
protected String getPluginVersion()
- Overrides:
getPluginVersion
in class AbstractPluginWrapper
getTreeForResource
protected TreeNode getTreeForResource(String profile,
ManageableResource resource)
- Specified by:
getTreeForResource
in class AbstractPluginWrapper
isResourceToBeManaged
protected boolean isResourceToBeManaged(ManageableResource resource)
- Overrides:
isResourceToBeManaged
in class AbstractPluginWrapper
isResourceToBeManaged_Script
protected boolean isResourceToBeManaged_Script(PluginManager master,
ManageableResource resource)
throws UndeclaredThrowableException
- Throws:
UndeclaredThrowableException
loadScript
protected void loadScript(String scriptName)
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.