Interface KernelImplMBean

All Known Implementing Classes:
KernelImpl

public interface KernelImplMBean
The kernel MBean for Fungal
Author:
Jesper Pedersen
  • Method Summary

    Modifier and Type
    Method
    Description
    Dump the bean information
    dump(String name)
    Dump the bean information
    Get the name of the kernel
    Get the version of the kernel
  • Method Details

    • getName

      String getName()
      Get the name of the kernel
      Returns:
      The value
    • getVersion

      String getVersion()
      Get the version of the kernel
      Returns:
      The value
    • dump

      String dump()
      Dump the bean information
      Returns:
      The information
    • dump

      String dump(String name)
      Dump the bean information
      Parameters:
      name - The bean name
      Returns:
      The information