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