Class JDKManagementCacheKeyProvider

java.lang.Object
org.jolokia.server.core.service.api.AbstractJolokiaService<CacheKeyProvider>
org.jolokia.service.jmx.api.CacheKeyProvider
org.jolokia.service.jmx.handler.list.JDKManagementCacheKeyProvider
All Implemented Interfaces:
Comparable<CacheKeyProvider>, org.jolokia.server.core.service.api.JolokiaService<CacheKeyProvider>

public class JDKManagementCacheKeyProvider extends CacheKeyProvider
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jolokia.server.core.service.api.JolokiaService

    org.jolokia.server.core.service.api.JolokiaService.Init
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    determineKey(ObjectInstance objectInstance)
    By providing a non-null key for an ObjectInstance an extension may tell Jolokia that the JSON data for MBeanInfo can be shared with other instances that use the same cache key.

    Methods inherited from class org.jolokia.server.core.service.api.AbstractJolokiaService

    compareTo, destroy, getJolokiaContext, getOrder, getType, init, isEnabled, registerJolokiaMBean, unregisterJolokiaMBean

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface org.jolokia.server.core.service.api.JolokiaService

    destroy, getOrder, getType, init, isEnabled
  • Constructor Details

    • JDKManagementCacheKeyProvider

      public JDKManagementCacheKeyProvider(int pOrderId)
  • Method Details