components.xml 108.9 KB
Newer Older
F
Frankie Wu 已提交
1 2
<plexus>
	<components>
F
Frankie Wu 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15
		<component>
			<role>com.dianping.cat.message.spi.MessageConsumerRegistry</role>
			<implementation>com.dianping.cat.message.spi.internal.DefaultMessageConsumerRegistry</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hints>
						<role-hint>realtime</role-hint>
					</role-hints>
					<field-name>m_consumers</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
16 17 18 19 20 21 22 23 24 25 26 27 28
		<component>
			<role>com.dianping.cat.report.graph.ValueTranslater</role>
			<implementation>com.dianping.cat.report.graph.DefaultValueTranslater</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.graph.GraphBuilder</role>
			<implementation>com.dianping.cat.report.graph.DefaultGraphBuilder</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.graph.ValueTranslater</role>
				</requirement>
			</requirements>
		</component>
S
task  
sean.wang 已提交
29
		<component>
Y
youyong 已提交
30 31
			<role>com.dianping.cat.report.task.thread.DefaultTaskConsumer</role>
			<implementation>com.dianping.cat.report.task.thread.DefaultTaskConsumer</implementation>
S
task  
sean.wang 已提交
32 33
			<requirements>
				<requirement>
Y
yong.you 已提交
34
					<role>com.dianping.cat.consumer.core.dal.TaskDao</role>
S
task  
sean.wang 已提交
35
				</requirement>
U
unknown 已提交
36
				<requirement>
Y
youyong 已提交
37
					<role>com.dianping.cat.report.task.spi.ReportFacade</role>
U
unknown 已提交
38 39 40
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
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
		<component>
			<role>com.dianping.cat.report.task.transaction.TransactionGraphCreator</role>
			<implementation>com.dianping.cat.report.task.transaction.TransactionGraphCreator</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.event.EventGraphCreator</role>
			<implementation>com.dianping.cat.report.task.event.EventGraphCreator</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.problem.ProblemGraphCreator</role>
			<implementation>com.dianping.cat.report.task.problem.ProblemGraphCreator</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.heartbeat.HeartbeatGraphCreator</role>
			<implementation>com.dianping.cat.report.task.heartbeat.HeartbeatGraphCreator</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.transaction.TransactionMerger</role>
			<implementation>com.dianping.cat.report.task.transaction.TransactionMerger</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.event.EventMerger</role>
			<implementation>com.dianping.cat.report.task.event.EventMerger</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.problem.ProblemMerger</role>
			<implementation>com.dianping.cat.report.task.problem.ProblemMerger</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.heartbeat.HeartbeatMerger</role>
			<implementation>com.dianping.cat.report.task.heartbeat.HeartbeatMerger</implementation>
		</component>
Y
youyong 已提交
73 74 75 76
		<component>
			<role>com.dianping.cat.report.task.cross.CrossMerger</role>
			<implementation>com.dianping.cat.report.task.cross.CrossMerger</implementation>
		</component>
Y
youyong 已提交
77 78 79 80
		<component>
			<role>com.dianping.cat.report.task.database.DatabaseMerger</role>
			<implementation>com.dianping.cat.report.task.database.DatabaseMerger</implementation>
		</component>
Y
yong.you 已提交
81 82 83 84
		<component>
			<role>com.dianping.cat.report.task.matrix.MatrixMerger</role>
			<implementation>com.dianping.cat.report.task.matrix.MatrixMerger</implementation>
		</component>
Y
youyong 已提交
85 86 87 88
		<component>
			<role>com.dianping.cat.report.task.sql.SqlMerger</role>
			<implementation>com.dianping.cat.report.task.sql.SqlMerger</implementation>
		</component>
Y
youyong 已提交
89 90 91 92
		<component>
			<role>com.dianping.cat.report.task.state.StateMerger</role>
			<implementation>com.dianping.cat.report.task.state.StateMerger</implementation>
		</component>
U
unknown 已提交
93 94 95 96 97
		<component>
			<role>com.dianping.cat.report.task.transaction.TransactionReportBuilder</role>
			<implementation>com.dianping.cat.report.task.transaction.TransactionReportBuilder</implementation>
			<requirements>
				<requirement>
98
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
U
unknown 已提交
99
				</requirement>
Y
youyong 已提交
100 101 102
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
U
unknown 已提交
103
				<requirement>
Y
yong.you 已提交
104
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
U
unknown 已提交
105 106
				</requirement>
				<requirement>
107
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
U
unknown 已提交
108
				</requirement>
Y
youyong 已提交
109 110 111 112 113 114
				<requirement>
					<role>com.dianping.cat.report.task.transaction.TransactionGraphCreator</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.transaction.TransactionMerger</role>
				</requirement>
Y
youyong 已提交
115 116 117 118 119 120
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
U
unknown 已提交
121 122 123 124 125 126 127
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.task.event.EventReportBuilder</role>
			<implementation>com.dianping.cat.report.task.event.EventReportBuilder</implementation>
			<requirements>
				<requirement>
128
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
U
unknown 已提交
129
				</requirement>
Y
youyong 已提交
130 131 132
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
U
unknown 已提交
133
				<requirement>
Y
yong.you 已提交
134
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
U
unknown 已提交
135 136
				</requirement>
				<requirement>
137
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
U
unknown 已提交
138
				</requirement>
Y
youyong 已提交
139 140 141 142 143 144
				<requirement>
					<role>com.dianping.cat.report.task.event.EventGraphCreator</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.event.EventMerger</role>
				</requirement>
Y
youyong 已提交
145 146 147 148 149 150
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
U
unknown 已提交
151 152 153 154 155 156 157
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.task.problem.ProblemReportBuilder</role>
			<implementation>com.dianping.cat.report.task.problem.ProblemReportBuilder</implementation>
			<requirements>
				<requirement>
158
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
U
unknown 已提交
159
				</requirement>
Y
youyong 已提交
160 161 162
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
U
unknown 已提交
163
				<requirement>
Y
yong.you 已提交
164
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
U
unknown 已提交
165 166
				</requirement>
				<requirement>
167
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
U
unknown 已提交
168
				</requirement>
Y
youyong 已提交
169 170 171
				<requirement>
					<role>com.dianping.cat.report.task.problem.ProblemGraphCreator</role>
				</requirement>
Y
youyong 已提交
172 173 174 175 176 177
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
Y
youyong 已提交
178 179 180
				<requirement>
					<role>com.dianping.cat.report.task.problem.ProblemMerger</role>
				</requirement>
U
unknown 已提交
181 182 183 184 185 186
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.task.heartbeat.HeartbeatReportBuilder</role>
			<implementation>com.dianping.cat.report.task.heartbeat.HeartbeatReportBuilder</implementation>
			<requirements>
S
task  
sean.wang 已提交
187
				<requirement>
188
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
S
task  
sean.wang 已提交
189
				</requirement>
Y
youyong 已提交
190 191 192
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
S
task  
sean.wang 已提交
193
				<requirement>
Y
yong.you 已提交
194
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
S
task  
sean.wang 已提交
195 196
				</requirement>
				<requirement>
197
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
U
unknown 已提交
198
				</requirement>
Y
youyong 已提交
199 200 201 202 203 204
				<requirement>
					<role>com.dianping.cat.report.task.heartbeat.HeartbeatGraphCreator</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.heartbeat.HeartbeatMerger</role>
				</requirement>
Y
youyong 已提交
205 206 207 208 209 210
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
U
unknown 已提交
211 212
			</requirements>
		</component>
Y
yanchun.yang 已提交
213
		<component>
Y
yong.you 已提交
214 215
			<role>com.dianping.cat.report.task.database.DatabaseReportBuilder</role>
			<implementation>com.dianping.cat.report.task.database.DatabaseReportBuilder</implementation>
Y
yanchun.yang 已提交
216 217
			<requirements>
				<requirement>
218
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
Y
yanchun.yang 已提交
219
				</requirement>
Y
youyong 已提交
220 221 222
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
Y
yanchun.yang 已提交
223
				<requirement>
Y
yong.you 已提交
224
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
Y
yanchun.yang 已提交
225 226
				</requirement>
				<requirement>
227
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
Y
yanchun.yang 已提交
228 229
				</requirement>
				<requirement>
Y
yong.you 已提交
230
					<role>com.dianping.cat.report.task.database.DatabaseMerger</role>
Y
yanchun.yang 已提交
231
				</requirement>
Y
youyong 已提交
232 233 234 235 236 237
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
Y
yanchun.yang 已提交
238 239
			</requirements>
		</component>
Y
youyong 已提交
240
		<component>
Y
yong.you 已提交
241 242
			<role>com.dianping.cat.report.task.matrix.MatrixReportBuilder</role>
			<implementation>com.dianping.cat.report.task.matrix.MatrixReportBuilder</implementation>
Y
youyong 已提交
243 244
			<requirements>
				<requirement>
245
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
Y
youyong 已提交
246
				</requirement>
Y
youyong 已提交
247 248 249
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
Y
youyong 已提交
250
				<requirement>
Y
yong.you 已提交
251
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
Y
youyong 已提交
252 253
				</requirement>
				<requirement>
254
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
Y
youyong 已提交
255 256
				</requirement>
				<requirement>
Y
yong.you 已提交
257
					<role>com.dianping.cat.report.task.matrix.MatrixMerger</role>
Y
youyong 已提交
258
				</requirement>
Y
youyong 已提交
259 260 261 262 263 264
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
Y
youyong 已提交
265 266
			</requirements>
		</component>
Y
youyong 已提交
267 268 269 270 271
		<component>
			<role>com.dianping.cat.report.task.sql.SqlReportBuilder</role>
			<implementation>com.dianping.cat.report.task.sql.SqlReportBuilder</implementation>
			<requirements>
				<requirement>
272
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
Y
youyong 已提交
273
				</requirement>
Y
youyong 已提交
274 275 276
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
Y
youyong 已提交
277
				<requirement>
Y
yong.you 已提交
278
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
Y
youyong 已提交
279 280
				</requirement>
				<requirement>
281
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
Y
youyong 已提交
282 283 284 285
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.sql.SqlMerger</role>
				</requirement>
Y
youyong 已提交
286 287 288 289 290 291
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
Y
youyong 已提交
292 293
			</requirements>
		</component>
Y
youyong 已提交
294 295 296 297 298
		<component>
			<role>com.dianping.cat.report.task.cross.CrossReportBuilder</role>
			<implementation>com.dianping.cat.report.task.cross.CrossReportBuilder</implementation>
			<requirements>
				<requirement>
299
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
Y
youyong 已提交
300
				</requirement>
Y
youyong 已提交
301 302 303
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
Y
youyong 已提交
304
				<requirement>
Y
yong.you 已提交
305
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
Y
youyong 已提交
306 307
				</requirement>
				<requirement>
308
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
Y
youyong 已提交
309 310 311 312
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.cross.CrossMerger</role>
				</requirement>
Y
youyong 已提交
313 314 315 316 317 318
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
Y
youyong 已提交
319 320
			</requirements>
		</component>
Y
youyong 已提交
321 322 323 324 325 326 327
		<component>
			<role>com.dianping.cat.report.task.state.StateReportBuilder</role>
			<implementation>com.dianping.cat.report.task.state.StateReportBuilder</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
				</requirement>
