org.neo4j.jmx.impl
Class ConfigurationBean

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

public final class ConfigurationBean
extends Neo4jMBean


Field Summary
static String CONFIGURATION_MBEAN_NAME
           
 
Method Summary
 Object getAttribute(String attribute)
           
 AttributeList getAttributes(String[] attributes)
           
 MBeanInfo getMBeanInfo()
           
 
Methods inherited from class org.neo4j.jmx.impl.Neo4jMBean
getClassName, getDescription, getDescription, getDescription, getImpact
 
Methods inherited from class javax.management.StandardMBean
cacheMBeanInfo, getCachedMBeanInfo, getConstructors, getDescription, getDescription, getDescription, getDescription, getImplementation, getImplementationClass, 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
 

Field Detail

CONFIGURATION_MBEAN_NAME

public static final String CONFIGURATION_MBEAN_NAME
See Also:
Constant Field Values
Method Detail

getAttribute

public Object getAttribute(String attribute)
                    throws AttributeNotFoundException,
                           MBeanException,
                           ReflectionException
Specified by:
getAttribute in interface DynamicMBean
Overrides:
getAttribute in class StandardMBean
Throws:
AttributeNotFoundException
MBeanException
ReflectionException

getAttributes

public AttributeList getAttributes(String[] attributes)
Specified by:
getAttributes in interface DynamicMBean
Overrides:
getAttributes in class StandardMBean

getMBeanInfo

public MBeanInfo getMBeanInfo()
Specified by:
getMBeanInfo in interface DynamicMBean
Overrides:
getMBeanInfo in class StandardMBean


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