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