public class HawtioPlugin extends Object implements HawtioPluginMBean
Constructor and Description |
---|
HawtioPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
String |
getContext() |
String |
getDomain() |
String |
getName() |
protected ObjectName |
getObjectName() |
String[] |
getScripts() |
void |
init() |
void |
setContext(String context) |
void |
setDomain(String domain) |
void |
setName(String name) |
void |
setScripts(String scripts) |
void |
setScripts(String[] scripts) |
public void init()
public void destroy()
public void setName(String name)
public void setContext(String context)
public String getContext()
getContext
in interface Plugin
public void setDomain(String domain)
public void setScripts(String[] scripts)
public void setScripts(String scripts)
public String[] getScripts()
getScripts
in interface Plugin
protected ObjectName getObjectName() throws MalformedObjectNameException
MalformedObjectNameException
Copyright © 2017 JBoss by Red Hat. All rights reserved.