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