| Package | Description |
|---|---|
| com.sun.jbi |
Provides implementation-specific interfaces for the runtime framework of the
JSR208 Reference Implementation in the JavaTM
programming language.
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentState |
ComponentState.computeEffectiveState(List<ComponentState> states)
Compute the effective state of the Component from a list of Component States
If one or more state is a STARTED state the state is STARTED
If one or more state is STOPPED state and there is no STARTED state
the state is STOPPED
If there are no STOPPED or STARTED states the state is SHUTDOWN
|
ComponentState |
ComponentInfo.getStatus()
Get the Status of the Component.
|
ComponentState |
ComponentQuery.getStatus(String componentName)
Get the current status of a component.
|
static ComponentState |
ComponentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentState |
ComponentState.valueOfLifeCycleState(String state)
Given the LifeCycleMBean state string convert it to a ComponentState.
|
static ComponentState |
ComponentState.valueOfString(String valStr) |
static ComponentState[] |
ComponentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static String |
ComponentState.getLifeCycleState(ComponentState state)
Given the ComponentState convert it to a LifeCycleMBean state string.
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentState |
ComponentState.computeEffectiveState(List<ComponentState> states)
Compute the effective state of the Component from a list of Component States
If one or more state is a STARTED state the state is STARTED
If one or more state is STOPPED state and there is no STARTED state
the state is STOPPED
If there are no STOPPED or STARTED states the state is SHUTDOWN
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.