Y
youyong 已提交
328 329 330
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
Y
youyong 已提交
331
				<requirement>
Y
yong.you 已提交
332
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
Y
youyong 已提交
333 334 335 336 337 338 339 340 341 342 343 344 345 346 347
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.state.StateMerger</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
			</requirements>
		</component>
U
unknown 已提交
348
		<component>
Y
youyong 已提交
349 350
			<role>com.dianping.cat.report.task.thread.TaskProducer</role>
			<implementation>com.dianping.cat.report.task.thread.TaskProducer</implementation>
U
unknown 已提交
351 352
			<requirements>
				<requirement>
Y
yong.you 已提交
353
					<role>com.dianping.cat.consumer.core.dal.TaskDao</role>
U
unknown 已提交
354 355
				</requirement>
				<requirement>
Y
yong.you 已提交
356
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
S
task  
sean.wang 已提交
357 358 359
				</requirement>
			</requirements>
		</component>
U
unknown 已提交
360
		<component>
Y
youyong 已提交
361 362 363 364
			<role>com.dianping.cat.report.task.health.HealthReportBuilder</role>
			<implementation>com.dianping.cat.report.task.health.HealthReportBuilder</implementation>
			<requirements>
				<requirement>
365
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
Y
youyong 已提交
366 367
				</requirement>
				<requirement>
Y
yong.you 已提交
368
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
Y
youyong 已提交
369 370
				</requirement>
				<requirement>
371
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
Y
youyong 已提交
372
				</requirement>
Y
youyong 已提交
373 374 375 376 377 378
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
Y
youyong 已提交
379 380 381 382 383 384 385 386
				<requirement>
					<role>com.dianping.cat.report.task.health.HealthServiceCollector</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.task.spi.ReportFacade</role>
			<implementation>com.dianping.cat.report.task.spi.ReportFacade</implementation>
U
unknown 已提交
387 388 389 390 391 392 393 394 395 396 397 398 399
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.task.transaction.TransactionReportBuilder</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.event.EventReportBuilder</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.problem.ProblemReportBuilder</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.heartbeat.HeartbeatReportBuilder</role>
				</requirement>
Y
yanchun.yang 已提交
400 401 402
				<requirement>
					<role>com.dianping.cat.report.task.matrix.MatrixReportBuilder</role>
				</requirement>
Y
youyong 已提交
403 404 405
				<requirement>
					<role>com.dianping.cat.report.task.cross.CrossReportBuilder</role>
				</requirement>
Y
youyong 已提交
406 407 408
				<requirement>
					<role>com.dianping.cat.report.task.database.DatabaseReportBuilder</role>
				</requirement>
Y
youyong 已提交
409 410 411
				<requirement>
					<role>com.dianping.cat.report.task.sql.SqlReportBuilder</role>
				</requirement>
Y
youyong 已提交
412 413 414
				<requirement>
					<role>com.dianping.cat.report.task.health.HealthReportBuilder</role>
				</requirement>
Y
youyong 已提交
415 416 417
				<requirement>
					<role>com.dianping.cat.report.task.state.StateReportBuilder</role>
				</requirement>
U
unknown 已提交
418 419
			</requirements>
		</component>
Y
yong.you 已提交
420
		<component>
Y
yong.you 已提交
421 422
			<role>com.dianping.cat.report.page.PayloadNormalizer</role>
			<implementation>com.dianping.cat.report.page.PayloadNormalizer</implementation>
Y
yong.you 已提交
423 424 425 426 427 428
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
429 430 431 432 433
		<component>
			<role>com.dianping.cat.report.task.health.HealthServiceCollector</role>
			<implementation>com.dianping.cat.report.task.health.HealthServiceCollector</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
434
					<role>com.dianping.cat.consumer.DomainManager</role>
Y
youyong 已提交
435 436
				</requirement>
				<requirement>
Y
yong.you 已提交
437
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
Y
youyong 已提交
438 439 440
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
441 442 443 444 445
		<component>
			<role>com.dianping.cat.report.page.health.HistoryGraphs</role>
			<implementation>com.dianping.cat.report.page.health.HistoryGraphs</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
446
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
447 448 449
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
450 451 452 453 454 455 456 457 458
		<component>
			<role>com.dianping.cat.report.page.state.StateGraphs</role>
			<implementation>com.dianping.cat.report.page.state.StateGraphs</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
			</requirements>
		</component>
459
		<component>
Y
youyong 已提交
460
			<role>org.unidal.initialization.Module</role>
461 462 463 464
			<role-hint>cat-home</role-hint>
			<implementation>com.dianping.cat.CatHomeModule</implementation>
		</component>
		<component>
Y
youyong 已提交
465 466
			<role>org.unidal.initialization.ModuleManager</role>
			<implementation>org.unidal.initialization.DefaultModuleManager</implementation>
467 468 469 470
			<configuration>
				<topLevelModules>cat-home</topLevelModules>
			</configuration>
		</component>
Y
youyong 已提交
471 472 473 474 475
		<component>
			<role>com.dianping.cat.report.view.DomainNavManager</role>
			<implementation>com.dianping.cat.report.view.DomainNavManager</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
476 477 478 479
					<role>com.dianping.cat.consumer.core.dal.ProjectDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
Y
youyong 已提交
480 481 482
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
483 484 485 486 487
		<component>
			<role>com.dianping.cat.report.service.HourlyReportService</role>
			<implementation>com.dianping.cat.report.service.impl.HourlyReportServiceImpl</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
488
					<role>com.dianping.cat.consumer.core.dal.ReportDao</role>
Y
youyong 已提交
489
				</requirement>
490
				<requirement>
Y
yong.you 已提交
491
					<role>com.dianping.cat.consumer.advanced.dal.BusinessReportDao</role>
492
				</requirement>
Y
youyong 已提交
493 494
			</requirements>
		</component>
Y
youyong 已提交
495 496 497 498 499 500 501 502 503
		<component>
			<role>com.dianping.cat.report.service.DailyReportService</role>
			<implementation>com.dianping.cat.report.service.impl.DailyReportServiceImpl</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575
		<component>
			<role>com.dianping.cat.report.service.WeeklyReportService</role>
			<implementation>com.dianping.cat.report.service.impl.WeeklyReportServiceImpl</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.service.MonthReportService</role>
			<implementation>com.dianping.cat.report.service.impl.MonthReportServiceImpl</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.service.WeeklyReportCache</role>
			<implementation>com.dianping.cat.report.service.WeeklyReportCache</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.DailyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.HourlyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.service.MonthReportCache</role>
			<implementation>com.dianping.cat.report.service.MonthReportCache</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.DailyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.HourlyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.service.ReportService</role>
			<implementation>com.dianping.cat.report.service.impl.ReportServiceImpl</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.HourlyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.DailyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.WeeklyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.MonthReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.WeeklyReportCache</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.MonthReportCache</role>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
576 577 578 579 580 581 582 583 584 585 586 587
		<component>
			<role>com.dianping.cat.report.page.externalError.EventCollectManager</role>
			<implementation>com.dianping.cat.report.page.externalError.EventCollectManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.EventDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
588 589 590 591
		<component>
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManger</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManger</implementation>
		</component>
Y
yong.you 已提交
592
		<component>
Y
yong.you 已提交
593 594
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphItemBuilder</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphItemBuilder</implementation>
Y
yong.you 已提交
595 596 597 598 599
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManger</role>
				</requirement>
			</requirements>
Y
yong.you 已提交
600 601
		</component>
		<component>
Y
yong.you 已提交
602 603
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</implementation>
Y
yong.you 已提交
604 605
			<requirements>
				<requirement>
Y
yong.you 已提交
606
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphItemBuilder</role>
Y
yong.you 已提交
607 608 609
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
610 611 612
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>transaction-local</role-hint>
F
Frankie Wu 已提交
613
			<implementation>com.dianping.cat.report.page.model.transaction.LocalTransactionService</implementation>
F
Frankie Wu 已提交
614
			<requirements>
F
Frankie Wu 已提交
615 616 617
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
618 619 620 621 622 623 624 625
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
626 627
			<role-hint>transaction-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.transaction.HistoricalTransactionService</implementation>
628 629 630 631
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
632
				<requirement>
Y
youyong 已提交
633
					<role>com.dianping.cat.report.service.ReportService</role>
F
Frankie Wu 已提交
634
				</requirement>
635
			</requirements>
F
Frankie Wu 已提交
636 637 638 639
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>transaction</role-hint>
F
Frankie Wu 已提交
640
			<implementation>com.dianping.cat.report.page.model.transaction.CompositeTransactionService</implementation>
F
Frankie Wu 已提交
641
			<requirements>
642 643 644
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
F
Frankie Wu 已提交
645 646 647
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
648
						<role-hint>transaction-historical</role-hint>
F
Frankie Wu 已提交
649 650 651 652 653
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
654 655 656 657 658
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>event-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.event.LocalEventService</implementation>
			<requirements>
F
Frankie Wu 已提交
659 660 661
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
662 663 664 665 666 667 668 669 670 671 672 673 674 675
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>event-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.event.HistoricalEventService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
676
				<requirement>
Y
youyong 已提交
677
					<role>com.dianping.cat.report.service.ReportService</role>
F
Frankie Wu 已提交
678
				</requirement>
F
Frankie Wu 已提交
679 680 681 682 683 684 685
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>event</role-hint>
			<implementation>com.dianping.cat.report.page.model.event.CompositeEventService</implementation>
			<requirements>
686 687 688
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
F
Frankie Wu 已提交
689 690 691 692 693 694 695 696 697
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>event-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
698
		<component>
F
Frankie Wu 已提交
699
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
F
Frankie Wu 已提交
700 701
			<role-hint>problem-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.problem.LocalProblemService</implementation>
F
Frankie Wu 已提交
702
			<requirements>
F
Frankie Wu 已提交
703 704 705
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
706 707 708 709 710
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
711
		</component>
F
Frankie Wu 已提交
712 713
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
714 715
			<role-hint>problem-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.problem.HistoricalProblemService</implementation>
F
Frankie Wu 已提交
716 717 718 719
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
720
				<requirement>
Y
youyong 已提交
721
					<role>com.dianping.cat.report.service.ReportService</role>
F
Frankie Wu 已提交
722
				</requirement>
F
Frankie Wu 已提交
723 724
			</requirements>
		</component>
F
Frankie Wu 已提交
725
		<component>
F
Frankie Wu 已提交
726
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
F
Frankie Wu 已提交
727 728
			<role-hint>problem</role-hint>
			<implementation>com.dianping.cat.report.page.model.problem.CompositeProblemService</implementation>
F
Frankie Wu 已提交
729
			<requirements>
730 731 732
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
F
Frankie Wu 已提交
733
				<requirement>
F
Frankie Wu 已提交
734 735
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
736
						<role-hint>problem-historical</role-hint>
F
Frankie Wu 已提交
737 738
					</role-hints>
					<field-name>m_services</field-name>
F
Frankie Wu 已提交
739 740 741
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>heartbeat-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.heartbeat.LocalHeartbeatService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>heartbeat-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.heartbeat.HistoricalHeartbeatService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
765
					<role>com.dianping.cat.report.service.ReportService</role>
