Uses of Interface
com.alipay.sofa.ark.spi.model.Biz
Packages that use Biz
-
Uses of Biz in com.alipay.sofa.ark.spi.event.biz
Constructors in com.alipay.sofa.ark.spi.event.biz with parameters of type BizModifierConstructorDescriptionAfterBizFailedEvent(Biz source, Throwable e) AfterBizStartupEvent(Biz source) AfterBizStopEvent(Biz source) AfterBizSwitchEvent(Biz source) BeforeBizRecycleEvent(Biz source) BeforeBizStartupEvent(Biz source) BeforeBizStopEvent(Biz source) BeforeBizSwitchEvent(Biz source) -
Uses of Biz in com.alipay.sofa.ark.spi.service.biz
Methods in com.alipay.sofa.ark.spi.service.biz that return BizModifier and TypeMethodDescriptionBizFactoryService.createBiz(BizArchive bizArchive) Create Biz Model according toBizArchiveBizFactoryService.createBiz(BizOperation bizOperation, File file) Create Biz Model according toFileBizFactoryService.createEmbedMasterBiz(ClassLoader masterClassLoader) Create Biz Model according to master bizBizManagerService.getActiveBiz(String bizName) Get active biz with given biz name whose state isBizState.ACTIVATEDGet Biz determined by bizName and BizVersionBizManagerService.getBizByClassLoader(ClassLoader classLoader) Get Biz by biz ClassLoaderBizManagerService.getBizByIdentity(String bizIdentity) Get Biz by identity id, an identity is usually consist of biz name and biz version.BizManagerService.unRegisterBiz(String bizName, String bizVersion) Un-Register Biz, it requires the biz state must beBizState.ACTIVATEDorBizState.DEACTIVATEDorBizState.BROKENBizManagerService.unRegisterBizStrictly(String bizName, String bizVersion) Un-Register Biz in strict mode, it ignores the biz state, generally invoked when install biz failed.Methods in com.alipay.sofa.ark.spi.service.biz that return types with arguments of type BizModifier and TypeMethodDescriptionGet Biz List by nameBizManagerService.getBizInOrder()Get all biz in priority PriorityOrderedBizManagerService.getBizRegistration()Methods in com.alipay.sofa.ark.spi.service.biz with parameters of type BizModifier and TypeMethodDescriptionbooleanBizManagerService.registerBiz(Biz biz) Register BizbooleanBizManagerService.removeAndAddBiz(Biz addingBiz, Biz removing) dynamic to instead a biz