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