public class JmxObject extends MObject implements JmxObjectMBean
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
jmxFixName |
protected String |
jmxName |
protected String |
jmxPackage |
protected String |
jmxType |
| Constructor and Description |
|---|
JmxObject() |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectName |
createJmxObjectName() |
protected String |
getJmxName() |
ObjectName |
getJmxObjectName() |
protected String |
getJmxPackage() |
protected String |
getJmxType() |
boolean |
isJmxFixName() |
boolean |
isJmxRegistered() |
void |
setJmxName(String in) |
void |
setJmxPackage(String in) |
void |
setJmxProxy(de.mhus.lib.core.jmx.MBeanProxy mBeanProxy) |
void |
setJmxRegistered(boolean b) |
base, base, createBase, forkBase, installBase, isBase, leaveBase, toStringprotected String jmxName
protected String jmxType
protected String jmxPackage
protected boolean jmxFixName
public ObjectName getJmxObjectName() throws MalformedObjectNameException
MalformedObjectNameExceptionprotected ObjectName createJmxObjectName() throws MalformedObjectNameException
MalformedObjectNameExceptionprotected String getJmxType()
protected String getJmxPackage()
protected String getJmxName()
public void setJmxRegistered(boolean b)
public boolean isJmxRegistered()
public void setJmxName(String in)
public void setJmxPackage(String in)
public boolean isJmxFixName()
public void setJmxProxy(de.mhus.lib.core.jmx.MBeanProxy mBeanProxy)
Copyright © 2014. All rights reserved.