org.jboss.console.plugins.helpers
Class BasePluginWrapper
java.lang.Object
org.jboss.console.plugins.helpers.AbstractPluginWrapper (src)
org.jboss.console.plugins.helpers.BasePluginWrapper
- All Implemented Interfaces:
- ConsolePlugin (src) , PluginWrapper (src) , java.io.Serializable
- public class BasePluginWrapper
- extends AbstractPluginWrapper (src)
- See Also:
- ,
Serialized Form
Fields inherited from class org.jboss.console.plugins.helpers.AbstractPluginWrapper (src) |
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 (src) |
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 Interpreter interpreter
pluginName
protected java.lang.String pluginName
pluginVersion
protected java.lang.String pluginVersion
scriptName
protected java.lang.String scriptName
scriptContent
protected java.lang.String scriptContent
script
protected ScriptPlugin (src) script
pluginCtx
protected PluginContext (src) pluginCtx
BasePluginWrapper
public BasePluginWrapper()
init
public void init(ServletConfig servletConfig)
throws java.lang.Exception
- Specified by:
init
in interface PluginWrapper (src)
- Overrides:
init
in class AbstractPluginWrapper (src)
- Throws:
java.lang.Exception
readConfigurationParameters
public void readConfigurationParameters(ServletConfig config)
- Overrides:
readConfigurationParameters
in class AbstractPluginWrapper (src)
getPluginIdentifier
protected java.lang.String getPluginIdentifier()
- Overrides:
getPluginIdentifier
in class AbstractPluginWrapper (src)
getPluginVersion
protected java.lang.String getPluginVersion()
- Overrides:
getPluginVersion
in class AbstractPluginWrapper (src)
getTreeForResource
protected TreeNode (src) getTreeForResource(java.lang.String profile,
ManageableResource (src) resource)
- Specified by:
getTreeForResource
in class AbstractPluginWrapper (src)
isResourceToBeManaged
protected boolean isResourceToBeManaged(ManageableResource (src) resource)
- Overrides:
isResourceToBeManaged
in class AbstractPluginWrapper (src)
isResourceToBeManaged_Script
protected boolean isResourceToBeManaged_Script(PluginManager (src) master,
ManageableResource (src) resource)
throws java.lang.reflect.UndeclaredThrowableException
- Throws:
java.lang.reflect.UndeclaredThrowableException
loadScript
protected void loadScript(java.lang.String scriptName)
throws java.lang.Exception
- Throws:
java.lang.Exception