-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLoggerControllerDb_diagram4.uxf
More file actions
166 lines (166 loc) · 4.07 KB
/
LoggerControllerDb_diagram4.uxf
File metadata and controls
166 lines (166 loc) · 4.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="14.2.0">
<zoom_level>10</zoom_level>
<element>
<id>UMLClass</id>
<coordinates>
<x>150</x>
<y>230</y>
<w>860</w>
<h>500</h>
</coordinates>
<panel_attributes>elC::LcHndlr
--
#client: Socket
#clientNo: int
#lcp: LcParams
#lhp: LcHndlr
#LOGGER: Logger
--
+LcHndlr(): ctor
+LcHndlr(Socket iPclient, int iPclientNo, LcParams iPlcp, Logger logger): ctor
+run(): void
-readResponse(): void
#constructResponseHeader(int responseCode, StringBuilder sb): void
-getTimeStamp(): String
-mkCSV(LcReading rd): String
-mkPowerCSV(LcReading rd): String
#mkPageStart(String rec): String
#mkPageEnd(String rec): String
#getLev(int lev, String reqdFile): String
#getiLev(int lev, String reqdFile): int
#getNlev(String reqdFile): int
#isDtm(String str): boolean
#isDigits(String str): boolean
-nonAscii(String str): boolean
#lcWriteMap(Map<String, LcSolarReading> lcRdMap, int expectedNrecs, String direction, String type, BufferedWriter response): WritRes
#doPage(BufferedWriter response, String reqdFile): boolean
#doPage(BufferedWriter response): boolean
#mkPageBody(int pageNo, LcReading rd): String
#mkPowerPageBody(int pageNo, LcReading rd): String
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>390</x>
<y>0</y>
<w>380</w>
<h>180</h>
</coordinates>
<panel_attributes>elC::LcSvr
--
-LOGGER: Logger
-serverSocket: ServerSocket
-port: int
-lcp: LcParams
--
+LcSvr(int port, LcParams passedLcp, Logger logger): ctor
+run(): void
-getTimeStamp(): String
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>0</x>
<y>780</y>
<w>570</w>
<h>140</h>
</coordinates>
<panel_attributes>elC::LcHndlrResultPage
--
--
+LcHndlrResultPage(Socket iPclient, int iPClientNo, LcParams iPlcp, Logger logger): ctor
#doPage(BufferedWriter response, String reqdFile): boolean
#mkPageBody(int pageNo, LcReading rd): String
#mkPowerPageBody(int pageNo, LcReading rd): String
-chkParas(String paras): boolean
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>610</x>
<y>890</y>
<w>570</w>
<h>110</h>
</coordinates>
<panel_attributes>elC::LcHndlrIndexPage
--
--
+LcHndlrIndexPage(Socket iPclient, int iPClientNo, LcParams iPlcp, Logger logger): ctor
#mkUsage(): String
#doPage(BufferedWriter response): boolean
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>710</x>
<y>780</y>
<w>590</w>
<h>90</h>
</coordinates>
<panel_attributes>elC::LcHndlrNotFoundPage
--
--
+LcHndlrNotFoundPage(Socket iPclient, int iPClientNo, LcParams iPlcp, Logger logger): ctor
#doPage(BufferedWriter response): boolean
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>550</x>
<y>170</y>
<w>30</w>
<h>80</h>
</coordinates>
<panel_attributes>lt=<-</panel_attributes>
<additional_attributes>10.0;60.0;10.0;10.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>420</x>
<y>720</y>
<w>30</w>
<h>80</h>
</coordinates>
<panel_attributes>lt=<-</panel_attributes>
<additional_attributes>10.0;60.0;10.0;10.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>880</x>
<y>720</y>
<w>30</w>
<h>80</h>
</coordinates>
<panel_attributes>lt=<-</panel_attributes>
<additional_attributes>10.0;60.0;10.0;10.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>640</x>
<y>720</y>
<w>30</w>
<h>190</h>
</coordinates>
<panel_attributes>lt=<-</panel_attributes>
<additional_attributes>10.0;170.0;10.0;10.0</additional_attributes>
</element>
</diagram>