| Package | Description |
|---|---|
| org.echocat.jemoni.carbon.jmx | |
| org.echocat.jemoni.carbon.jmx.configuration |
*** BEGIN LICENSE BLOCK *****
Version: MPL 2.0
echocat JeMoni, Copyright (c) 2012 echocat
This Source Code Form is subject to the terms of the Mozilla Public
License, v.
|
| Modifier and Type | Method and Description |
|---|---|
protected AttributeDefinition |
Jmx2CarbonBridge.findDefinitionFor(javax.management.ObjectName objectName,
javax.management.MBeanAttributeInfo info) |
protected AttributeDefinition |
Jmx2CarbonBridge.findDefinitionFor(javax.management.ObjectName objectName,
javax.management.MBeanAttributeInfo info,
java.lang.String name,
javax.management.openmbean.CompositeType compositeType) |
protected AttributeDefinition |
Jmx2CarbonBridge.findDefinitionFor(javax.management.ObjectName objectName,
javax.management.MBeanAttributeInfo info,
java.lang.String name,
javax.management.openmbean.OpenType<?> openType) |
protected AttributeDefinition |
Jmx2CarbonBridge.findDefinitionFor(javax.management.ObjectName objectName,
java.lang.String name,
javax.management.openmbean.SimpleType<?> simpleType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AttributeDefinition> |
AttributeDefinition.getChildren() |
java.util.Collection<AttributeDefinition> |
AttributeDefinitions.getDefinitions() |
java.util.Iterator<AttributeDefinition> |
AttributeDefinitions.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
Jmx2CarbonBridge.Worker.findValueOf(AttributeDefinition definition,
java.lang.Object parent) |
protected java.util.Map<java.lang.String,java.lang.Object> |
Jmx2CarbonBridge.Worker.findValuesOf(AttributeDefinition definition) |
protected java.util.Map<java.lang.String,java.lang.Object> |
Jmx2CarbonBridge.Worker.findValuesOf(AttributeDefinition definition,
java.lang.String namePrefix,
java.lang.Object parent) |
protected java.lang.String |
Jmx2CarbonBridge.Worker.getNameFor(AttributeDefinition definition,
java.lang.String namePrefix) |
protected java.lang.String |
Jmx2CarbonBridge.Worker.getPathFor(javax.management.ObjectName objectName,
java.lang.String key,
AttributeDefinition definition) |
| Constructor and Description |
|---|
AttributeDefinition(javax.management.ObjectName objectName,
java.lang.String name,
java.lang.Class<?> valueType,
java.util.Set<AttributeDefinition> children) |
AttributeDefinitions(javax.management.ObjectName objectName,
java.util.Collection<AttributeDefinition> definitions) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
ObjectRule.apply(AttributeDefinition input) |
boolean |
IncludeExcludeSupport.apply(AttributeDefinition input) |
java.lang.Boolean |
AttributeRule.apply(AttributeDefinition input) |
protected java.lang.Boolean |
ObjectRule.apply(AttributeDefinition input,
java.util.List<AttributeRule> attributeRules) |
protected java.lang.Boolean |
IncludeExcludeSupport.apply(AttributeDefinition attributeDefinition,
java.util.List<ObjectRule> rules) |
protected java.lang.Boolean |
ObjectRule.apply(AttributeDefinition input,
java.util.regex.Pattern pattern) |
java.lang.String |
Configuration.format(AttributeDefinition what,
java.lang.String propertyName) |
Copyright © 2016 echocat. All Rights Reserved.