| 程序包 | 说明 |
|---|---|
| com.alipay.sofa.ark.spi.event | |
| com.alipay.sofa.ark.spi.service.biz |
| 限定符和类型 | 方法和说明 |
|---|---|
Biz |
BizEvent.getBiz()
Get Biz related to this biz event
|
| 构造器和说明 |
|---|
BizEvent(Biz biz,
String topic) |
| 限定符和类型 | 方法和说明 |
|---|---|
Biz |
BizFactoryService.createBiz(BizArchive bizArchive)
Create Biz Model according to
BizArchive |
Biz |
BizFactoryService.createBiz(File file)
Create Biz Model according to
File |
Biz |
BizManagerService.getActiveBiz(String bizName)
Get active biz with given biz name whose state
is
BizState.ACTIVATED |
Biz |
BizManagerService.getBiz(String bizName,
String bizVersion)
Get Biz determined by bizName and BizVersion
|
Biz |
BizManagerService.getBizByIdentity(String bizIdentity)
Get Biz by identity id, an identity is usually consist of
biz name and biz version.
|
Biz |
BizManagerService.unRegisterBiz(String bizName,
String bizVersion)
Un-Register Biz, it requires the biz state must be
BizState.ACTIVATED
or BizState.DEACTIVATED or BizState.BROKEN |
Biz |
BizManagerService.unRegisterBizStrictly(String bizName,
String bizVersion)
Un-Register Biz in strict mode, it ignores the biz state, generally invoked when install biz failed.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Biz> |
BizManagerService.getBiz(String bizName)
Get Biz List by name
|
List<Biz> |
BizManagerService.getBizInOrder()
Get all biz in priority PriorityOrdered
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
BizManagerService.registerBiz(Biz biz)
Register Biz
|
Copyright © 2018. All rights reserved.