| Package | Description |
|---|---|
| com.alipay.sofa.ark.spi.event.biz | |
| com.alipay.sofa.ark.spi.service.biz |
| Constructor and Description |
|---|
AfterBizStartupEvent(Biz source) |
AfterBizStopEvent(Biz source) |
AfterBizSwitchEvent(Biz source) |
BeforeBizRecycleEvent(Biz source) |
BeforeBizStartupEvent(Biz source) |
BeforeBizStopEvent(Biz source) |
BeforeBizSwitchEvent(Biz source) |
| Modifier and Type | Method and Description |
|---|---|
Biz |
BizFactoryService.createBiz(BizArchive bizArchive)
Create Biz Model according to
BizArchive |
Biz |
BizFactoryService.createBiz(BizOperation bizOperation,
File file) |
Biz |
BizFactoryService.createBiz(File file)
Create Biz Model according to
File |
Biz |
BizFactoryService.createEmbedMasterBiz(ClassLoader masterClassLoader)
Create Biz Model according to master biz
|
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.getBizByClassLoader(ClassLoader classLoader)
Get Biz by biz ClassLoader
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Biz> |
BizManagerService.getBiz(String bizName)
Get Biz List by name
|
List<Biz> |
BizManagerService.getBizInOrder()
Get all biz in priority PriorityOrdered
|
ConcurrentHashMap<String,ConcurrentHashMap<String,Biz>> |
BizManagerService.getBizRegistration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BizManagerService.registerBiz(Biz biz)
Register Biz
|
boolean |
BizManagerService.removeAndAddBiz(Biz addingBiz,
Biz removing)
dynamic to instead a biz
|
Copyright © 2024. All rights reserved.