org.neo4j.jmx.impl
Class KernelBean
java.lang.Object
javax.management.StandardMBean
org.neo4j.jmx.impl.Neo4jMBean
org.neo4j.jmx.impl.KernelBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration, Kernel
public class KernelBean
- extends Neo4jMBean
- implements Kernel
| Fields inherited from interface org.neo4j.jmx.Kernel |
NAME |
| 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 |
getNeoDataSource
public static NeoStoreXaDataSource getNeoDataSource(KernelData kernel)
getMBeanQuery
public ObjectName getMBeanQuery()
- Specified by:
getMBeanQuery in interface Kernel
getKernelStartTime
public Date getKernelStartTime()
- Specified by:
getKernelStartTime in interface Kernel
getStoreCreationDate
public Date getStoreCreationDate()
- Specified by:
getStoreCreationDate in interface Kernel
getStoreId
public String getStoreId()
- Specified by:
getStoreId in interface Kernel
getStoreLogVersion
public long getStoreLogVersion()
- Specified by:
getStoreLogVersion in interface Kernel
getKernelVersion
public String getKernelVersion()
- Specified by:
getKernelVersion in interface Kernel
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly in interface Kernel
getStoreDirectory
public String getStoreDirectory()
- Specified by:
getStoreDirectory in interface Kernel
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.