Y
You Yong 已提交
766 767 768 769 770 771 772 773
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>heartbeat</role-hint>
			<implementation>com.dianping.cat.report.page.model.heartbeat.CompositeHeartbeatService</implementation>
			<requirements>
774 775 776
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
Y
You Yong 已提交
777 778 779 780 781 782 783 784 785
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>heartbeat-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>matrix-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.matrix.LocalMatrixService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>matrix-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.matrix.HistoricalMatrixService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
809
					<role>com.dianping.cat.report.service.ReportService</role>
Y
You Yong 已提交
810 811 812 813 814 815 816 817
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>matrix</role-hint>
			<implementation>com.dianping.cat.report.page.model.matrix.CompositeMatrixService</implementation>
			<requirements>
818 819 820
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
Y
You Yong 已提交
821 822 823 824 825 826 827 828 829
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>matrix-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>state-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.state.LocalStateService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>state-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.state.HistoricalStateService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
853
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>state</role-hint>
			<implementation>com.dianping.cat.report.page.model.state.CompositeStateService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>state-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>cross-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.cross.LocalCrossService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>cross-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.cross.HistoricalCrossService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
897
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>cross</role-hint>
			<implementation>com.dianping.cat.report.page.model.cross.CompositeCrossService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>cross-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>database-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.database.LocalDatabaseService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>database-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.database.HistoricalDatabaseService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
941
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>database</role-hint>
			<implementation>com.dianping.cat.report.page.model.database.CompositeDatabaseService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>database-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>sql-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.sql.LocalSqlService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>sql-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.sql.HistoricalSqlService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
985
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>sql</role-hint>
			<implementation>com.dianping.cat.report.page.model.sql.CompositeSqlService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>sql-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>message-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.logview.LocalMessageService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
				<requirement>
					<role>com.dianping.cat.storage.dump.MessageBucketManager</role>
F
Frankie Wu 已提交
1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038
					<role-hint>local</role-hint>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageCodec</role>
					<role-hint>html</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>message-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.logview.HistoricalMessageService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.dump.MessageBucketManager</role>
					<role-hint>local</role-hint>
					<field-name>m_localBucketManager</field-name>
				</requirement>
				<requirement>
					<role>com.dianping.cat.storage.dump.MessageBucketManager</role>
					<role-hint>hdfs</role-hint>
					<field-name>m_hdfsBucketManager</field-name>
F
Frankie Wu 已提交
1039 1040 1041 1042 1043 1044 1045
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageCodec</role>
					<role-hint>html</role-hint>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>top-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.top.LocalTopService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>top-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.top.HistoricalTopService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
1069
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>top</role-hint>
			<implementation>com.dianping.cat.report.page.model.top.CompositeTopService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>top-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>dependency-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.dependency.LocalDependencyService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>dependency-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.dependency.HistoricalDependencyService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>dependency</role-hint>
			<implementation>com.dianping.cat.report.page.model.dependency.CompositeDependencyService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>dependency-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>metric-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.metric.LocalMetricService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>metric-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.metric.HistoricalMetricService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>metric</role-hint>
			<implementation>com.dianping.cat.report.page.model.metric.CompositeMetricService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>metric-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1178 1179 1180 1181 1182
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>logview</role-hint>
			<implementation>com.dianping.cat.report.page.model.logview.CompositeLogViewService</implementation>
			<requirements>
1183 1184 1185
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
F
Frankie Wu 已提交
1186 1187 1188
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
F
Frankie Wu 已提交
1189
						<role-hint>message-historical</role-hint>
1190
						<role-hint>logview-historical</role-hint>
F
Frankie Wu 已提交
1191 1192 1193 1194 1195
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
1196 1197 1198 1199
		<component>
			<role>com.dianping.cat.report.page.dependency.dashboard.DashboardConfig</role>
			<implementation>com.dianping.cat.report.page.dependency.dashboard.DashboardConfig</implementation>
		</component>
Y
yong.you 已提交
1200
		<component>
Y
yong.you 已提交
1201 1202
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphManager</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphManager</implementation>
Y
yong.you 已提交
1203 1204
			<requirements>
				<requirement>
Y
yong.you 已提交
1205
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</role>
Y
yong.you 已提交
1206
				</requirement>
Y
yong.you 已提交
1207 1208 1209 1210 1211 1212
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.dependency.dashboard.DashboardConfig</role>
				</requirement>
Y
yong.you 已提交
1213 1214 1215 1216 1217 1218
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>dependency</role-hint>
				</requirement>
			</requirements>
		</component>
1219
		<component>
Y
youyong 已提交
1220 1221
			<role>org.unidal.dal.jdbc.datasource.JdbcDataSourceConfigurationManager</role>
			<implementation>org.unidal.dal.jdbc.datasource.JdbcDataSourceConfigurationManager</implementation>
1222
			<configuration>
1223
				<datasourceFile>/data/appdatas/cat/datasources.xml</datasourceFile>
1224
			</configuration>
1225 1226
		</component>
		<component>
Y
youyong 已提交
1227
			<role>org.unidal.dal.jdbc.datasource.DataSource</role>
1228
			<role-hint>cat</role-hint>
Y
youyong 已提交
1229
			<implementation>org.unidal.dal.jdbc.datasource.JdbcDataSource</implementation>
1230
			<configuration>
1231 1232 1233 1234 1235 1236 1237
				<id>cat</id>
				<maximum-pool-size>3</maximum-pool-size>
				<connection-timeout>1s</connection-timeout>
				<idle-timeout>10m</idle-timeout>
				<statement-cache-size>1000</statement-cache-size>
				<properties>
					<driver>com.mysql.jdbc.Driver</driver>
Y
youyong 已提交
1238
					<URL>jdbc:mysql://127.0.0.1:3306/cat</URL>
Y
youyong 已提交
1239
					<user>root</user>
1240
					<password>password</password>
1241 1242 1243 1244 1245
					<connectionProperties><![CDATA[useUnicode=true&autoReconnect=true]]></connectionProperties>
				</properties>
			</configuration>
			<requirements>
				<requirement>
Y
youyong 已提交
1246
					<role>org.unidal.dal.jdbc.datasource.JdbcDataSourceConfigurationManager</role>
1247 1248 1249
				</requirement>
			</requirements>
		</component>
R
renyuan.sun 已提交
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>aggregation-rule</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>aggregation-rule</logical-table-name>
				<physical-table-name>aggregationRule</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
1260
		<component>
Y
youyong 已提交
1261
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1262
			<role-hint>dailygraph</role-hint>
Y
youyong 已提交
1263
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
1264 1265
			<configuration>
				<logical-table-name>dailygraph</logical-table-name>
Y
youyong 已提交
1266
				<physical-table-name>dailygraph</physical-table-name>
1267 1268 1269 1270
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1271
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1272
			<role-hint>dailyreport</role-hint>
Y
youyong 已提交
1273
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
1274 1275
			<configuration>
				<logical-table-name>dailyreport</logical-table-name>
Y
youyong 已提交
1276
				<physical-table-name>dailyreport</physical-table-name>
1277 1278 1279
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
Y
yong.you 已提交
1280 1281 1282 1283 1284 1285 1286 1287 1288 1289
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>event</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>event</logical-table-name>
				<physical-table-name>event</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
1290
		<component>
Y
youyong 已提交
1291
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1292
			<role-hint>graph</role-hint>
Y
youyong 已提交
1293
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
1294 1295
			<configuration>
				<logical-table-name>graph</logical-table-name>
Y
youyong 已提交
1296
				<physical-table-name>graph</physical-table-name>
1297 1298 1299
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
Y
youyong 已提交
1300
		<component>
Y
youyong 已提交
1301
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1302
			<role-hint>location</role-hint>
Y
youyong 已提交
1303
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
Y
youyong 已提交
1304
			<configuration>
1305 1306
				<logical-table-name>location</logical-table-name>
				<physical-table-name>location</physical-table-name>
Y
youyong 已提交
1307 1308 1309
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
1310
		<component>
Y
youyong 已提交
1311
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1312
			<role-hint>monthreport</role-hint>
Y
youyong 已提交
1313
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
1314 1315
			<configuration>
				<logical-table-name>monthreport</logical-table-name>
Y
youyong 已提交
1316
				<physical-table-name>monthreport</physical-table-name>
1317
				<data-source-name>cat</data-source-name>
1318 1319
			</configuration>
		</component>
1320
		<component>
Y
youyong 已提交
1321
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1322
			<role-hint>weeklyreport</role-hint>
Y
youyong 已提交
1323
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
1324
			<configuration>
1325 1326
				<logical-table-name>weeklyreport</logical-table-name>
				<physical-table-name>weeklyreport</physical-table-name>
1327 1328 1329
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
R
renyuan.sun 已提交
1330 1331 1332 1333 1334 1335 1336 1337 1338
		<component>
			<role>com.dianping.cat.home.dal.report.AggregationRuleDao</role>
			<implementation>com.dianping.cat.home.dal.report.AggregationRuleDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
1339 1340 1341 1342 1343
		<component>
			<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
			<implementation>com.dianping.cat.home.dal.report.DailygraphDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1344
					<role>org.unidal.dal.jdbc.QueryEngine</role>
1345 1346 1347 1348 1349 1350 1351 1352
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.report.DailyreportDao</role>
			<implementation>com.dianping.cat.home.dal.report.DailyreportDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1353
					<role>org.unidal.dal.jdbc.QueryEngine</role>
1354 1355 1356
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
1357 1358 1359 1360 1361 1362 1363 1364 1365
		<component>
			<role>com.dianping.cat.home.dal.report.EventDao</role>
			<implementation>com.dianping.cat.home.dal.report.EventDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
1366 1367 1368 1369 1370
		<component>
			<role>com.dianping.cat.home.dal.report.GraphDao</role>
			<implementation>com.dianping.cat.home.dal.report.GraphDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1371
					<role>org.unidal.dal.jdbc.QueryEngine</role>
1372 1373 1374
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
1375
		<component>
1376 1377
			<role>com.dianping.cat.home.dal.report.LocationDao</role>
			<implementation>com.dianping.cat.home.dal.report.LocationDao</implementation>
Y
youyong 已提交
1378 1379
			<requirements>
				<requirement>
Y
youyong 已提交
1380
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
1381 1382 1383
				</requirement>
			</requirements>
		</component>
1384 1385 1386 1387 1388
		<component>
			<role>com.dianping.cat.home.dal.report.MonthreportDao</role>
			<implementation>com.dianping.cat.home.dal.report.MonthreportDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1389
					<role>org.unidal.dal.jdbc.QueryEngine</role>
1390 1391 1392 1393
				</requirement>
			</requirements>
		</component>
		<component>
1394 1395
			<role>com.dianping.cat.home.dal.report.WeeklyreportDao</role>
			<implementation>com.dianping.cat.home.dal.report.WeeklyreportDao</implementation>
1396 1397
			<requirements>
				<requirement>
Y
youyong 已提交
1398
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
1399 1400 1401
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1402
		<component>
Y
youyong 已提交
1403
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1404
			<role-hint>alarm-rule</role-hint>
Y
youyong 已提交
1405
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
Y
youyong 已提交
1406
			<configuration>
