ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/DBS/Servers/AppServer/include/ClientAPIData.hpp
Revision: 1.3
Committed: Tue Nov 8 17:15:51 2005 UTC (19 years, 5 months ago) by afaq
Branch: MAIN
Changes since 1.2: +76 -76 lines
Log Message:
Added BizLogic Exception Files

File Contents

# User Rev Content
1 afaq 1.1 #ifndef _ClientTest_hpp_
2     #define _ClientTest_hpp_
3     #include "ClientDataStructure.hpp"
4    
5     class Insertapps_ClientAPIData : public ClientDataStructure {
6     public:
7     INTEGER t_application_output_type;
8     STRING t_app_family_name;
9 afaq 1.2 STRING t_collection_type_name_t_application_output_type;
10 afaq 1.1 STRING t_app_config_parameter_set;
11     INTEGER t_app_config_application;
12 afaq 1.3 INTEGER t_application_input_type;
13 afaq 1.1 INTEGER t_app_config_id;
14 afaq 1.2 INTEGER t_collection_type_id_t_application_input_type;
15 afaq 1.1 STRING t_application_app_version;
16     STRING t_app_config_conditions_version;
17     INTEGER t_application_app_family;
18     INTEGER t_application_id;
19 afaq 1.3 STRING t_application_executable;
20     INTEGER t_collection_type_id_t_application_output_type;
21     STRING t_collection_type_name_t_application_input_type;
22 afaq 1.2 INTEGER t_app_family_id;
23 afaq 1.1 public:
24     Insertapps_ClientAPIData();
25    
26     virtual int makeMessage(Message& messageOut);
27     virtual int readInMessage(Message& messageIn, string lisName, int index);
28    
29     };
30     class Person_ClientAPIData : public ClientDataStructure {
31     public:
32     STRING t_person_distinguised_name;
33     INTEGER t_person_id;
34     STRING t_person_name;
35     STRING t_person_contactinfo;
36     public:
37     Person_ClientAPIData();
38    
39     virtual int makeMessage(Message& messageOut);
40     virtual int readInMessage(Message& messageIn, string lisName, int index);
41    
42     };
43     class Physicsgroup_ClientAPIData : public ClientDataStructure {
44     public:
45 afaq 1.3 STRING t_person_distinguised_name;
46     INTEGER t_person_id;
47 afaq 1.2 STRING t_person_contactinfo;
48 afaq 1.3 INTEGER t_physics_group_id;
49 afaq 1.2 INTEGER t_physics_group_convenor;
50 afaq 1.3 STRING t_physics_group_name;
51 afaq 1.2 STRING t_person_name;
52 afaq 1.1 public:
53     Physicsgroup_ClientAPIData();
54    
55     virtual int makeMessage(Message& messageOut);
56     virtual int readInMessage(Message& messageIn, string lisName, int index);
57    
58     };
59     class Evcollview_ClientAPIData : public ClientDataStructure {
60     public:
61     INTEGER t_info_evcoll_validation_status;
62     STRING t_info_evcoll_name;
63     INTEGER t_info_evcoll_status;
64 afaq 1.3 INTEGER t_event_collection_collection_index;
65 afaq 1.1 INTEGER t_info_evcoll_events;
66     INTEGER t_event_collection_id;
67     INTEGER t_info_evcoll_event_collection;
68     STRING t_validation_status_name;
69     INTEGER t_event_collection_processed_dataset;
70     INTEGER t_evcoll_status_id;
71     INTEGER t_validation_status_id;
72 afaq 1.3 STRING t_evcoll_status_name;
73 afaq 1.1 STRING t_info_evcoll_estimated_luminosity;
74     public:
75     Evcollview_ClientAPIData();
76    
77     virtual int makeMessage(Message& messageOut);
78     virtual int readInMessage(Message& messageIn, string lisName, int index);
79    
80     };
81     class Fileview_ClientAPIData : public ClientDataStructure {
82     public:
83     INTEGER t_evcoll_file_fileid;
84     INTEGER t_file_type;
85 afaq 1.3 INTEGER t_file_id;
86 afaq 1.1 INTEGER t_block_processed_dataset;
87     INTEGER t_file_inblock;
88 afaq 1.3 STRING t_file_logical_name;
89 afaq 1.1 STRING t_file_status_name;
90 afaq 1.3 INTEGER t_block_files;
91 afaq 1.1 STRING t_file_guid;
92 afaq 1.3 INTEGER t_file_type_id;
93 afaq 1.1 INTEGER t_file_status_id;
94 afaq 1.3 STRING t_block_status_name;
95     INTEGER t_block_status;
96 afaq 1.1 INTEGER t_evcoll_file_evcoll;
97     STRING t_file_type_name;
98     INTEGER t_block_id;
99     STRING t_file_filesize;
100     INTEGER t_block_bytes;
101     INTEGER t_file_status;
102     INTEGER t_block_status_id;
103     INTEGER t_evcoll_file_id;
104     public:
105     Fileview_ClientAPIData();
106    
107     virtual int makeMessage(Message& messageOut);
108     virtual int readInMessage(Message& messageIn, string lisName, int index);
109    
110     };
111     class Primarydataset_ClientAPIData : public ClientDataStructure {
112     public:
113     INTEGER t_desc_mc_id;
114     STRING t_desc_mc_description;
115     INTEGER t_primary_dataset_description;
116     STRING t_primary_dataset_name;
117 afaq 1.3 INTEGER t_physics_group_convenor;
118 afaq 1.2 INTEGER t_physics_group_id;
119 afaq 1.1 INTEGER t_desc_primary_id;
120     INTEGER t_desc_primary_trigger_path;
121 afaq 1.2 STRING t_desc_trigger_description;
122 afaq 1.1 INTEGER t_primary_dataset_physics_group;
123 afaq 1.3 STRING t_desc_mc_decay_chain;
124 afaq 1.2 INTEGER t_desc_trigger_id;
125 afaq 1.1 STRING t_desc_mc_production;
126 afaq 1.2 STRING t_physics_group_name;
127 afaq 1.1 INTEGER t_desc_primary_mc_channel;
128     INTEGER t_primary_dataset_id;
129     CHARACTER t_desc_primary_is_mc_data;
130     public:
131     Primarydataset_ClientAPIData();
132    
133     virtual int makeMessage(Message& messageOut);
134     virtual int readInMessage(Message& messageIn, string lisName, int index);
135    
136     };
137     class Processingpath_ClientAPIData : public ClientDataStructure {
138     public:
139 afaq 1.3 STRING t_app_family_name;
140 afaq 1.2 STRING t_collection_type_name_t_application_output_type;
141 afaq 1.3 STRING t_app_config_parameter_set;
142     INTEGER t_application_output_type;
143     CHARACTER t_processed_dataset_is_open;
144 afaq 1.2 STRING t_application_app_version;
145 afaq 1.3 INTEGER t_app_config_application;
146     STRING t_processed_dataset_name;
147 afaq 1.2 INTEGER t_application_id;
148 afaq 1.3 STRING t_collection_type_name_t_application_input_type;
149     INTEGER t_processing_path_app_config;
150     STRING t_processing_path_full_path;
151     INTEGER t_processing_path_data_tier;
152 afaq 1.1 INTEGER t_data_tier_id;
153     INTEGER t_processing_path_parent;
154 afaq 1.3 STRING t_app_config_conditions_version;
155     INTEGER t_app_family_id;
156     INTEGER t_application_input_type;
157 afaq 1.2 INTEGER t_app_config_id;
158     INTEGER t_collection_type_id_t_application_input_type;
159     INTEGER t_processed_dataset_processing_path;
160 afaq 1.1 INTEGER t_processing_path_id;
161 afaq 1.2 INTEGER t_processed_dataset_primary_dataset;
162 afaq 1.3 INTEGER t_application_app_family;
163 afaq 1.1 INTEGER t_processed_dataset_id;
164 afaq 1.2 INTEGER t_collection_type_id_t_application_output_type;
165 afaq 1.3 STRING t_data_tier_name;
166     STRING t_application_executable;
167 afaq 1.1 public:
168     Processingpath_ClientAPIData();
169    
170     virtual int makeMessage(Message& messageOut);
171     virtual int readInMessage(Message& messageIn, string lisName, int index);
172    
173     };
174     class Analysisdataset_ClientAPIData : public ClientDataStructure {
175     public:
176     STRING t_dataset_status_name;
177     INTEGER t_info_anads_analysis_dataset;
178 afaq 1.3 INTEGER t_info_anads_status;
179 afaq 1.1 INTEGER t_anads_data_event_collection;
180     STRING t_info_anads_estimated_luminiosity;
181     STRING t_analysis_dataset_name;
182     INTEGER t_info_anads_validation_status;
183     INTEGER t_anads_data_id;
184     INTEGER t_dataset_status_id;
185     INTEGER t_anads_data_analysis_dataset;
186 afaq 1.3 STRING t_validation_status_name;
187 afaq 1.1 INTEGER t_analysis_dataset_id;
188     INTEGER t_validation_status_id;
189     INTEGER t_analysis_dataset_processed_dataset;
190     INTEGER t_info_anads_events;
191     public:
192     Analysisdataset_ClientAPIData();
193    
194     virtual int makeMessage(Message& messageOut);
195     virtual int readInMessage(Message& messageIn, string lisName, int index);
196    
197     };
198     class Datasetprovenenceevchild_ClientAPIData : public ClientDataStructure {
199     public:
200     STRING t_processed_dataset_name;
201 afaq 1.3 INTEGER t_processing_path_app_config;
202     INTEGER t_processed_dataset_primary_dataset;
203     INTEGER t_parentage_type_id;
204     CHARACTER t_processed_dataset_is_open;
205     INTEGER t_primary_dataset_physics_group;
206 afaq 1.1 INTEGER t_processing_path_id;
207 afaq 1.3 STRING t_parentage_type_name;
208     INTEGER t_primary_dataset_id;
209 afaq 1.1 INTEGER t_event_collection_processed_dataset;
210 afaq 1.3 INTEGER t_event_collection_id;
211     STRING t_processing_path_full_path;
212 afaq 1.1 INTEGER t_primary_dataset_description;
213     INTEGER t_data_tier_id;
214     INTEGER t_processing_path_parent;
215 afaq 1.3 STRING t_primary_dataset_name;
216     INTEGER t_event_collection_collection_index;
217 afaq 1.1 INTEGER t_evcoll_parentage_type;
218     INTEGER t_processed_dataset_processing_path;
219 afaq 1.3 INTEGER t_evcoll_parentage_parent;
220 afaq 1.2 INTEGER t_processing_path_data_tier;
221 afaq 1.1 INTEGER t_processed_dataset_id;
222     INTEGER t_evcoll_parentage_child;
223 afaq 1.3 STRING t_data_tier_name;
224 afaq 1.1 public:
225     Datasetprovenenceevchild_ClientAPIData();
226    
227     virtual int makeMessage(Message& messageOut);
228     virtual int readInMessage(Message& messageIn, string lisName, int index);
229    
230     };
231     class Datasetprovenenceevparent_ClientAPIData : public ClientDataStructure {
232     public:
233     STRING t_processed_dataset_name;
234 afaq 1.3 INTEGER t_processing_path_app_config;
235     INTEGER t_processed_dataset_primary_dataset;
236     INTEGER t_parentage_type_id;
237     CHARACTER t_processed_dataset_is_open;
238     INTEGER t_primary_dataset_physics_group;
239 afaq 1.1 INTEGER t_processing_path_id;
240 afaq 1.3 STRING t_parentage_type_name;
241     INTEGER t_primary_dataset_id;
242 afaq 1.1 INTEGER t_event_collection_processed_dataset;
243 afaq 1.3 INTEGER t_event_collection_id;
244     STRING t_processing_path_full_path;
245 afaq 1.1 INTEGER t_primary_dataset_description;
246     INTEGER t_data_tier_id;
247     INTEGER t_processing_path_parent;
248 afaq 1.3 STRING t_primary_dataset_name;
249     INTEGER t_event_collection_collection_index;
250 afaq 1.1 INTEGER t_evcoll_parentage_type;
251     INTEGER t_processed_dataset_processing_path;
252 afaq 1.3 INTEGER t_evcoll_parentage_parent;
253 afaq 1.2 INTEGER t_processing_path_data_tier;
254 afaq 1.1 INTEGER t_processed_dataset_id;
255     INTEGER t_evcoll_parentage_child;
256 afaq 1.3 STRING t_data_tier_name;
257 afaq 1.1 public:
258     Datasetprovenenceevparent_ClientAPIData();
259    
260     virtual int makeMessage(Message& messageOut);
261     virtual int readInMessage(Message& messageIn, string lisName, int index);
262    
263     };
264     class Crabevcollview_ClientAPIData : public ClientDataStructure {
265     public:
266     INTEGER t_info_evcoll_validation_status;
267     STRING t_processed_dataset_name;
268 afaq 1.3 INTEGER t_block_processed_dataset;
269     INTEGER t_processing_path_data_tier;
270 afaq 1.1 STRING t_info_evcoll_name;
271     INTEGER t_block_status;
272 afaq 1.3 INTEGER t_info_evcoll_events;
273     CHARACTER t_processed_dataset_is_open;
274     INTEGER t_processing_path_app_config;
275 afaq 1.1 INTEGER t_processing_path_id;
276     INTEGER t_info_evcoll_event_collection;
277 afaq 1.3 INTEGER t_block_id;
278 afaq 1.1 INTEGER t_event_collection_processed_dataset;
279 afaq 1.3 INTEGER t_event_collection_id;
280 afaq 1.1 STRING t_info_evcoll_estimated_luminosity;
281 afaq 1.3 INTEGER t_primary_dataset_physics_group;
282     STRING t_processing_path_full_path;
283 afaq 1.1 INTEGER t_primary_dataset_description;
284     INTEGER t_block_bytes;
285     INTEGER t_data_tier_id;
286     INTEGER t_processing_path_parent;
287 afaq 1.3 STRING t_primary_dataset_name;
288     INTEGER t_info_evcoll_status;
289 afaq 1.2 INTEGER t_processed_dataset_processing_path;
290     INTEGER t_block_files;
291 afaq 1.3 INTEGER t_processed_dataset_primary_dataset;
292     INTEGER t_processed_dataset_id;
293 afaq 1.2 INTEGER t_event_collection_collection_index;
294     STRING t_data_tier_name;
295 afaq 1.3 INTEGER t_primary_dataset_id;
296 afaq 1.1 public:
297     Crabevcollview_ClientAPIData();
298    
299     virtual int makeMessage(Message& messageOut);
300     virtual int readInMessage(Message& messageIn, string lisName, int index);
301    
302     };
303     #endif