类的使用
org.springframework.jmx.export.metadata.ManagedOperation
使用ManagedOperation的程序包 程序包 说明 org.springframework.jmx.export.annotation Java 5 annotations for MBean exposure.org.springframework.jmx.export.metadata Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner.org.springframework.jmx.export.annotation中ManagedOperation的使用
返回ManagedOperation的org.springframework.jmx.export.annotation中的方法 修饰符和类型 方法 说明 ManagedOperationAnnotationJmxAttributeSource. getManagedOperation(Method method)org.springframework.jmx.export.metadata中ManagedOperation的使用
返回ManagedOperation的org.springframework.jmx.export.metadata中的方法 修饰符和类型 方法 说明 ManagedOperationJmxAttributeSource. getManagedOperation(Method method)Implementations should return an instance ofManagedOperationif the suppliedMethodhas the corresponding metadata.