1407 1408
				<logical-table-name>alarm-rule</logical-table-name>
				<physical-table-name>alarmRule</physical-table-name>
Y
youyong 已提交
1409 1410 1411 1412
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1413
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1414
			<role-hint>alarm-rule-subscription</role-hint>
Y
youyong 已提交
1415
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
F
Frankie Wu 已提交
1416
			<configuration>
1417 1418
				<logical-table-name>alarm-rule-subscription</logical-table-name>
				<physical-table-name>alarmRuleSubscription</physical-table-name>
F
Frankie Wu 已提交
1419 1420 1421 1422
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1423
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1424
			<role-hint>alarm-template</role-hint>
Y
youyong 已提交
1425
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
F
Frankie Wu 已提交
1426
			<configuration>
1427 1428
				<logical-table-name>alarm-template</logical-table-name>
				<physical-table-name>alarmTemplate</physical-table-name>
F
Frankie Wu 已提交
1429 1430 1431 1432
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1433
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
Y
youyong 已提交
1434
			<role-hint>mail-record</role-hint>
Y
youyong 已提交
1435
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
F
Frankie Wu 已提交
1436
			<configuration>
Y
youyong 已提交
1437 1438
				<logical-table-name>mail-record</logical-table-name>
				<physical-table-name>mailRecord</physical-table-name>
F
Frankie Wu 已提交
1439 1440 1441 1442
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1443
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
Y
youyong 已提交
1444
			<role-hint>scheduled-report</role-hint>
Y
youyong 已提交
1445
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
Y
youyong 已提交
1446
			<configuration>
Y
youyong 已提交
1447 1448
				<logical-table-name>scheduled-report</logical-table-name>
				<physical-table-name>scheduledReport</physical-table-name>
Y
youyong 已提交
1449 1450 1451 1452
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1453
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
Y
youyong 已提交
1454
			<role-hint>scheduled-report-subscription</role-hint>
Y
youyong 已提交
1455
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
Y
youyong 已提交
1456
			<configuration>
Y
youyong 已提交
1457 1458
				<logical-table-name>scheduled-report-subscription</logical-table-name>
				<physical-table-name>scheduledReportSubscription</physical-table-name>
Y
youyong 已提交
1459 1460 1461 1462
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
1463 1464
			<role>com.dianping.cat.home.dal.alarm.AlarmRuleDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmRuleDao</implementation>
F
Frankie Wu 已提交
1465 1466
			<requirements>
				<requirement>
Y
youyong 已提交
1467
					<role>org.unidal.dal.jdbc.QueryEngine</role>
F
Frankie Wu 已提交
1468 1469 1470 1471
				</requirement>
			</requirements>
		</component>
		<component>
1472 1473
			<role>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</implementation>
F
Frankie Wu 已提交
1474 1475
			<requirements>
				<requirement>
Y
youyong 已提交
1476
					<role>org.unidal.dal.jdbc.QueryEngine</role>
F
Frankie Wu 已提交
1477 1478 1479 1480
				</requirement>
			</requirements>
		</component>
		<component>
1481 1482
			<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</implementation>
F
Frankie Wu 已提交
1483 1484
			<requirements>
				<requirement>
Y
youyong 已提交
1485
					<role>org.unidal.dal.jdbc.QueryEngine</role>
F
Frankie Wu 已提交
1486 1487 1488 1489
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
1490 1491 1492 1493
			<role>com.dianping.cat.home.dal.alarm.MailRecordDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.MailRecordDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1494
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
1495 1496
				</requirement>
			</requirements>
F
Frankie Wu 已提交
1497 1498
		</component>
		<component>
Y
youyong 已提交
1499 1500
			<role>com.dianping.cat.home.dal.alarm.ScheduledReportDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.ScheduledReportDao</implementation>
F
Frankie Wu 已提交
1501 1502
			<requirements>
				<requirement>
Y
youyong 已提交
1503
					<role>org.unidal.dal.jdbc.QueryEngine</role>
F
Frankie Wu 已提交
1504 1505 1506
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
1507 1508 1509 1510 1511
		<component>
			<role>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1512
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
1513 1514 1515
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1516
		<component>
Y
youyong 已提交
1517
			<role>org.unidal.dal.jdbc.datasource.DataSource</role>
F
Frankie Wu 已提交
1518
			<role-hint>user</role-hint>
Y
youyong 已提交
1519
			<implementation>org.unidal.dal.jdbc.datasource.JdbcDataSource</implementation>
F
Frankie Wu 已提交
1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535
			<configuration>
				<id>user</id>
				<maximum-pool-size>3</maximum-pool-size>
				<connection-timeout>1s</connection-timeout>
				<idle-timeout>10m</idle-timeout>
				<statement-cache-size>1000</statement-cache-size>
				<properties>
					<driver>com.mysql.jdbc.Driver</driver>
					<URL>jdbc:mysql://192.168.8.44:3306/hawk</URL>
					<user>hawk</user>
					<password>hawk</password>
					<connectionProperties><![CDATA[useUnicode=true&autoReconnect=true]]></connectionProperties>
				</properties>
			</configuration>
			<requirements>
				<requirement>
Y
youyong 已提交
1536
					<role>org.unidal.dal.jdbc.datasource.JdbcDataSourceConfigurationManager</role>
F
Frankie Wu 已提交
1537 1538 1539 1540
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
1541
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
Y
youyong 已提交
1542
			<role-hint>dp-admin-login</role-hint>
Y
youyong 已提交
1543
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
F
Frankie Wu 已提交
1544
			<configuration>
Y
youyong 已提交
1545 1546
				<logical-table-name>dp-admin-login</logical-table-name>
				<physical-table-name>DP_AdminLogin</physical-table-name>
F
Frankie Wu 已提交
1547 1548 1549 1550 1551 1552 1553 1554
				<data-source-name>user</data-source-name>
			</configuration>
		</component>
		<component>
			<role>com.dainping.cat.home.dal.user.DpAdminLoginDao</role>
			<implementation>com.dainping.cat.home.dal.user.DpAdminLoginDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1555
					<role>org.unidal.dal.jdbc.QueryEngine</role>
F
Frankie Wu 已提交
1556 1557 1558
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1559
		<component>
Y
youyong 已提交
1560 1561
			<role>org.unidal.web.mvc.model.ModuleRegistry</role>
			<implementation>org.unidal.web.mvc.model.ModuleRegistry</implementation>
F
Frankie Wu 已提交
1562 1563 1564
			<configuration>
				<modules>
					<module default="true">com.dianping.cat.report.ReportModule</module>
F
Frankie Wu 已提交
1565
					<module>com.dianping.cat.system.SystemModule</module>
F
Frankie Wu 已提交
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579
				</modules>
			</configuration>
		</component>
		<component>
			<role>com.dianping.cat.report.ReportModule</role>
			<implementation>com.dianping.cat.report.ReportModule</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.page.home.Handler</role>
			<implementation>com.dianping.cat.report.page.home.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.home.JspViewer</role>
				</requirement>
1580 1581 1582 1583 1584
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_realtimeConsumer</field-name>
				</requirement>
F
Frankie Wu 已提交
1585 1586 1587 1588 1589
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.home.JspViewer</role>
			<implementation>com.dianping.cat.report.page.home.JspViewer</implementation>
F
Frankie Wu 已提交
1590 1591 1592 1593 1594
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
1595
		</component>
1596 1597 1598 1599
		<component>
			<role>com.dianping.cat.consumer.RealtimeConsumer</role>
			<implementation>com.dianping.cat.consumer.RealtimeConsumer</implementation>
			<requirements>
F
Frankie Wu 已提交
1600
				<requirement>
F
Frankie Wu 已提交
1601
					<role>com.dianping.cat.consumer.MessageAnalyzerManager</role>
F
Frankie Wu 已提交
1602
				</requirement>
1603
				<requirement>
F
Frankie Wu 已提交
1604
					<role>com.dianping.cat.status.ServerStateManager</role>
1605 1606 1607 1608
				</requirement>
				<requirement>
					<role>long</role>
				</requirement>
Y
youyong 已提交
1609
				<requirement>
1610
					<role>long</role>
Y
youyong 已提交
1611
				</requirement>
F
Frankie Wu 已提交
1612 1613
			</requirements>
		</component>
Y
youyong 已提交
1614 1615 1616 1617
		<component>
			<role>com.dianping.cat.status.ServerStateManager</role>
			<implementation>com.dianping.cat.status.ServerStateManager</implementation>
		</component>
F
Frankie Wu 已提交
1618
		<component>
Y
You Yong 已提交
1619 1620
			<role>com.dianping.cat.report.page.problem.Handler</role>
			<implementation>com.dianping.cat.report.page.problem.Handler</implementation>
F
Frankie Wu 已提交
1621
			<requirements>
Y
You Yong 已提交
1622
				<requirement>
Y
youyong 已提交
1623
					<role>com.dianping.cat.report.page.problem.HistoryGraphs</role>
Y
You Yong 已提交
1624
				</requirement>
S
sean.wang 已提交
1625
				<requirement>
Y
youyong 已提交
1626
					<role>com.dianping.cat.report.page.problem.JspViewer</role>
S
sean.wang 已提交
1627
				</requirement>
Y
youyong 已提交
1628
				<requirement>
Y
youyong 已提交
1629
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
Y
youyong 已提交
1630
				</requirement>
Y
You Yong 已提交
1631
				<requirement>
Y
youyong 已提交
1632
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
1633 1634 1635 1636 1637
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>problem</role-hint>
					<field-name>m_service</field-name>
Y
You Yong 已提交
1638
				</requirement>
Y
yong.you 已提交
1639
				<requirement>
Y
yong.you 已提交
1640
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
1641
				</requirement>
F
Frankie Wu 已提交
1642 1643
			</requirements>
		</component>
Y
You Yong 已提交
1644
		<component>
F
Frankie Wu 已提交
1645 1646
			<role>com.dianping.cat.report.page.problem.HistoryGraphs</role>
			<implementation>com.dianping.cat.report.page.problem.HistoryGraphs</implementation>
Y
You Yong 已提交
1647 1648
			<requirements>
				<requirement>
1649
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
Y
You Yong 已提交
1650
				</requirement>
Y
youyong 已提交
1651 1652 1653
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
Y
You Yong 已提交
1654 1655
			</requirements>
		</component>
Y
youyong 已提交
1656
		<component>
1657 1658
			<role>com.dianping.cat.home.dal.report.GraphDao</role>
			<implementation>com.dianping.cat.home.dal.report.GraphDao</implementation>
Y
youyong 已提交
1659 1660
			<requirements>
				<requirement>
Y
youyong 已提交
1661
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
1662 1663 1664
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
1665 1666 1667 1668 1669 1670 1671 1672 1673
		<component>
			<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
			<implementation>com.dianping.cat.home.dal.report.DailygraphDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
1674 1675 1676
		<component>
			<role>com.dianping.cat.report.page.problem.JspViewer</role>
			<implementation>com.dianping.cat.report.page.problem.JspViewer</implementation>
F
Frankie Wu 已提交
1677 1678 1679 1680 1681
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
1682
		</component>
