| 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 ServiceAssemblyState |
ServiceAssemblyState.computeServiceAssemblyState(List<ServiceUnitState> suStates)
Compute the effective state of the Service Assembly.
|
static ServiceAssemblyState |
ServiceAssemblyState.getEffectiveServiceAssemblyState(List<ServiceAssemblyState> saStates)
Compute the effective state of a Service Assembly given a list of
Service Assembly States.
|
ServiceAssemblyState |
ServiceAssemblyInfo.getStatus()
Get the state of the Service Assembly.
|
ServiceAssemblyState |
ServiceAssemblyQuery.getStatus(String serviceAssemblyName)
Get the current status of a service assembly.
|
static ServiceAssemblyState |
ServiceAssemblyState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceAssemblyState |
ServiceAssemblyState.valueOfDeploymentServiceState(String state)
Get the equivalent ServiceAssemblyState from DeploymentServiceMBean state.
|
static ServiceAssemblyState |
ServiceAssemblyState.valueOfString(String valStr) |
static ServiceAssemblyState[] |
ServiceAssemblyState.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 |
ServiceAssemblyState.convertState(ServiceAssemblyState state)
Converts the service assembly state to the equivalent
DeploymentService state.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceAssemblyState |
ServiceAssemblyState.getEffectiveServiceAssemblyState(List<ServiceAssemblyState> saStates)
Compute the effective state of a Service Assembly given a list of
Service Assembly States.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.