public class JmxObjectFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
addExtension(Extension extension,
java.util.List<JmxGet> alreadyAdded) |
void |
convertFramework(JmxFrameworkValues framework,
java.util.List<JmxGet> jmxGets,
java.util.List<JmxInvoke> jmxInvokes)
Converts the framework jmx values into jmx objects.
|
static JmxObjectFactory |
createJmxFactory()
Called by the JMX Service to create the factory used to create object names and jmx metrics.
|
protected java.lang.String |
getSafeObjectName(java.lang.String pObjectNameString)
Gets the object safe name.
|
void |
getStartUpJmxObjects(java.util.List<JmxGet> jmxGets,
java.util.List<JmxInvoke> jmxInvokes)
This should be called on startup by the JMX Service.
|
public static JmxObjectFactory createJmxFactory()
public void getStartUpJmxObjects(java.util.List<JmxGet> jmxGets, java.util.List<JmxInvoke> jmxInvokes)
public void convertFramework(JmxFrameworkValues framework, java.util.List<JmxGet> jmxGets, java.util.List<JmxInvoke> jmxInvokes)
protected java.lang.String getSafeObjectName(java.lang.String pObjectNameString)
pObjectNameString - The input name for the object.