Y
youyong 已提交
1683 1684 1685 1686
		<component>
			<role>com.dianping.cat.configuration.ServerConfigManager</role>
			<implementation>com.dianping.cat.configuration.ServerConfigManager</implementation>
		</component>
Y
yong.you 已提交
1687
		<component>
Y
yong.you 已提交
1688 1689 1690 1691 1692 1693 1694
			<role>com.dianping.cat.report.page.PayloadNormalizer</role>
			<implementation>com.dianping.cat.report.page.PayloadNormalizer</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
Y
yong.you 已提交
1695
		</component>
F
Frankie Wu 已提交
1696
		<component>
F
Frankie Wu 已提交
1697 1698 1699 1700
			<role>com.dianping.cat.report.page.transaction.Handler</role>
			<implementation>com.dianping.cat.report.page.transaction.Handler</implementation>
			<requirements>
				<requirement>
F
Frankie Wu 已提交
1701
					<role>com.dianping.cat.report.graph.GraphBuilder</role>
F
Frankie Wu 已提交
1702
				</requirement>
Y
youyong 已提交
1703 1704 1705 1706 1707 1708
				<requirement>
					<role>com.dianping.cat.report.page.transaction.HistoryGraphs</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.transaction.JspViewer</role>
				</requirement>
F
Frankie Wu 已提交
1709 1710 1711
				<requirement>
					<role>com.dianping.cat.report.page.transaction.XmlViewer</role>
				</requirement>
Y
youyong 已提交
1712
				<requirement>
Y
youyong 已提交
1713
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
1714
				</requirement>
Y
You Yong 已提交
1715
				<requirement>
Y
yong.you 已提交
1716
					<role>com.dianping.cat.report.page.transaction.TransactionMergeManager</role>
Y
You Yong 已提交
1717
				</requirement>
1718
				<requirement>
Y
yong.you 已提交
1719
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
1720
				</requirement>
S
sean.wang 已提交
1721
				<requirement>
Y
youyong 已提交
1722 1723 1724
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>transaction</role-hint>
					<field-name>m_service</field-name>
S
sean.wang 已提交
1725
				</requirement>
Y
youyong 已提交
1726 1727 1728 1729 1730 1731
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.transaction.HistoryGraphs</role>
			<implementation>com.dianping.cat.report.page.transaction.HistoryGraphs</implementation>
			<requirements>
Y
You Yong 已提交
1732
				<requirement>
1733
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
Y
You Yong 已提交
1734
				</requirement>
Y
youyong 已提交
1735 1736 1737 1738 1739
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1740 1741 1742
		<component>
			<role>com.dianping.cat.report.page.transaction.JspViewer</role>
			<implementation>com.dianping.cat.report.page.transaction.JspViewer</implementation>
F
Frankie Wu 已提交
1743 1744 1745 1746 1747
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
1748
		</component>
F
Frankie Wu 已提交
1749 1750 1751 1752
		<component>
			<role>com.dianping.cat.report.page.transaction.XmlViewer</role>
			<implementation>com.dianping.cat.report.page.transaction.XmlViewer</implementation>
		</component>
1753 1754 1755 1756
		<component>
			<role>com.dianping.cat.report.page.transaction.TransactionMergeManager</role>
			<implementation>com.dianping.cat.report.page.transaction.TransactionMergeManager</implementation>
		</component>
F
bug fix  
Frankie Wu 已提交
1757 1758 1759 1760 1761
		<component>
			<role>com.dianping.cat.report.page.event.Handler</role>
			<implementation>com.dianping.cat.report.page.event.Handler</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1762
					<role>com.dianping.cat.report.graph.GraphBuilder</role>
F
bug fix  
Frankie Wu 已提交
1763 1764
				</requirement>
				<requirement>
Y
youyong 已提交
1765 1766 1767 1768
					<role>com.dianping.cat.report.page.event.HistoryGraphs</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.event.JspViewer</role>
F
bug fix  
Frankie Wu 已提交
1769
				</requirement>
Y
youyong 已提交
1770
				<requirement>
Y
youyong 已提交
1771
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
1772
				</requirement>
1773 1774 1775
				<requirement>
					<role>com.dianping.cat.report.page.event.EventMergeManager</role>
				</requirement>
Y
You Yong 已提交
1776
				<requirement>
Y
youyong 已提交
1777 1778 1779
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>event</role-hint>
					<field-name>m_service</field-name>
Y
You Yong 已提交
1780
				</requirement>
Y
yong.you 已提交
1781
				<requirement>
Y
yong.you 已提交
1782
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
1783
				</requirement>
Y
youyong 已提交
1784 1785 1786 1787 1788 1789
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.event.HistoryGraphs</role>
			<implementation>com.dianping.cat.report.page.event.HistoryGraphs</implementation>
			<requirements>
U
unknown 已提交
1790
				<requirement>
1791
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
U
unknown 已提交
1792
				</requirement>
Y
youyong 已提交
1793 1794 1795
				<requirement>
					<role>com.dianping.cat.home.dal.report.DailygraphDao</role>
				</requirement>
F
bug fix  
Frankie Wu 已提交
1796 1797 1798 1799 1800
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.event.JspViewer</role>
			<implementation>com.dianping.cat.report.page.event.JspViewer</implementation>
F
Frankie Wu 已提交
1801 1802 1803 1804 1805
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
bug fix  
Frankie Wu 已提交
1806
		</component>
1807 1808 1809 1810
		<component>
			<role>com.dianping.cat.report.page.event.EventMergeManager</role>
			<implementation>com.dianping.cat.report.page.event.EventMergeManager</implementation>
		</component>
Y
You Yong 已提交
1811 1812 1813 1814
		<component>
			<role>com.dianping.cat.report.page.heartbeat.Handler</role>
			<implementation>com.dianping.cat.report.page.heartbeat.Handler</implementation>
			<requirements>
Y
youyong 已提交
1815 1816 1817
				<requirement>
					<role>com.dianping.cat.report.graph.GraphBuilder</role>
				</requirement>
Y
You Yong 已提交
1818
				<requirement>
Y
youyong 已提交
1819
					<role>com.dianping.cat.report.page.heartbeat.HistoryGraphs</role>
Y
You Yong 已提交
1820 1821
				</requirement>
				<requirement>
Y
youyong 已提交
1822
					<role>com.dianping.cat.report.page.heartbeat.JspViewer</role>
Y
You Yong 已提交
1823
				</requirement>
Y
youyong 已提交
1824 1825 1826
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
Y
You Yong 已提交
1827 1828 1829 1830 1831
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>heartbeat</role-hint>
					<field-name>m_service</field-name>
				</requirement>
Y
yong.you 已提交
1832
				<requirement>
Y
yong.you 已提交
1833
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
1834
				</requirement>
Y
You Yong 已提交
1835 1836
			</requirements>
		</component>
Y
youyong 已提交
1837 1838 1839 1840 1841
		<component>
			<role>com.dianping.cat.report.page.heartbeat.HistoryGraphs</role>
			<implementation>com.dianping.cat.report.page.heartbeat.HistoryGraphs</implementation>
			<requirements>
				<requirement>
1842
					<role>com.dianping.cat.home.dal.report.GraphDao</role>
Y
youyong 已提交
1843 1844 1845
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
1846 1847 1848
		<component>
			<role>com.dianping.cat.report.page.heartbeat.JspViewer</role>
			<implementation>com.dianping.cat.report.page.heartbeat.JspViewer</implementation>
F
Frankie Wu 已提交
1849 1850 1851 1852 1853
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
You Yong 已提交
1854
		</component>
F
Frankie Wu 已提交
1855 1856 1857 1858 1859 1860 1861
		<component>
			<role>com.dianping.cat.report.page.logview.Handler</role>
			<implementation>com.dianping.cat.report.page.logview.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.logview.JspViewer</role>
				</requirement>
F
Frankie Wu 已提交
1862
				<requirement>
F
Frankie Wu 已提交
1863 1864 1865
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>logview</role-hint>
					<field-name>m_service</field-name>
F
Frankie Wu 已提交
1866
				</requirement>
Y
youyong 已提交
1867 1868 1869
				<requirement>
					<role>com.dianping.cat.message.spi.MessagePathBuilder</role>
				</requirement>
F
Frankie Wu 已提交
1870 1871 1872 1873 1874
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.logview.JspViewer</role>
			<implementation>com.dianping.cat.report.page.logview.JspViewer</implementation>
F
Frankie Wu 已提交
1875 1876 1877 1878 1879
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
1880
		</component>
F
Frankie Wu 已提交
1881 1882 1883 1884
		<component>
			<role>com.dianping.cat.report.page.model.Handler</role>
			<implementation>com.dianping.cat.report.page.model.Handler</implementation>
			<requirements>
Y
youyong 已提交
1885 1886 1887
				<requirement>
					<role>com.dianping.cat.report.page.model.JspViewer</role>
				</requirement>
F
Frankie Wu 已提交
1888
				<requirement>
Y
youyong 已提交
1889 1890 1891
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>event-local</role-hint>
					<field-name>m_eventService</field-name>
F
Frankie Wu 已提交
1892 1893 1894
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
Y
youyong 已提交
1895 1896
					<role-hint>heartbeat-local</role-hint>
					<field-name>m_heartbeatService</field-name>
F
Frankie Wu 已提交
1897
				</requirement>
F
Frankie Wu 已提交
1898 1899 1900 1901 1902
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>message-local</role-hint>
					<field-name>m_messageService</field-name>
				</requirement>
Y
You Yong 已提交
1903 1904
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
Y
youyong 已提交
1905 1906
					<role-hint>matrix-local</role-hint>
					<field-name>m_matrixService</field-name>
Y
You Yong 已提交
1907
				</requirement>
Y
You Yong 已提交
1908 1909
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
Y
youyong 已提交
1910 1911
					<role-hint>problem-local</role-hint>
					<field-name>m_problemService</field-name>
Y
You Yong 已提交
1912
				</requirement>
Y
You Yong 已提交
1913 1914
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
Y
youyong 已提交
1915 1916
					<role-hint>transaction-local</role-hint>
					<field-name>m_transactionService</field-name>
Y
You Yong 已提交
1917
				</requirement>
Y
youyong 已提交
1918 1919 1920 1921 1922
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>cross-local</role-hint>
					<field-name>m_crossService</field-name>
				</requirement>
Y
youyong 已提交
1923 1924 1925 1926 1927
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>database-local</role-hint>
					<field-name>m_databaseService</field-name>
				</requirement>
Y
youyong 已提交
1928 1929 1930 1931 1932
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>sql-local</role-hint>
					<field-name>m_sqlService</field-name>
				</requirement>
Y
youyong 已提交
1933 1934 1935 1936 1937
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>state-local</role-hint>
					<field-name>m_stateService</field-name>
				</requirement>
Y
youyong 已提交
1938 1939 1940 1941 1942
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>top-local</role-hint>
					<field-name>m_topService</field-name>
				</requirement>
1943 1944 1945 1946 1947
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>metric-local</role-hint>
					<field-name>m_metricService</field-name>
				</requirement>
Y
yong.you 已提交
1948 1949 1950 1951 1952
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>dependency-local</role-hint>
					<field-name>m_dependencyService</field-name>
				</requirement>
