~ubuntu-core-dev/ubuntu/maverick/eucalyptus/devel

« back to all changes in this revision

Viewing changes to gatherlog/generated/adb_GetLogsResponse.h

  • Committer: Dustin Kirkland
  • Date: 2010-07-22 08:41:57 UTC
  • mfrom: (1050.1.19 ubuntu)
  • Revision ID: kirkland@x200-20100722084157-zh2p8dkawznvxxpn
Approving Dave Walker's merge of new upstream Eucalyptus 2.0 release.

Dustin Kirkland <kirkland@canonical.com>

* New major upstream version merge, 2.0 (r1211).
  - 01-wsdl-stubs.patch, debian/wsdl.md5sums: wsdl stubs updated.
  - 11-state-cleanup-memleakfix.patch: Removed, fixed upstream.
  - 21-eucalyptus-1.7-with-gwt-1.6.4.patch: New patch, allows 
    eucalyptus-1.7 to be built against gwt 1.6.4. Based on patch courtesy 
    of Dmitrii Zagorodnov, upstream. (LP: #597330)
* debian/eucalyptus-java-common.links: 
  - Changed symlink for groovy, point to groovy.all.jar, making compatiable 
    with groovy versions >1.7. (LP: #595421)
  - Added ant.jar & jetty-rewrite-handler.jar as they are now required.
* debian/control
  - & debian/build-jars: Added libjavassist-java and libjetty-extra-java as 
    build dependencies.
  - Added libjetty-extra-java as a dependency of eucalyptus-java-common
* The binary resulting jar's have been renamed from eucalyptus-*-1.6.2.jar
  to eucalyptus-*-main.jar:    
  - debian/eucalyptus-cc.upstart
  - debian/eucalyptus-cloud.install
  - debian/eucalyptus-common.eucalyptus.upstart
  - debian/eucalyptus-java-common.install
  - debian/eucalyptus-network.upstart
  - debian/eucalyptus-sc.install
  - debian/eucalyptus-walrus.install
* debian/eucalyptus-java-common.install: New upstream jars that have been
  installed:
  - eucalyptus-db-hsqldb-ext-main.jar
  - eucalyptus-component-main.jar
* debian/control:
  - Updated Standards Version to 3.8.4 (no change)
  - Updated the upstream Homepage to: http://open.eucalyptus.com/
  - Changed Vcs-Bzr to reflect new location of Ubuntu hosted development branch.
  - Made the Build Dependency of groovy and the binary eucalyptus-java-common
    package depend on version >=1.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
        #ifndef ADB_GETLOGSRESPONSE_H
 
4
        #define ADB_GETLOGSRESPONSE_H
 
5
 
 
6
       /**
 
7
        * adb_GetLogsResponse.h
 
8
        *
 
9
        * This file was auto-generated from WSDL
 
10
        * by the Apache Axis2/Java version: 1.4  Built on : Apr 26, 2008 (06:25:17 EDT)
 
11
        */
 
12
 
 
13
       /**
 
14
        *  adb_GetLogsResponse class
 
15
        */
 
16
        typedef struct adb_GetLogsResponse adb_GetLogsResponse_t;
 
17
 
 
18
        
 
19
          #include "adb_getLogsResponseType.h"
 
20
          
 
21
 
 
22
        #include <stdio.h>
 
23
        #include <axiom.h>
 
24
        #include <axis2_util.h>
 
25
        #include <axiom_soap.h>
 
26
        #include <axis2_client.h>
 
27
 
 
28
        #ifdef __cplusplus
 
29
        extern "C"
 
30
        {
 
31
        #endif
 
32
 
 
33
        #define ADB_DEFAULT_DIGIT_LIMIT 64
 
34
        #define ADB_DEFAULT_NAMESPACE_PREFIX_LIMIT 64
 
35
        
 
36
 
 
37
        /******************************* Create and Free functions *********************************/
 
38
 
 
39
        /**
 
40
         * Constructor for creating adb_GetLogsResponse_t
 
41
         * @param env pointer to environment struct
 
42
         * @return newly created adb_GetLogsResponse_t object
 
43
         */
 
44
        adb_GetLogsResponse_t* AXIS2_CALL
 
45
        adb_GetLogsResponse_create(
 
46
            const axutil_env_t *env );
 
47
 
 
48
        /**
 
49
         * Free adb_GetLogsResponse_t object
 
50
         * @param  _GetLogsResponse adb_GetLogsResponse_t object to free
 
51
         * @param env pointer to environment struct
 
52
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
53
         */
 
54
        axis2_status_t AXIS2_CALL
 
55
        adb_GetLogsResponse_free (
 
56
            adb_GetLogsResponse_t* _GetLogsResponse,
 
57
            const axutil_env_t *env);
 
58
 
 
59
 
 
60
 
 
61
        /********************************** Getters and Setters **************************************/
 
62
        
 
63
        
 
64
 
 
65
        /**
 
66
         * Getter for GetLogsResponse. 
 
67
         * @param  _GetLogsResponse adb_GetLogsResponse_t object
 
68
         * @param env pointer to environment struct
 
69
         * @return adb_getLogsResponseType_t*
 
70
         */
 
71
        adb_getLogsResponseType_t* AXIS2_CALL
 
72
        adb_GetLogsResponse_get_GetLogsResponse(
 
73
            adb_GetLogsResponse_t* _GetLogsResponse,
 
74
            const axutil_env_t *env);
 
75
 
 
76
        /**
 
77
         * Setter for GetLogsResponse.
 
78
         * @param  _GetLogsResponse adb_GetLogsResponse_t object
 
79
         * @param env pointer to environment struct
 
80
         * @param arg_GetLogsResponse adb_getLogsResponseType_t*
 
81
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
82
         */
 
83
        axis2_status_t AXIS2_CALL
 
84
        adb_GetLogsResponse_set_GetLogsResponse(
 
85
            adb_GetLogsResponse_t* _GetLogsResponse,
 
86
            const axutil_env_t *env,
 
87
            adb_getLogsResponseType_t*  arg_GetLogsResponse);
 
88
 
 
89
        /**
 
90
         * Resetter for GetLogsResponse
 
91
         * @param  _GetLogsResponse adb_GetLogsResponse_t object
 
92
         * @param env pointer to environment struct
 
93
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
94
         */
 
95
        axis2_status_t AXIS2_CALL
 
96
        adb_GetLogsResponse_reset_GetLogsResponse(
 
97
            adb_GetLogsResponse_t* _GetLogsResponse,
 
98
            const axutil_env_t *env);
 
99
 
 
100
        
 
101
 
 
102
 
 
103
        /******************************* Checking and Setting NIL values *********************************/
 
104
        
 
105
 
 
106
        /**
 
107
         * NOTE: set_nil is only available for nillable properties
 
108
         */
 
109
 
 
110
        
 
111
 
 
112
        /**
 
113
         * Check whether GetLogsResponse is nill
 
114
         * @param  _GetLogsResponse adb_GetLogsResponse_t object
 
115
         * @param env pointer to environment struct
 
116
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
 
117
         */
 
118
        axis2_bool_t AXIS2_CALL
 
119
        adb_GetLogsResponse_is_GetLogsResponse_nil(
 
120
                adb_GetLogsResponse_t* _GetLogsResponse,
 
121
                const axutil_env_t *env);
 
122
 
 
123
 
 
124
        
 
125
        /**
 
126
         * Set GetLogsResponse to nill (currently the same as reset)
 
127
         * @param  _GetLogsResponse adb_GetLogsResponse_t object
 
128
         * @param env pointer to environment struct
 
129
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
130
         */
 
131
        axis2_status_t AXIS2_CALL
 
132
        adb_GetLogsResponse_set_GetLogsResponse_nil(
 
133
                adb_GetLogsResponse_t* _GetLogsResponse,
 
134
                const axutil_env_t *env);
 
135
        
 
136
 
 
137
        /**************************** Serialize and Deserialize functions ***************************/
 
138
        /*********** These functions are for use only inside the generated code *********************/
 
139
 
 
140
        
 
141
        /**
 
142
         * Deserialize an XML to adb objects
 
143
         * @param  _GetLogsResponse adb_GetLogsResponse_t object
 
144
         * @param env pointer to environment struct
 
145
         * @param dp_parent double pointer to the parent node to deserialize
 
146
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
 
147
         * @param dont_care_minoccurs Dont set errors on validating minoccurs, 
 
148
         *              (Parent will order this in a case of choice)
 
149
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
150
         */
 
151
        axis2_status_t AXIS2_CALL
 
152
        adb_GetLogsResponse_deserialize(
 
153
            adb_GetLogsResponse_t* _GetLogsResponse,
 
154
            const axutil_env_t *env,
 
155
            axiom_node_t** dp_parent,
 
156
            axis2_bool_t *dp_is_early_node_valid,
 
157
            axis2_bool_t dont_care_minoccurs);
 
158
                            
 
159
            
 
160
 
 
161
       /**
 
162
         * Declare namespace in the most parent node 
 
163
         * @param  _GetLogsResponse adb_GetLogsResponse_t object
 
164
         * @param env pointer to environment struct
 
165
         * @param parent_element parent element
 
166
         * @param namespaces hash of namespace uri to prefix
 
167
         * @param next_ns_index pointer to an int which contain the next namespace index
 
168
         */
 
169
       void AXIS2_CALL
 
170
       adb_GetLogsResponse_declare_parent_namespaces(
 
171
                    adb_GetLogsResponse_t* _GetLogsResponse,
 
172
                    const axutil_env_t *env, axiom_element_t *parent_element,
 
173
                    axutil_hash_t *namespaces, int *next_ns_index);
 
174
 
 
175
        
 
176
 
 
177
        /**
 
178
         * Serialize to an XML from the adb objects
 
179
         * @param  _GetLogsResponse adb_GetLogsResponse_t object
 
180
         * @param env pointer to environment struct
 
181
         * @param GetLogsResponse_om_node node to serialize from
 
182
         * @param GetLogsResponse_om_element parent element to serialize from
 
183
         * @param tag_closed whether the parent tag is closed or not
 
184
         * @param namespaces hash of namespace uri to prefix
 
185
         * @param next_ns_index an int which contain the next namespace index
 
186
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
187
         */
 
188
        axiom_node_t* AXIS2_CALL
 
189
        adb_GetLogsResponse_serialize(
 
190
            adb_GetLogsResponse_t* _GetLogsResponse,
 
191
            const axutil_env_t *env,
 
192
            axiom_node_t* GetLogsResponse_om_node, axiom_element_t *GetLogsResponse_om_element, int tag_closed, axutil_hash_t *namespaces, int *next_ns_index);
 
193
 
 
194
        /**
 
195
         * Check whether the adb_GetLogsResponse is a particle class (E.g. group, inner sequence)
 
196
         * @return whether this is a particle class.
 
197
         */
 
198
        axis2_bool_t AXIS2_CALL
 
199
        adb_GetLogsResponse_is_particle();
 
200
 
 
201
 
 
202
     #ifdef __cplusplus
 
203
     }
 
204
     #endif
 
205
 
 
206
     #endif /* ADB_GETLOGSRESPONSE_H */
 
207
    
 
208