org.apache.karaf.features.management.codec
Class JmxFeature

java.lang.Object
  extended by org.apache.karaf.features.management.codec.JmxFeature

public class JmxFeature
extends java.lang.Object


Field Summary
static javax.management.openmbean.CompositeType FEATURE
          The CompositeType which represents a single feature
static javax.management.openmbean.CompositeType FEATURE_CONFIG
           
static javax.management.openmbean.CompositeType FEATURE_CONFIG_ELEMENT
           
static javax.management.openmbean.TabularType FEATURE_CONFIG_ELEMENT_TABLE
           
static javax.management.openmbean.CompositeType FEATURE_CONFIG_FILES
           
static javax.management.openmbean.TabularType FEATURE_CONFIG_FILES_TABLE
           
static javax.management.openmbean.TabularType FEATURE_CONFIG_TABLE
           
static javax.management.openmbean.CompositeType FEATURE_IDENTIFIER
           
static javax.management.openmbean.TabularType FEATURE_IDENTIFIER_TABLE
           
static javax.management.openmbean.TabularType FEATURE_TABLE
          The TabularType which represents a list of features
 
Constructor Summary
JmxFeature(Feature feature, boolean installed)
           
 
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
 

Field Detail

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
Constructor Detail

JmxFeature

public JmxFeature(Feature feature,
                  boolean installed)
Method Detail

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.