Package | Description |
---|---|
org.spf4j.jmx |
Modifier and Type | Method and Description |
---|---|
static DynamicMBeanBuilder |
DynamicMBeanBuilder.newBuilder() |
DynamicMBeanBuilder |
DynamicMBeanBuilder.withAttribute(ExportedValue<?> val) |
DynamicMBeanBuilder |
DynamicMBeanBuilder.withAttributes(ExportedValue<?>... vals) |
DynamicMBeanBuilder |
DynamicMBeanBuilder.withAttributes(Map<String,Object> mapAttributes) |
DynamicMBeanBuilder |
DynamicMBeanBuilder.withJmxExportObject(Object object)
add all exported (with @JmxExport) attributes and operations of the object.
|
DynamicMBeanBuilder |
DynamicMBeanBuilder.withJmxExportObjects(Object... objects)
add all exported (with @JmxExport) attributes and operations of the objects.
|
DynamicMBeanBuilder |
DynamicMBeanBuilder.withOperation(ExportedOperation operation) |
Copyright © 2018 SPF4J. All rights reserved.