public class JmxComponent extends Object
| Modifier and Type | Field and Description |
|---|---|
static CompositeType |
COMPONENT
The CompositeType which represents a single component
|
static TabularType |
COMPONENT_TABLE
The TabularType which represents a list of components
|
| Constructor and Description |
|---|
JmxComponent(org.apache.felix.scr.Component component) |
| Modifier and Type | Method and Description |
|---|---|
CompositeData |
asCompositeData() |
static TabularData |
tableFrom(org.apache.felix.scr.Component... components) |
public static final CompositeType COMPONENT
public static final TabularType COMPONENT_TABLE
public CompositeData asCompositeData()
public static TabularData tableFrom(org.apache.felix.scr.Component... components)
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.