| Package | Description |
|---|---|
| com.sun.jbi |
Provides implementation-specific interfaces for the runtime framework of the
JSR208 Reference Implementation in the JavaTM
programming language.
|
| com.sun.jbi.management |
| Modifier and Type | Method and Description |
|---|---|
ComponentType |
ComponentInfo.getComponentType()
Get the component type.
|
static ComponentType |
ComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
ComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List |
ComponentQuery.getComponentIds(ComponentType type)
Get a list of component IDs for all registered components of a specified
type.
|
List<String> |
ComponentQuery.getComponentIds(ComponentType type,
ComponentState status)
Get a list of component IDs for all components of a specified type with
a specified status.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
MBeanNames.getComponentMBeanName(String compName,
ComponentType compType,
MBeanNames.ComponentServiceType serviceType,
String target)
Utility method to get a component's MBean name based on the component's
type (binding or engine).
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.