Interface JmxService

All Known Implementing Classes:
DefaultJmxService

public interface JmxService
  • Method Details

    • getThreadMXBean

      ThreadMXBean getThreadMXBean()
    • getMemoryPoolMXBeans

      @Nonnull List<MemoryPoolMXBean> getMemoryPoolMXBeans()
    • getGarbageCollectorMXBeans

      @Nonnull List<GarbageCollectorMXBean> getGarbageCollectorMXBeans()
    • hasObjectName

      boolean hasObjectName(String instanceOfQuery)
    • getJmxAttribute

      @Nullable <T> T getJmxAttribute(@Nonnull String instanceOfQuery, @Nonnull String attributeName)
    • getJmxAttributes

      @Nonnull <T> List<T> getJmxAttributes(String instanceOfQuery, String[] attributeNames)