F
Frankie Wu 已提交
1953 1954
			</requirements>
		</component>
Y
youyong 已提交
1955 1956 1957
		<component>
			<role>com.dianping.cat.report.page.model.JspViewer</role>
			<implementation>com.dianping.cat.report.page.model.JspViewer</implementation>
F
Frankie Wu 已提交
1958 1959 1960 1961 1962
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
1963
		</component>
F
Frankie Wu 已提交
1964
		<component>
Y
youyong 已提交
1965 1966
			<role>com.dianping.cat.report.page.model.event.LocalEventService</role>
			<implementation>com.dianping.cat.report.page.model.event.LocalEventService</implementation>
F
Frankie Wu 已提交
1967
			<requirements>
F
Frankie Wu 已提交
1968 1969 1970
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
1971 1972 1973 1974 1975 1976 1977
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
F
merge  
Frankie Wu 已提交
1978
		<component>
Y
youyong 已提交
1979 1980
			<role>com.dianping.cat.report.page.model.heartbeat.LocalHeartbeatService</role>
			<implementation>com.dianping.cat.report.page.model.heartbeat.LocalHeartbeatService</implementation>
F
merge  
Frankie Wu 已提交
1981
			<requirements>
F
Frankie Wu 已提交
1982 1983 1984
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
1985 1986 1987 1988 1989 1990 1991
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1992 1993 1994 1995 1996 1997
		<component>
			<role>com.dianping.cat.report.page.model.logview.LocalMessageService</role>
			<implementation>com.dianping.cat.report.page.model.logview.LocalMessageService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.dump.MessageBucketManager</role>
F
Frankie Wu 已提交
1998
					<role-hint>local</role-hint>
F
Frankie Wu 已提交
1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageCodec</role>
					<role-hint>html</role-hint>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
2011
		<component>
Y
youyong 已提交
2012 2013
			<role>com.dianping.cat.report.page.model.matrix.LocalMatrixService</role>
			<implementation>com.dianping.cat.report.page.model.matrix.LocalMatrixService</implementation>
Y
You Yong 已提交
2014 2015 2016 2017 2018 2019 2020 2021 2022 2023
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
Y
You Yong 已提交
2024 2025
		</component>
		<component>
Y
youyong 已提交
2026 2027
			<role>com.dianping.cat.report.page.model.problem.LocalProblemService</role>
			<implementation>com.dianping.cat.report.page.model.problem.LocalProblemService</implementation>
Y
You Yong 已提交
2028 2029 2030 2031 2032 2033 2034 2035 2036 2037
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
2038
		</component>
Y
You Yong 已提交
2039
		<component>
Y
youyong 已提交
2040 2041
			<role>com.dianping.cat.report.page.model.transaction.LocalTransactionService</role>
			<implementation>com.dianping.cat.report.page.model.transaction.LocalTransactionService</implementation>
Y
You Yong 已提交
2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066
		<component>
			<role>com.dianping.cat.report.page.model.cross.LocalCrossService</role>
			<implementation>com.dianping.cat.report.page.model.cross.LocalCrossService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080
		<component>
			<role>com.dianping.cat.report.page.model.database.LocalDatabaseService</role>
			<implementation>com.dianping.cat.report.page.model.database.LocalDatabaseService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
2081
		<component>
Y
youyong 已提交
2082 2083
			<role>com.dianping.cat.report.page.model.sql.LocalSqlService</role>
			<implementation>com.dianping.cat.report.page.model.sql.LocalSqlService</implementation>
F
Frankie Wu 已提交
2084 2085
			<requirements>
				<requirement>
Y
youyong 已提交
2086
					<role>com.dianping.cat.storage.BucketManager</role>
F
Frankie Wu 已提交
2087
				</requirement>
Y
You Yong 已提交
2088
				<requirement>
Y
youyong 已提交
2089 2090 2091
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
Y
You Yong 已提交
2092
				</requirement>
F
Frankie Wu 已提交
2093 2094
			</requirements>
		</component>
Y
youyong 已提交
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108
		<component>
			<role>com.dianping.cat.report.page.model.state.LocalStateService</role>
			<implementation>com.dianping.cat.report.page.model.state.LocalStateService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122
		<component>
			<role>com.dianping.cat.report.page.model.top.LocalTopService</role>
			<implementation>com.dianping.cat.report.page.model.top.LocalTopService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
2123 2124 2125 2126 2127 2128
		<component>
			<role>com.dianping.cat.report.page.model.metric.LocalMetricService</role>
			<implementation>com.dianping.cat.report.page.model.metric.LocalMetricService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
Y
youyong 已提交
2129 2130 2131 2132 2133 2134 2135 2136
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150
		<component>
			<role>com.dianping.cat.report.page.model.dependency.LocalDependencyService</role>
			<implementation>com.dianping.cat.report.page.model.dependency.LocalDependencyService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageConsumer</role>
					<role-hint>realtime</role-hint>
					<field-name>m_consumer</field-name>
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
2151
		<component>
Y
youyong 已提交
2152 2153
			<role>com.dianping.cat.report.page.sql.Handler</role>
			<implementation>com.dianping.cat.report.page.sql.Handler</implementation>
Y
You Yong 已提交
2154 2155
			<requirements>
				<requirement>
Y
youyong 已提交
2156
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
2157 2158 2159 2160 2161
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.sql.JspViewer</role>
				</requirement>
				<requirement>
Y
yong.you 已提交
2162
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
youyong 已提交
2163 2164 2165 2166 2167
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>sql</role-hint>
					<field-name>m_service</field-name>
Y
You Yong 已提交
2168 2169
				</requirement>
			</requirements>
F
Frankie Wu 已提交
2170
		</component>
Y
youyong 已提交
2171 2172 2173
		<component>
			<role>com.dianping.cat.report.page.sql.JspViewer</role>
			<implementation>com.dianping.cat.report.page.sql.JspViewer</implementation>
F
Frankie Wu 已提交
2174 2175
			<requirements>
				<requirement>
F
Frankie Wu 已提交
2176
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
F
Frankie Wu 已提交
2177 2178 2179
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
2180 2181 2182 2183
		<component>
			<role>com.dianping.cat.report.page.dashboard.Handler</role>
			<implementation>com.dianping.cat.report.page.dashboard.Handler</implementation>
			<requirements>
Y
youyong 已提交
2184 2185 2186
				<requirement>
					<role>com.dianping.cat.report.page.dashboard.JspViewer</role>
				</requirement>
2187 2188 2189 2190 2191 2192
				<requirement>
					<role>com.dianping.cat.report.page.transaction.TransactionMergeManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.event.EventMergeManager</role>
				</requirement>
Y
youyong 已提交
2193 2194 2195 2196 2197
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>event</role-hint>
					<field-name>m_eventService</field-name>
				</requirement>
Y
You Yong 已提交
2198 2199 2200
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>transaction</role-hint>
Y
You Yong 已提交
2201 2202
					<field-name>m_transactionService</field-name>
				</requirement>
Y
youyong 已提交
2203 2204 2205 2206 2207
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>problem</role-hint>
					<field-name>m_problemService</field-name>
				</requirement>
Y
You Yong 已提交
2208 2209 2210 2211 2212
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.dashboard.JspViewer</role>
			<implementation>com.dianping.cat.report.page.dashboard.JspViewer</implementation>
F
Frankie Wu 已提交
2213 2214 2215 2216 2217
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
You Yong 已提交
2218
		</component>
Y
You Yong 已提交
2219 2220 2221 2222
		<component>
			<role>com.dianping.cat.report.page.matrix.Handler</role>
			<implementation>com.dianping.cat.report.page.matrix.Handler</implementation>
			<requirements>
Y
yanchun.yang 已提交
2223
				<requirement>
Y
youyong 已提交
2224
					<role>com.dianping.cat.report.service.ReportService</role>
Y
yanchun.yang 已提交
2225
				</requirement>
Y
You Yong 已提交
2226 2227 2228
				<requirement>
					<role>com.dianping.cat.report.page.matrix.JspViewer</role>
				</requirement>
Y
youyong 已提交
2229
				<requirement>
Y
yong.you 已提交
2230
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
youyong 已提交
2231
				</requirement>
Y
You Yong 已提交
2232 2233 2234 2235 2236 2237 2238 2239 2240 2241
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>matrix</role-hint>
					<field-name>m_service</field-name>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.matrix.JspViewer</role>
			<implementation>com.dianping.cat.report.page.matrix.JspViewer</implementation>
F
Frankie Wu 已提交
2242 2243 2244 2245 2246
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
You Yong 已提交
2247
		</component>
Y
You Yong 已提交
2248
		<component>
Y
youyong 已提交
2249 2250
			<role>com.dianping.cat.report.page.health.Handler</role>
			<implementation>com.dianping.cat.report.page.health.Handler</implementation>
Y
You Yong 已提交
2251 2252
			<requirements>
				<requirement>
Y
youyong 已提交
2253
					<role>com.dianping.cat.report.page.health.JspViewer</role>
Y
You Yong 已提交
2254 2255
				</requirement>
				<requirement>
Y
yong.you 已提交
2256
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
You Yong 已提交
2257 2258
				</requirement>
				<requirement>
Y
youyong 已提交
2259
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
2260
				</requirement>
Y
youyong 已提交
2261 2262 2263
				<requirement>
					<role>com.dianping.cat.report.page.health.HistoryGraphs</role>
				</requirement>
Y
youyong 已提交
2264 2265
			</requirements>
		</component>
Y
youyong 已提交
2266 2267 2268
		<component>
			<role>com.dianping.cat.report.page.health.JspViewer</role>
			<implementation>com.dianping.cat.report.page.health.JspViewer</implementation>
F
Frankie Wu 已提交
2269 2270 2271 2272 2273
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2274
		</component>
Y
youyong 已提交
2275 2276 2277 2278 2279
		<component>
			<role>com.dianping.cat.report.page.health.HistoryGraphs</role>
			<implementation>com.dianping.cat.report.page.health.HistoryGraphs</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2280
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
2281 2282 2283
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2284 2285 2286 2287 2288 2289 2290 2291
		<component>
			<role>com.dianping.cat.report.page.cross.Handler</role>
			<implementation>com.dianping.cat.report.page.cross.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.cross.JspViewer</role>
				</requirement>
				<requirement>
Y
youyong 已提交
2292
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
2293
				</requirement>
Y
youyong 已提交
2294
				<requirement>
Y
yong.you 已提交
2295
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
youyong 已提交
2296 2297
				</requirement>
				<requirement>
Y
yong.you 已提交
2298
					<role>com.dianping.cat.consumer.DomainManager</role>
Y
youyong 已提交
2299
				</requirement>
Y
youyong 已提交
2300 2301 2302 2303 2304 2305 2306 2307 2308 2309
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>cross</role-hint>
					<field-name>m_service</field-name>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.cross.JspViewer</role>
			<implementation>com.dianping.cat.report.page.cross.JspViewer</implementation>
F
Frankie Wu 已提交
2310 2311 2312 2313 2314
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2315
		</component>
Y
yong.you 已提交
2316
		<component>
Y
yong.you 已提交
2317 2318
			<role>com.dianping.cat.consumer.DomainManager</role>
			<implementation>com.dianping.cat.consumer.DomainManager</implementation>
