public class JmxProperty extends Object
| Modifier and Type | Field and Description |
|---|---|
static CompositeType |
PROPERTY
The CompositeType which represents a single property
|
static TabularType |
PROPERTY_TABLE
The TabularType which represents a list of properties
|
| Constructor and Description |
|---|
JmxProperty(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
CompositeData |
asCompositeData() |
static TabularData |
tableFrom(Dictionary properties) |
public static final CompositeType PROPERTY
public static final TabularType PROPERTY_TABLE
public CompositeData asCompositeData()
public static TabularData tableFrom(Dictionary properties)
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.