接口的使用
cn.taketoday.jmx.export.naming.ObjectNamingStrategy
使用ObjectNamingStrategy的程序包
程序包
说明
This package provides declarative creation and registration of
Framework-managed beans as JMX MBeans.
Provides a strategy for ObjectName creation.
-
cn.taketoday.jmx.export中ObjectNamingStrategy的使用
修饰符和类型方法说明voidMBeanExporter.setNamingStrategy(ObjectNamingStrategy namingStrategy) Set the implementation of theObjectNamingStrategyinterface to use for this exporter. -
cn.taketoday.jmx.export.naming中ObjectNamingStrategy的使用
修饰符和类型类说明classAn implementation of theObjectNamingStrategyinterface that creates a name based on the identity of a given instance.classObjectNamingStrategyimplementation that buildsObjectNameinstances from the key used in the "beans" map passed toMBeanExporter.classAn implementation of theObjectNamingStrategyinterface that reads theObjectNamefrom the source-level metadata.