org.neo4j.jmx.impl
Class Neo4jMBean

java.lang.Object
  extended by javax.management.StandardMBean
      extended by org.neo4j.jmx.impl.Neo4jMBean
All Implemented Interfaces:
DynamicMBean, MBeanRegistration
Direct Known Subclasses:
ConfigurationBean, KernelBean

public abstract class Neo4jMBean
extends StandardMBean


Constructor Summary
protected Neo4jMBean(ManagementData management, boolean isMXBean, String... extraNaming)
           
protected Neo4jMBean(ManagementData management, String... extraNaming)
           
 
Method Summary
protected  String getClassName(MBeanInfo info)
           
protected  String getDescription(MBeanAttributeInfo info)
           
protected  String getDescription(MBeanInfo info)
           
protected  String getDescription(MBeanOperationInfo info)
           
protected  int getImpact(MBeanOperationInfo info)
           
 
Methods inherited from class javax.management.StandardMBean
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getConstructors, getDescription, getDescription, getDescription, getDescription, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Neo4jMBean

protected Neo4jMBean(ManagementData management,
                     boolean isMXBean,
                     String... extraNaming)

Neo4jMBean

protected Neo4jMBean(ManagementData management,
                     String... extraNaming)
              throws NotCompliantMBeanException
Throws:
NotCompliantMBeanException
Method Detail

getClassName

protected String getClassName(MBeanInfo info)
Overrides:
getClassName in class StandardMBean

getDescription

protected String getDescription(MBeanInfo info)
Overrides:
getDescription in class StandardMBean

getDescription

protected String getDescription(MBeanAttributeInfo info)
Overrides:
getDescription in class StandardMBean

getDescription

protected String getDescription(MBeanOperationInfo info)
Overrides:
getDescription in class StandardMBean

getImpact

protected int getImpact(MBeanOperationInfo info)
Overrides:
getImpact in class StandardMBean


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