Y
yong.you 已提交
2319 2320
			<requirements>
				<requirement>
Y
yong.you 已提交
2321
					<role>com.dianping.cat.consumer.core.dal.HostinfoDao</role>
Y
yong.you 已提交
2322 2323 2324 2325 2326 2327 2328
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
2329 2330
			<role>com.dianping.cat.consumer.core.dal.HostinfoDao</role>
			<implementation>com.dianping.cat.consumer.core.dal.HostinfoDao</implementation>
Y
yong.you 已提交
2331 2332 2333 2334 2335 2336
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2337 2338 2339 2340 2341
		<component>
			<role>com.dianping.cat.report.page.cache.Handler</role>
			<implementation>com.dianping.cat.report.page.cache.Handler</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2342 2343 2344
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>event</role-hint>
					<field-name>m_eventService</field-name>
Y
youyong 已提交
2345 2346
				</requirement>
				<requirement>
Y
youyong 已提交
2347
					<role>com.dianping.cat.report.page.cache.JspViewer</role>
Y
youyong 已提交
2348 2349
				</requirement>
				<requirement>
Y
youyong 已提交
2350
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
2351
				</requirement>
2352 2353 2354 2355 2356 2357
				<requirement>
					<role>com.dianping.cat.report.page.transaction.TransactionMergeManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.event.EventMergeManager</role>
				</requirement>
Y
yong.you 已提交
2358
				<requirement>
Y
yong.you 已提交
2359
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
2360
				</requirement>
Y
youyong 已提交
2361 2362
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
Y
youyong 已提交
2363 2364
					<role-hint>transaction</role-hint>
					<field-name>m_transactionService</field-name>
Y
youyong 已提交
2365 2366 2367 2368 2369 2370
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.cache.JspViewer</role>
			<implementation>com.dianping.cat.report.page.cache.JspViewer</implementation>
F
Frankie Wu 已提交
2371 2372 2373 2374 2375
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2376
		</component>
Y
youyong 已提交
2377 2378 2379 2380 2381
		<component>
			<role>com.dianping.cat.report.page.database.Handler</role>
			<implementation>com.dianping.cat.report.page.database.Handler</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2382
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
2383 2384 2385 2386 2387 2388 2389 2390 2391
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.database.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>database</role-hint>
					<field-name>m_service</field-name>
				</requirement>
Y
yong.you 已提交
2392
				<requirement>
Y
yong.you 已提交
2393
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
2394
				</requirement>
Y
youyong 已提交
2395 2396 2397 2398 2399
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.database.JspViewer</role>
			<implementation>com.dianping.cat.report.page.database.JspViewer</implementation>
F
Frankie Wu 已提交
2400 2401 2402 2403 2404
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2405
		</component>
Y
youyong 已提交
2406 2407 2408 2409 2410 2411 2412 2413 2414 2415
		<component>
			<role>com.dianping.cat.report.page.state.Handler</role>
			<implementation>com.dianping.cat.report.page.state.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.state.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
Y
youyong 已提交
2416 2417 2418
				<requirement>
					<role>com.dianping.cat.report.page.state.StateGraphs</role>
				</requirement>
Y
youyong 已提交
2419 2420 2421 2422 2423
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>state</role-hint>
					<field-name>m_service</field-name>
				</requirement>
Y
yong.you 已提交
2424
				<requirement>
Y
yong.you 已提交
2425
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
2426
				</requirement>
Y
youyong 已提交
2427 2428 2429 2430 2431
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.state.JspViewer</role>
			<implementation>com.dianping.cat.report.page.state.JspViewer</implementation>
F
Frankie Wu 已提交
2432 2433 2434 2435 2436
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2437
		</component>
Y
youyong 已提交
2438 2439 2440 2441 2442 2443 2444 2445 2446
		<component>
			<role>com.dianping.cat.report.page.state.StateGraphs</role>
			<implementation>com.dianping.cat.report.page.state.StateGraphs</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462
		<component>
			<role>com.dianping.cat.report.page.top.Handler</role>
			<implementation>com.dianping.cat.report.page.top.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.top.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>top</role-hint>
					<field-name>m_service</field-name>
				</requirement>
				<requirement>
Y
yong.you 已提交
2463
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
youyong 已提交
2464 2465 2466 2467 2468 2469
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.top.JspViewer</role>
			<implementation>com.dianping.cat.report.page.top.JspViewer</implementation>
F
Frankie Wu 已提交
2470 2471 2472 2473 2474
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2475
		</component>
2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487
		<component>
			<role>com.dianping.cat.report.page.metric.Handler</role>
			<implementation>com.dianping.cat.report.page.metric.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.metric.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>metric</role-hint>
					<field-name>m_service</field-name>
				</requirement>
Y
yong.you 已提交
2488
				<requirement>
Y
yong.you 已提交
2489
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
2490
				</requirement>
Y
yong.you 已提交
2491 2492 2493
				<requirement>
					<role>com.dianping.cat.consumer.advanced.BussinessConfigManager</role>
				</requirement>
2494 2495 2496 2497 2498
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.metric.JspViewer</role>
			<implementation>com.dianping.cat.report.page.metric.JspViewer</implementation>
Y
yong.you 已提交
2499 2500 2501 2502 2503
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
2504
		</component>
Y
yong.you 已提交
2505 2506 2507 2508
		<component>
			<role>com.dianping.cat.consumer.advanced.BussinessConfigManager</role>
			<implementation>com.dianping.cat.consumer.advanced.BussinessConfigManager</implementation>
		</component>
Y
yong.you 已提交
2509
		<component>
Y
yong.you 已提交
2510 2511
			<role>com.dianping.cat.report.page.jsError.Handler</role>
			<implementation>com.dianping.cat.report.page.jsError.Handler</implementation>
Y
yong.you 已提交
2512 2513
			<requirements>
				<requirement>
Y
yong.you 已提交
2514
					<role>com.dianping.cat.report.page.jsError.JspViewer</role>
Y
yong.you 已提交
2515 2516 2517 2518
				</requirement>
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
2519 2520
			<role>com.dianping.cat.report.page.jsError.JspViewer</role>
			<implementation>com.dianping.cat.report.page.jsError.JspViewer</implementation>
Y
yong.you 已提交
2521 2522 2523 2524 2525
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
yong.you 已提交
2526
		</component>
Y
yong.you 已提交
2527 2528 2529 2530 2531 2532 2533
		<component>
			<role>com.dianping.cat.report.page.dependency.Handler</role>
			<implementation>com.dianping.cat.report.page.dependency.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.dependency.JspViewer</role>
				</requirement>
Y
yong.you 已提交
2534 2535 2536
				<requirement>
					<role>com.dianping.cat.report.page.externalError.EventCollectManager</role>
				</requirement>
Y
yong.you 已提交
2537 2538 2539
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>dependency</role-hint>
Y
yong.you 已提交
2540
					<field-name>m_dependencyService</field-name>
Y
yong.you 已提交
2541 2542 2543 2544
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
				</requirement>
Y
yong.you 已提交
2545
				<requirement>
Y
yong.you 已提交
2546
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphManager</role>
Y
yong.you 已提交
2547
				</requirement>
Y
yong.you 已提交
2548 2549 2550 2551 2552
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>problem</role-hint>
					<field-name>m_problemservice</field-name>
				</requirement>
Y
yong.you 已提交
2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.dependency.JspViewer</role>
			<implementation>com.dianping.cat.report.page.dependency.JspViewer</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
2564
		<component>
Y
yong.you 已提交
2565 2566
			<role>com.dianping.cat.report.page.externalError.EventCollectManager</role>
			<implementation>com.dianping.cat.report.page.externalError.EventCollectManager</implementation>
Y
yong.you 已提交
2567 2568
			<requirements>
				<requirement>
Y
yong.you 已提交
2569 2570 2571 2572
					<role>com.dianping.cat.home.dal.report.EventDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
Y
yong.you 已提交
2573 2574 2575 2576
				</requirement>
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
2577 2578 2579 2580 2581 2582 2583 2584
			<role>com.dianping.cat.home.dal.report.EventDao</role>
			<implementation>com.dianping.cat.home.dal.report.EventDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
2585
		<component>
Y
yong.you 已提交
2586 2587
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphManager</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphManager</implementation>
Y
yong.you 已提交
2588 2589 2590 2591 2592 2593 2594
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>dependency</role-hint>
					<field-name>m_service</field-name>
				</requirement>
				<requirement>
Y
yong.you 已提交
2595
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</role>
Y
yong.you 已提交
2596
				</requirement>
Y
yong.you 已提交
2597 2598 2599 2600 2601 2602
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.dependency.dashboard.DashboardConfig</role>
				</requirement>
Y
yong.you 已提交
2603 2604 2605
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
2606 2607
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</implementation>
Y
yong.you 已提交
2608
		</component>
Y
yong.you 已提交
2609 2610 2611 2612
		<component>
			<role>com.dianping.cat.report.page.dependency.dashboard.DashboardConfig</role>
			<implementation>com.dianping.cat.report.page.dependency.dashboard.DashboardConfig</implementation>
		</component>
Y
yong.you 已提交
2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630
		<component>
			<role>com.dianping.cat.report.page.externalError.Handler</role>
			<implementation>com.dianping.cat.report.page.externalError.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.externalError.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.externalError.EventCollectManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.consumer.DomainManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.externalError.JspViewer</role>
			<implementation>com.dianping.cat.report.page.externalError.JspViewer</implementation>
Y
yong.you 已提交
2631 2632 2633 2634 2635 2636
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647
		<component>
			<role>com.dianping.cat.system.SystemModule</role>
			<implementation>com.dianping.cat.system.SystemModule</implementation>
		</component>
		<component>
			<role>com.dianping.cat.system.page.alarm.Handler</role>
			<implementation>com.dianping.cat.system.page.alarm.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.page.alarm.JspViewer</role>
				</requirement>
Y
youyong 已提交
2648 2649 2650 2651 2652 2653 2654
				<requirement>
					<role>com.dianping.cat.system.page.alarm.RecordManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.alarm.RuleManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
2655
					<role>com.dianping.cat.system.page.alarm.ScheduledManager</role>
Y
youyong 已提交
2656 2657
				</requirement>
				<requirement>
Y
youyong 已提交
2658
					<role>com.dianping.cat.system.page.alarm.TemplateManager</role>
Y
youyong 已提交
2659
				</requirement>
F
Frankie Wu 已提交
2660 2661 2662 2663 2664
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.alarm.JspViewer</role>
			<implementation>com.dianping.cat.system.page.alarm.JspViewer</implementation>
F
Frankie Wu 已提交
2665 2666 2667 2668 2669
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
2670
		</component>
Y
youyong 已提交
2671 2672 2673 2674 2675 2676 2677 2678
		<component>
			<role>com.dianping.cat.system.page.alarm.RecordManager</role>
			<implementation>com.dianping.cat.system.page.alarm.RecordManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</role>
				</requirement>
				<requirement>
Y
youyong 已提交
2679
					<role>com.dianping.cat.home.dal.alarm.MailRecordDao</role>
Y
youyong 已提交
2680 2681
				</requirement>
				<requirement>
