Interface ResourceMXBean


public interface ResourceMXBean
MXBean interface of resource MXBeans.
Author:
Miroslav Fuksa
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of the resource.
  • Method Details

    • getName

      String getName()
      Get the name of the resource. The name can be URI or resource class name depending on the usage of MXBean.
      Returns:
      Name of the MXBean.