| 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.framework |
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 ServiceUnitState |
ServiceUnitState.getEffectiveServiceAssemblyState(List<ServiceUnitState> suStates)
Compute the effective state of a Service Unit given a list of
Service Unit States.
|
ServiceUnitState |
ServiceUnitInfo.getState()
Get the state of the Service Unit.
|
static ServiceUnitState |
ServiceUnitState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceUnitState |
ServiceUnitState.valueOfDeploymentServiceState(String state)
Get the equivalent ServiceUnitState from DeploymentServiceMBean state.
|
static ServiceUnitState |
ServiceUnitState.valueOfString(String valStr) |
static ServiceUnitState[] |
ServiceUnitState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ServiceUnitState.convertState(ServiceUnitState state)
Converts the service unit state to the equivalent
DeploymentService state.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceAssemblyState |
ServiceAssemblyState.computeServiceAssemblyState(List<ServiceUnitState> suStates)
Compute the effective state of the Service Assembly.
|
static ServiceUnitState |
ServiceUnitState.getEffectiveServiceAssemblyState(List<ServiceUnitState> suStates)
Compute the effective state of a Service Unit given a list of
Service Unit States.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceUnitState |
DeployerMBean.getServiceUnitState(String serviceUnitName)
Get the current state of a Service Unit.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.