public class JmxFeature extends Object
| Modifier and Type | Field and Description |
|---|---|
static CompositeType |
FEATURE
The CompositeType which represents a single feature
|
static CompositeType |
FEATURE_CONFIG |
static CompositeType |
FEATURE_CONFIG_ELEMENT |
static TabularType |
FEATURE_CONFIG_ELEMENT_TABLE |
static CompositeType |
FEATURE_CONFIG_FILES |
static TabularType |
FEATURE_CONFIG_FILES_TABLE |
static TabularType |
FEATURE_CONFIG_TABLE |
static CompositeType |
FEATURE_IDENTIFIER |
static TabularType |
FEATURE_IDENTIFIER_TABLE |
static TabularType |
FEATURE_TABLE
The TabularType which represents a list of features
|
| Constructor and Description |
|---|
JmxFeature(org.apache.karaf.features.Feature feature,
boolean installed) |
| Modifier and Type | Method and Description |
|---|---|
CompositeData |
asCompositeData() |
static TabularData |
tableFrom(Collection<JmxFeature> features) |
public static final CompositeType FEATURE
public static final TabularType FEATURE_TABLE
public static final CompositeType FEATURE_IDENTIFIER
public static final TabularType FEATURE_IDENTIFIER_TABLE
public static final CompositeType FEATURE_CONFIG_ELEMENT
public static final TabularType FEATURE_CONFIG_ELEMENT_TABLE
public static final CompositeType FEATURE_CONFIG
public static final TabularType FEATURE_CONFIG_TABLE
public static final CompositeType FEATURE_CONFIG_FILES
public static final TabularType FEATURE_CONFIG_FILES_TABLE
public JmxFeature(org.apache.karaf.features.Feature feature,
boolean installed)
public CompositeData asCompositeData()
public static TabularData tableFrom(Collection<JmxFeature> features)
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.