org.neo4j.jmx.impl
Class KernelBean

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

public class KernelBean
extends Neo4jMBean
implements Kernel


Field Summary
 
Fields inherited from interface org.neo4j.jmx.Kernel
NAME
 
Method Summary
 Date getKernelStartTime()
           
 String getKernelVersion()
           
 ObjectName getMBeanQuery()
           
static NeoStoreXaDataSource getNeoDataSource(KernelData kernel)
           
 Date getStoreCreationDate()
           
 String getStoreDirectory()
           
 String getStoreId()
           
 long getStoreLogVersion()
           
 boolean isReadOnly()
           
 
Methods inherited from class org.neo4j.jmx.impl.Neo4jMBean
getClassName, getDescription, getDescription, getDescription, getImpact
 
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
 

Method Detail

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.