Y
youyong 已提交
2682
					<role>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</role>
Y
youyong 已提交
2683 2684 2685 2686 2687 2688 2689 2690
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2691
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2692 2693 2694 2695
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
2696 2697
			<role>com.dianping.cat.home.dal.alarm.MailRecordDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.MailRecordDao</implementation>
Y
youyong 已提交
2698 2699
			<requirements>
				<requirement>
Y
youyong 已提交
2700
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2701 2702 2703 2704
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
2705 2706
			<role>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</implementation>
Y
youyong 已提交
2707 2708
			<requirements>
				<requirement>
Y
youyong 已提交
2709
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.alarm.RuleManager</role>
			<implementation>com.dianping.cat.system.page.alarm.RuleManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmRuleDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
				</requirement>
Y
youyong 已提交
2726 2727 2728
				<requirement>
					<role>com.dainping.cat.home.dal.user.DpAdminLoginDao</role>
				</requirement>
Y
youyong 已提交
2729 2730 2731 2732 2733 2734 2735
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.alarm.AlarmRuleDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmRuleDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2736
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2737 2738 2739 2740 2741 2742 2743 2744
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2745
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2746 2747 2748
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2749 2750 2751 2752 2753
		<component>
			<role>com.dainping.cat.home.dal.user.DpAdminLoginDao</role>
			<implementation>com.dainping.cat.home.dal.user.DpAdminLoginDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2754
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2755 2756 2757
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2758 2759 2760 2761 2762
		<component>
			<role>com.dianping.cat.system.page.alarm.ScheduledManager</role>
			<implementation>com.dianping.cat.system.page.alarm.ScheduledManager</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2763
					<role>com.dainping.cat.home.dal.user.DpAdminLoginDao</role>
Y
youyong 已提交
2764 2765
				</requirement>
				<requirement>
Y
youyong 已提交
2766
					<role>com.dianping.cat.home.dal.alarm.ScheduledReportDao</role>
Y
youyong 已提交
2767
				</requirement>
Y
youyong 已提交
2768
				<requirement>
Y
youyong 已提交
2769
					<role>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</role>
Y
youyong 已提交
2770
				</requirement>
Y
youyong 已提交
2771 2772 2773 2774 2775 2776 2777
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.alarm.ScheduledReportDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.ScheduledReportDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2778
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2779 2780 2781
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2782 2783 2784 2785 2786 2787 2788 2789 2790
		<component>
			<role>com.dianping.cat.system.page.alarm.TemplateManager</role>
			<implementation>com.dianping.cat.system.page.alarm.TemplateManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805
		<component>
			<role>com.dianping.cat.system.page.login.Handler</role>
			<implementation>com.dianping.cat.system.page.login.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.page.login.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.login.service.SigninService</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.JspViewer</role>
			<implementation>com.dianping.cat.system.page.login.JspViewer</implementation>
F
Frankie Wu 已提交
2806 2807 2808 2809 2810
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.service.SigninService</role>
			<implementation>com.dianping.cat.system.page.login.service.SigninService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.page.login.service.TokenManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.login.service.SessionManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.service.TokenManager</role>
			<implementation>com.dianping.cat.system.page.login.service.TokenManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.page.login.service.CookieManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.login.service.TokenBuilder</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.service.CookieManager</role>
			<implementation>com.dianping.cat.system.page.login.service.CookieManager</implementation>
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.service.TokenBuilder</role>
			<implementation>com.dianping.cat.system.page.login.service.TokenBuilder</implementation>
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.service.SessionManager</role>
			<implementation>com.dianping.cat.system.page.login.service.SessionManager</implementation>
			<requirements>
				<requirement>
					<role>com.dainping.cat.home.dal.user.DpAdminLoginDao</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2853
		<component>
Y
yong.you 已提交
2854 2855
			<role>com.dianping.cat.system.page.config.Handler</role>
			<implementation>com.dianping.cat.system.page.config.Handler</implementation>
Y
youyong 已提交
2856 2857
			<requirements>
				<requirement>
Y
yong.you 已提交
2858
					<role>com.dianping.cat.system.page.config.JspViewer</role>
Y
youyong 已提交
2859 2860
				</requirement>
				<requirement>
Y
yong.you 已提交
2861
					<role>com.dianping.cat.consumer.core.dal.ProjectDao</role>
Y
youyong 已提交
2862
				</requirement>
Y
yong.you 已提交
2863 2864 2865
				<requirement>
					<role>com.dianping.cat.home.dal.report.AggregationRuleDao</role>
				</requirement>
2866 2867 2868
				<requirement>
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManger</role>
				</requirement>
Y
youyong 已提交
2869 2870 2871
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
2872 2873
			<role>com.dianping.cat.system.page.config.JspViewer</role>
			<implementation>com.dianping.cat.system.page.config.JspViewer</implementation>
F
Frankie Wu 已提交
2874 2875 2876 2877 2878
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2879 2880
		</component>
		<component>
Y
yong.you 已提交
2881 2882
			<role>com.dianping.cat.consumer.core.dal.ProjectDao</role>
			<implementation>com.dianping.cat.consumer.core.dal.ProjectDao</implementation>
Y
youyong 已提交
2883 2884
			<requirements>
				<requirement>
Y
youyong 已提交
2885
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2886 2887 2888
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2889
		<component>
Y
yong.you 已提交
2890 2891
			<role>com.dianping.cat.home.dal.report.AggregationRuleDao</role>
			<implementation>com.dianping.cat.home.dal.report.AggregationRuleDao</implementation>
Y
youyong 已提交
2892 2893
			<requirements>
				<requirement>
Y
yong.you 已提交
2894
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2895
				</requirement>
Y
youyong 已提交
2896 2897
			</requirements>
		</component>
2898 2899 2900 2901
		<component>
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManger</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManger</implementation>
		</component>
Y
yong.you 已提交
2902 2903 2904 2905
		<component>
			<role>com.dianping.cat.system.alarm.AlarmContentBuilder</role>
			<implementation>com.dianping.cat.system.alarm.AlarmContentBuilder</implementation>
		</component>
Y
youyong 已提交
2906
		<component>
Y
youyong 已提交
2907 2908
			<role>com.dianping.cat.system.alarm.AlarmRuleCreator</role>
			<implementation>com.dianping.cat.system.alarm.AlarmRuleCreator</implementation>
Y
youyong 已提交
2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmRuleDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.ScheduledReportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>event</role-hint>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2925 2926 2927
		<component>
			<role>com.dianping.cat.system.tool.MailSMS</role>
			<implementation>com.dianping.cat.system.tool.MailSMSImpl</implementation>
Y
youyong 已提交
2928 2929 2930 2931 2932
			<requirements>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2933 2934 2935
		</component>
		<component>
			<role>com.dianping.cat.system.notify.ReportRender</role>
Y
youyong 已提交
2936
			<implementation>com.dianping.cat.system.notify.ReportRenderImpl</implementation>
Y
youyong 已提交
2937 2938
		</component>
		<component>
Y
youyong 已提交
2939 2940
			<role>com.dianping.cat.system.notify.ScheduledMailTask</role>
			<implementation>com.dianping.cat.system.notify.ScheduledMailTask</implementation>
Y
youyong 已提交
2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.notify.ReportRender</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.tool.MailSMS</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.DailyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.alarm.ScheduledManager</role>
				</requirement>
Y
youyong 已提交
2954 2955 2956
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.MailRecordDao</role>
				</requirement>
Y
youyong 已提交
2957 2958
			</requirements>
		</component>
Y
youyong 已提交
2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972
		<component>
			<role>com.dianping.cat.system.event.EventListenerRegistry</role>
			<implementation>com.dianping.cat.system.event.DefaultEventListenerRegistry</implementation>
		</component>
		<component>
			<role>com.dianping.cat.system.event.EventDispatcher</role>
			<implementation>com.dianping.cat.system.event.DefaultEventDispatcher</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.event.EventListenerRegistry</role>
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
2973 2974 2975 2976 2977 2978 2979 2980 2981 2982
			<role>com.dianping.cat.system.alarm.connector.Connector</role>
			<implementation>com.dianping.cat.system.alarm.connector.impl.ThresholdConnector</implementation>
		</component>
		<component>
			<role>com.dianping.cat.system.alarm.alert.AlertManager</role>
			<implementation>com.dianping.cat.system.alarm.alert.AlertManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.MailRecordDao</role>
				</requirement>
Y
youyong 已提交
2983 2984 2985 2986 2987 2988
				<requirement>
					<role>com.dianping.cat.system.tool.MailSMS</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
Y
youyong 已提交
2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.alarm.threshold.ThresholdRuleManager</role>
			<implementation>com.dianping.cat.system.alarm.threshold.ThresholdRuleManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmRuleDao</role>
				</requirement>
Y
youyong 已提交
3001 3002 3003
				<requirement>
					<role>com.dianping.cat.configuration.ServerConfigManager</role>
				</requirement>
Y
youyong 已提交
3004 3005 3006 3007 3008
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.alarm.threshold.listener.ExceptionDataListener</role>
			<implementation>com.dianping.cat.system.alarm.threshold.listener.ExceptionDataListener</implementation>
Y
youyong 已提交
3009 3010 3011 3012
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.event.EventDispatcher</role>
				</requirement>
Y
youyong 已提交
3013 3014 3015
				<requirement>
					<role>com.dianping.cat.system.alarm.threshold.ThresholdRuleManager</role>
				</requirement>
Y
youyong 已提交
3016 3017 3018
			</requirements>
		</component>
		<component>
Y
youyong 已提交
3019 3020
			<role>com.dianping.cat.system.alarm.threshold.listener.ServiceDataListener</role>
			<implementation>com.dianping.cat.system.alarm.threshold.listener.ServiceDataListener</implementation>
Y
youyong 已提交
3021 3022 3023 3024
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.event.EventDispatcher</role>
				</requirement>
Y
youyong 已提交
3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039
				<requirement>
					<role>com.dianping.cat.system.alarm.threshold.ThresholdRuleManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.alarm.threshold.listener.ThresholdAlertListener</role>
			<implementation>com.dianping.cat.system.alarm.threshold.listener.ThresholdAlertListener</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.alarm.alert.AlertManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.alarm.RuleManager</role>
				</requirement>
Y
yong.you 已提交
3040 3041 3042
				<requirement>
					<role>com.dianping.cat.system.alarm.AlarmContentBuilder</role>
				</requirement>
Y
youyong 已提交
3043 3044 3045
			</requirements>
		</component>
		<component>
Y
youyong 已提交
3046 3047
			<role>com.dianping.cat.system.alarm.AlarmTask</role>
			<implementation>com.dianping.cat.system.alarm.AlarmTask</implementation>
Y
youyong 已提交
3048 3049 3050 3051
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.event.EventDispatcher</role>
				</requirement>
Y
youyong 已提交
3052 3053 3054 3055 3056 3057
				<requirement>
					<role>com.dianping.cat.system.alarm.connector.Connector</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.alarm.threshold.ThresholdRuleManager</role>
				</requirement>
Y
youyong 已提交
3058 3059
			</requirements>
		</component>
F
Frankie Wu 已提交
3060 3061
	</components>
</plexus>