org.neo4j.jmx
Class JmxUtils
java.lang.Object
org.neo4j.jmx.JmxUtils
public class JmxUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmxUtils
public JmxUtils()
getObjectName
public static ObjectName getObjectName(GraphDatabaseAPI database,
String name)
getAttribute
public static <T> T getAttribute(ObjectName objectName,
String attribute)
invoke
public static <T> T invoke(ObjectName objectName,
String attribute,
Object[] params,
String[] signatur)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.