xref: /trunk/main/ucb/source/cacher/cached.xml (revision a0b87975)
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3<!--***********************************************************
4 *
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements.  See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership.  The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License.  You may obtain a copy of the License at
12 *
13 *   http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing,
16 * software distributed under the License is distributed on an
17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18 * KIND, either express or implied.  See the License for the
19 * specific language governing permissions and limitations
20 * under the License.
21 *
22 ***********************************************************-->
23
24
25<!--***********************************************************
26 *
27 * Licensed to the Apache Software Foundation (ASF) under one
28 * or more contributor license agreements.  See the NOTICE file
29 * distributed with this work for additional information
30 * regarding copyright ownership.  The ASF licenses this file
31 * to you under the Apache License, Version 2.0 (the
32 * "License"); you may not use this file except in compliance
33 * with the License.  You may obtain a copy of the License at
34 *
35 *   http://www.apache.org/licenses/LICENSE-2.0
36 *
37 * Unless required by applicable law or agreed to in writing,
38 * software distributed under the License is distributed on an
39 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
40 * KIND, either express or implied.  See the License for the
41 * specific language governing permissions and limitations
42 * under the License.
43 *
44 ***********************************************************-->
45
46
47<!--***********************************************************
48 *
49 * Licensed to the Apache Software Foundation (ASF) under one
50 * or more contributor license agreements.  See the NOTICE file
51 * distributed with this work for additional information
52 * regarding copyright ownership.  The ASF licenses this file
53 * to you under the Apache License, Version 2.0 (the
54 * "License"); you may not use this file except in compliance
55 * with the License.  You may obtain a copy of the License at
56 *
57 *   http://www.apache.org/licenses/LICENSE-2.0
58 *
59 * Unless required by applicable law or agreed to in writing,
60 * software distributed under the License is distributed on an
61 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
62 * KIND, either express or implied.  See the License for the
63 * specific language governing permissions and limitations
64 * under the License.
65 *
66 ***********************************************************-->
67
68
69<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
70
71    <module-name>
72	cached
73    </module-name>
74
75    <component-description>
76        <author>
77	    Ingrid Halama
78        </author>
79        <name>
80            com.sun.star.comp.ucb.CachedContentResultSetFactory
81        </name>
82        <description>
83	    This component implements a factory for locally cached resultsets.
84        </description>
85        <loader-name>
86            com.sun.star.loader.SharedLibrary
87        </loader-name>
88        <language>
89            c++
90        </language>
91        <status value="final"/>
92        <supported-service>
93            com.sun.star.ucb.CachedContentResultSetFactory
94        </supported-service>
95
96        <service-dependency>
97             com.sun.star.script.Converter
98        </service-dependency>
99    </component-description>
100    <component-description>
101        <author>
102	    Ingrid Halama
103        </author>
104        <name>
105            com.sun.star.comp.ucb.CachedContentResultSetStubFactory
106        </name>
107        <description>
108	    This component implements a factory for stubs for locally cached
109            resultsets.
110        </description>
111        <loader-name>
112            com.sun.star.loader.SharedLibrary
113        </loader-name>
114        <language>
115            c++
116        </language>
117        <status value="final"/>
118        <supported-service>
119            com.sun.star.ucb.CachedContentResultSetStubFactory
120        </supported-service>
121    </component-description>
122    <component-description>
123        <author>
124	    Ingrid Halama
125        </author>
126        <name>
127            com.sun.star.comp.ucb.CachedDynamicResultSetFactory
128        </name>
129        <description>
130	    This component implements a factory for locally cached dynamic
131            resultsets.
132        </description>
133        <loader-name>
134            com.sun.star.loader.SharedLibrary
135        </loader-name>
136        <language>
137            c++
138        </language>
139        <status value="final"/>
140        <supported-service>
141            com.sun.star.ucb.CachedDynamicResultSetFactory
142        </supported-service>
143    </component-description>
144    <component-description>
145        <author>
146	    Ingrid Halama
147        </author>
148        <name>
149            com.sun.star.comp.ucb.CachedDynamicResultSetStubFactory
150        </name>
151        <description>
152	    This component implements a factory for stubs for locally cached
153            dynamic resultsets.
154        </description>
155        <loader-name>
156            com.sun.star.loader.SharedLibrary
157        </loader-name>
158        <language>
159            c++
160        </language>
161        <status value="final"/>
162        <supported-service>
163            com.sun.star.ucb.CachedDynamicResultSetStubFactory
164        </supported-service>
165
166        <service-dependency>
167            com.sun.star.ucb.SortedDynamicResultSetFactory
168        </service-dependency>
169    </component-description>
170
171    <project-build-dependency> sal                </project-build-dependency>
172    <project-build-dependency> cppu               </project-build-dependency>
173    <project-build-dependency> cppuhelper         </project-build-dependency>
174
175    <runtime-module-dependency>	sal3			  </runtime-module-dependency>
176    <runtime-module-dependency>	cppu3			  </runtime-module-dependency>
177    <runtime-module-dependency>	cppuhelper3$(COM) </runtime-module-dependency>
178
179    <type> com.sun.star.beans.PropertyAttribute                </type>
180    <type> com.sun.star.beans.XPropertySet                     </type>
181    <type> com.sun.star.lang.DisposedException                 </type>
182    <type> com.sun.star.lang.XComponent                        </type>
183    <type> com.sun.star.lang.XMultiServiceFactory              </type>
184    <type> com.sun.star.lang.XServiceInfo                      </type>
185    <type> com.sun.star.lang.XSingleServiceFactory             </type>
186    <type> com.sun.star.lang.XTypeProvider                     </type>
187    <type> com.sun.star.registry.XRegistryKey                  </type>
188    <type> com.sun.star.script.XTypeConverter                  </type>
189    <type> com.sun.star.sdbc.FetchDirection                    </type>
190    <type> com.sun.star.sdbc.ResultSetType                     </type>
191    <type> com.sun.star.sdbc.XCloseable                        </type>
192    <type> com.sun.star.sdbc.XResultSet                        </type>
193    <type> com.sun.star.sdbc.XResultSetMetaDataSupplier        </type>
194    <type> com.sun.star.sdbc.XRow                              </type>
195    <type> com.sun.star.ucb.ContentResultSetCapability         </type>
196    <type> com.sun.star.ucb.FetchError                         </type>
197    <type> com.sun.star.ucb.ListActionType                     </type>
198    <type> com.sun.star.ucb.ResultSetException                 </type>
199    <type> com.sun.star.ucb.WelcomeDynamicResultSetStruct      </type>
200    <type> com.sun.star.ucb.XContentAccess                     </type>
201    <type> com.sun.star.ucb.XCachedContentResultSetFactory     </type>
202    <type> com.sun.star.ucb.XCachedContentResultSetStubFactory </type>
203    <type> com.sun.star.ucb.XCachedDynamicResultSetFactory     </type>
204    <type> com.sun.star.ucb.XCachedDynamicResultSetStubFactory </type>
205    <type> com.sun.star.ucb.XContentIdentifierMapping          </type>
206    <type> com.sun.star.ucb.XDynamicResultSet                  </type>
207    <type> com.sun.star.ucb.XFetchProvider                     </type>
208    <type> com.sun.star.ucb.XFetchProviderForContentAccess     </type>
209    <type> com.sun.star.ucb.XSortedDynamicResultSetFactory     </type>
210    <type> com.sun.star.ucb.XSourceInitialization              </type>
211    <type> com.sun.star.uno.XWeak                              </type>
212</module-description>
213