接口注册类图
2016-12-05 21:13:18 0 举报
接口注册类图是一个用于描述系统中各种接口注册过程的类图。在这个类图中,我们可以看到一些主要的类和它们之间的关系。例如,有一个接口注册器类(InterfaceRegistrar),它负责管理所有已注册的接口。此外,还有一些接口类(Interface)和实现这些接口的类(Implementor)。接口注册器类与每个接口类之间都有一对多的关系,表示一个接口可以由多个实现类来实现。同样,接口注册器类与每个实现类之间也有一个一对多的关系,表示一个实现类可以实现多个接口。通过这个类图,我们可以清楚地了解到系统中各种接口是如何被注册和管理的。
作者其他创作
大纲/内容
CacheDataService
+ authenticationList:List + authentication:Authentication- limitList:List
+saveAuthentication(Authentication authentication) : void- saveAuthentication(List authenticationList) : void- deleteAuthentication(String id) : void-deleteAuthentication(List idList) : void-Authentication getAuthentication(String id) :void-saveAuthorization(Authorization authorization) : void-saveLimit(List limitList) : void
Configration
+ serialVersionUID : type = long : 2114184725021499755L+ jettyPort : type- managerUrlPath : type-managerUrlIp : String-endpointCode : String -dataInputSources : statice String -isNeedPrintException : Boolean-isNeedPrintLimitException : Boolean
+init() : void- initFromFile() : void- initFromZk(MsgFlowEndpoint msgFlowEndpoint) : void- getMsgidKeyword() : String - Boolean getIsServiceParamAlias() : Boolean
BaseController
+
IServiceInstanceService
id :String; orderId :Long; appcode :String; ip : String; msgid :String; terminalcode :String; authcode :String;firstMessageType:MessageType; host :String; port :String; status :ServRoutingState;
toMqWithMsg(ServiceInstance serviceInstance) : String \t\t持久化数据到队列,但是不包含报文toMqNoMsg(ServiceInstance serviceInstance) :String \t持久化数据到文件toFile(ServiceInstance serviceInstance) : String
0 条评论
下一页