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