Neo4j Community

org.neo4j.jmx
Class JmxUtils

java.lang.Object
  extended by org.neo4j.jmx.JmxUtils

public class JmxUtils
extends Object


Constructor Summary
JmxUtils()
           
 
Method Summary
static
<T> T
getAttribute(ObjectName objectName, String attribute)
           
static ObjectName getObjectName(GraphDatabaseService db, String name)
           
static
<T> T
invoke(ObjectName objectName, String attribute, Object[] params, String[] signatur)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxUtils

public JmxUtils()
Method Detail

getObjectName

public static ObjectName getObjectName(GraphDatabaseService db,
                                       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)

Neo4j Community

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.