Uses of Interface
io.activej.jmx.AttributeNode
-
Uses of AttributeNode in io.activej.jmx
Classes in io.activej.jmx that implement AttributeNodeModifier and TypeClassDescriptionclassfinal classfinal classfinal classfinal classfinal classConstructors in io.activej.jmx with parameters of type AttributeNodeModifierConstructorDescriptionAttributeNodeForList(String name, @Nullable String description, boolean visible, ValueFetcher fetcher, AttributeNode subNode, boolean isListOfJmxRefreshables) AttributeNodeForMap(String name, @Nullable String description, boolean visible, ValueFetcher fetcher, AttributeNode subNode, boolean isMapOfJmxRefreshable) Constructor parameters in io.activej.jmx with type arguments of type AttributeNodeModifierConstructorDescriptionAttributeNodeForPojo(String name, @Nullable String description, boolean visible, ValueFetcher fetcher, @Nullable JmxReducer reducer, List<? extends AttributeNode> subNodes)