使用單接口多邏輯方式實現(xiàn)父子bundle

使用單接口多邏輯方式實現(xiàn)父子bundle

ID:10269665

大?。?1.50 KB

頁數(shù):2頁

時間:2018-06-14

使用單接口多邏輯方式實現(xiàn)父子bundle_第1頁
使用單接口多邏輯方式實現(xiàn)父子bundle_第2頁
資源描述:

《使用單接口多邏輯方式實現(xiàn)父子bundle》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫。

1、使用單接口多邏輯方式實現(xiàn)方式實現(xiàn)父子bundle一、父子bundle功能以用戶管理模塊為例用戶管理-普通用戶管理-管理員用戶管理-VIP用戶管理1、父bundle啟動后,需要已經(jīng)啟動的子bundle,如,需要子bundle提供菜單名稱,用于顯示在頁面上。2、父bundle停止,所有的子bundle也需要停止3、子bundle啟動,父bundle可以得到子bundle中的信息(菜單鏈接等)4、子bundle停止,父bundle刪除相關(guān)的信息(菜單鏈接等)5、父bundle需要提供公共的處理方法,如,當(dāng)用戶沒有權(quán)限管理某菜單時,則不顯

2、示菜單6、父bundle停止時,無法啟動子bundle(//TODO?)二、父子bundle代碼解釋1、net.oupu.base.common,基本bundlenet.oupu.base.common.ParentChildLink提供公共的父子bundle接口父類模板net.oupu.base.common.Constant類中的BUNDLECONTEXT變量提供全局的bundleContext用于管理所有bundle及getBundleIdByName方法提供根據(jù)bundle名稱得到id的功能2、父bundlenet.oup

3、u.demo.parentnet.oupu.demo.parent.ParentChildLink繼承至net.oupu.base.common.ParentChildLink,實現(xiàn)添加自己的方法,如,添加方法getMenuName得到子bundle需要顯示在父bundle中的菜單net.oupu.demo.parent.listener.ChildLister類,用于監(jiān)聽所有的子bundle的添加、刪除等。META-INF/spirng/applicationContext.xml中

4、ass="net.oupu.demo.parent.listener.ChildLister">META-INF/spirng/springOsgi.xml中

5、:list>將所有子bundle中實現(xiàn)了net.oupu.demo.parent.ParentChildLink接口的實現(xiàn)類以List的形式注入到ChildLister對應(yīng)的bean中。OnBinds用于處理子bundle的添加/啟動OnUnbinds用于處理子bundle的刪除/停用3、子bundlenet.oupu.demo.childa(/b、/c)net.oupu.demo.child.ParentImplA實現(xiàn)net.oupu.demo.parent.ParentChildLink接口,

6、并提供給父bundle一些關(guān)于子bundle的信息META-INF/spirng/applicationContext.xml中META-INF/spirng/springOsgi.xml中聲明ch

7、ilda對應(yīng)的bean實現(xiàn)了接口net.oupu.demo.parent.ParentChildLink,并導(dǎo)出服務(wù)

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動畫的文件,查看預(yù)覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負(fù)責(zé)整理代發(fā)布。如果您對本文檔版權(quán)有爭議請及時聯(lián)系客服。
3. 下載前請仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡(luò)波動等原因無法下載或下載錯誤,付費(fèi)完成后未能成功下載的用戶請聯(lián)系客服處理。