| Package | Description |
|---|---|
| com.sun.jbi.management |
| Modifier and Type | Method and Description |
|---|---|
static MBeanNames.ComponentServiceType |
MBeanNames.ComponentServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MBeanNames.ComponentServiceType[] |
MBeanNames.ComponentServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
MBeanNames.getBindingMBeanName(String bindingName,
MBeanNames.ComponentServiceType serviceType,
String target)
Returns object name of type a Binding Object Name:
com.sun.jbi:Target={target}, ServiceType={serviceType}, ComponentName="bindingName"
|
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).
|
ObjectName |
MBeanNames.getEngineMBeanName(String engineName,
MBeanNames.ComponentServiceType serviceType,
String target)
Returns object name of type a Engine Object Name:
com.sun.jbi:Target={target}, ServiceType={serviceType}, ComponentName="engineName"
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.