org.apache.karaf.features.management.codec
Class JmxFeature
java.lang.Object
org.apache.karaf.features.management.codec.JmxFeature
public class JmxFeature
- extends java.lang.Object
Method Summary |
javax.management.openmbean.CompositeData |
asCompositeData()
|
static javax.management.openmbean.TabularData |
tableFrom(java.util.Collection<JmxFeature> features)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FEATURE
public static final javax.management.openmbean.CompositeType FEATURE
- The CompositeType which represents a single feature
FEATURE_TABLE
public static final javax.management.openmbean.TabularType FEATURE_TABLE
- The TabularType which represents a list of features
FEATURE_IDENTIFIER
public static final javax.management.openmbean.CompositeType FEATURE_IDENTIFIER
FEATURE_IDENTIFIER_TABLE
public static final javax.management.openmbean.TabularType FEATURE_IDENTIFIER_TABLE
FEATURE_CONFIG_ELEMENT
public static final javax.management.openmbean.CompositeType FEATURE_CONFIG_ELEMENT
FEATURE_CONFIG_ELEMENT_TABLE
public static final javax.management.openmbean.TabularType FEATURE_CONFIG_ELEMENT_TABLE
FEATURE_CONFIG
public static final javax.management.openmbean.CompositeType FEATURE_CONFIG
FEATURE_CONFIG_TABLE
public static final javax.management.openmbean.TabularType FEATURE_CONFIG_TABLE
FEATURE_CONFIG_FILES
public static final javax.management.openmbean.CompositeType FEATURE_CONFIG_FILES
FEATURE_CONFIG_FILES_TABLE
public static final javax.management.openmbean.TabularType FEATURE_CONFIG_FILES_TABLE
JmxFeature
public JmxFeature(Feature feature,
boolean installed)
asCompositeData
public javax.management.openmbean.CompositeData asCompositeData()
tableFrom
public static javax.management.openmbean.TabularData tableFrom(java.util.Collection<JmxFeature> features)
Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.