| 程序包 | 说明 |
|---|---|
| com.alipay.sofa.ark.spi.model | |
| com.alipay.sofa.ark.spi.service.biz |
| 限定符和类型 | 方法和说明 |
|---|---|
BizState |
Biz.getBizState()
get Biz State
|
static BizState |
BizState.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static BizState[] |
BizState.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
BizState |
BizManagerService.getBizState(String bizIdentity)
Get
BizState according to biz identity. |
BizState |
BizManagerService.getBizState(String bizName,
String bizVersion)
Get
BizState according to biz name and biz version. |
Copyright © 2018. All rights reserved.