SOA-class-mid-part
2017-03-13 19:27:18 0 举报
SOA-class-mid-part 是面向服务架构(SOA)中的一个关键组成部分,它主要负责处理和协调系统中的各种服务。这个部分通常包括服务注册、发现、路由、负载均衡、安全认证等功能。在 SOA 中,服务提供者将他们的服务发布到 SOA-class-mid-part,然后由 SOA-class-mid-part 将这些服务分发给需要这些服务的消费者。这样,服务提供者和消费者之间就实现了解耦,可以独立地进行更新和维护。SOA-class-mid-part 的存在大大提高了系统的灵活性和可扩展性,是实现 SOA 的关键。
作者其他创作
大纲/内容
RelationDAO
+get()+add()+remove()
LoadBalancer
-businessControllerList List-TrafficObserver
-dispatcher()-notify()
BusinessControllerImpl
-MicroblogService-RelationService
LifeMsgSender
-HeartBeatService
-beat()+start()
DataInit
//数据模块启动//LifeMsgSender//DataChecker//DataUpdater
+main()
RelationServiceImpl
-RelationDAO
DataUpdate
-DataIntegrateService
-update()-notify
ServiceInit
//业务模块启动心跳服务
DataIntegrateService
+insert()+remove()
RelationDAOImpl
-DataPool
DataUpdater
TrafficObserver
DataChecker
-Logger
+start()-checkData()
AccountService
BackupImpl
-DBConnection
+recover
MicroblogService
+searchBlog()+deleteBlog()+publishBlog()
BusinessController
+searchBlog()+deleteBlog()+publishBlog()+watch()+unwatch()+getRelationship()+register()+login()
HeartBeatService
MicroblogDAO
+get()+remove()+insert()
MicroblogDAOImpl
LinkService
ScheduleService
+start()
DataPool
-cacheData Map-DBConnection-DataUpdate
-notify
Logger
Backup
+recover()
RelationService
+watch()+unwatch()+getRelationship()
MicroblogServiceImpl
-MicroblogDAO-RelationService-LinkService
DataPoolService
+get()+insert()+remove()
0 条评论
下一页