| Package | Description |
|---|---|
| com.sun.jbi.management.registry.xml |
| Modifier and Type | Field and Description |
|---|---|
protected LifeCycleStatusEnum |
ServiceUnitType.state |
protected LifeCycleStatusEnum |
ServiceAssemblyRefType.state |
protected LifeCycleStatusEnum |
ComponentRefType.state |
| Modifier and Type | Method and Description |
|---|---|
static LifeCycleStatusEnum |
LifeCycleStatusEnum.fromValue(String v) |
LifeCycleStatusEnum |
ServiceUnitType.getState()
Obtient la valeur de la propriété state.
|
LifeCycleStatusEnum |
ServiceAssemblyRefType.getState()
Obtient la valeur de la propriété state.
|
LifeCycleStatusEnum |
ComponentRefType.getState()
Obtient la valeur de la propriété state.
|
static LifeCycleStatusEnum |
LifeCycleStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifeCycleStatusEnum[] |
LifeCycleStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceUnitType.setState(LifeCycleStatusEnum value)
Définit la valeur de la propriété state.
|
void |
ServiceAssemblyRefType.setState(LifeCycleStatusEnum value)
Définit la valeur de la propriété state.
|
void |
ComponentRefType.setState(LifeCycleStatusEnum value)
Définit la valeur de la propriété state.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.