xref: /trunk/main/ucb/source/cacher/cached.xml (revision cdf0e10c)
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
4
5    <module-name>
6	cached
7    </module-name>
8
9    <component-description>
10        <author>
11	    Ingrid Halama
12        </author>
13        <name>
14            com.sun.star.comp.ucb.CachedContentResultSetFactory
15        </name>
16        <description>
17	    This component implements a factory for locally cached resultsets.
18        </description>
19        <loader-name>
20            com.sun.star.loader.SharedLibrary
21        </loader-name>
22        <language>
23            c++
24        </language>
25        <status value="final"/>
26        <supported-service>
27            com.sun.star.ucb.CachedContentResultSetFactory
28        </supported-service>
29
30        <service-dependency>
31             com.sun.star.script.Converter
32        </service-dependency>
33    </component-description>
34    <component-description>
35        <author>
36	    Ingrid Halama
37        </author>
38        <name>
39            com.sun.star.comp.ucb.CachedContentResultSetStubFactory
40        </name>
41        <description>
42	    This component implements a factory for stubs for locally cached
43            resultsets.
44        </description>
45        <loader-name>
46            com.sun.star.loader.SharedLibrary
47        </loader-name>
48        <language>
49            c++
50        </language>
51        <status value="final"/>
52        <supported-service>
53            com.sun.star.ucb.CachedContentResultSetStubFactory
54        </supported-service>
55    </component-description>
56    <component-description>
57        <author>
58	    Ingrid Halama
59        </author>
60        <name>
61            com.sun.star.comp.ucb.CachedDynamicResultSetFactory
62        </name>
63        <description>
64	    This component implements a factory for locally cached dynamic
65            resultsets.
66        </description>
67        <loader-name>
68            com.sun.star.loader.SharedLibrary
69        </loader-name>
70        <language>
71            c++
72        </language>
73        <status value="final"/>
74        <supported-service>
75            com.sun.star.ucb.CachedDynamicResultSetFactory
76        </supported-service>
77    </component-description>
78    <component-description>
79        <author>
80	    Ingrid Halama
81        </author>
82        <name>
83            com.sun.star.comp.ucb.CachedDynamicResultSetStubFactory
84        </name>
85        <description>
86	    This component implements a factory for stubs for locally cached
87            dynamic resultsets.
88        </description>
89        <loader-name>
90            com.sun.star.loader.SharedLibrary
91        </loader-name>
92        <language>
93            c++
94        </language>
95        <status value="final"/>
96        <supported-service>
97            com.sun.star.ucb.CachedDynamicResultSetStubFactory
98        </supported-service>
99
100        <service-dependency>
101            com.sun.star.ucb.SortedDynamicResultSetFactory
102        </service-dependency>
103    </component-description>
104
105    <project-build-dependency> sal                </project-build-dependency>
106    <project-build-dependency> cppu               </project-build-dependency>
107    <project-build-dependency> cppuhelper         </project-build-dependency>
108
109    <runtime-module-dependency>	sal3			  </runtime-module-dependency>
110    <runtime-module-dependency>	cppu3			  </runtime-module-dependency>
111    <runtime-module-dependency>	cppuhelper3$(COM) </runtime-module-dependency>
112
113    <type> com.sun.star.beans.PropertyAttribute                </type>
114    <type> com.sun.star.beans.XPropertySet                     </type>
115    <type> com.sun.star.lang.DisposedException                 </type>
116    <type> com.sun.star.lang.XComponent                        </type>
117    <type> com.sun.star.lang.XMultiServiceFactory              </type>
118    <type> com.sun.star.lang.XServiceInfo                      </type>
119    <type> com.sun.star.lang.XSingleServiceFactory             </type>
120    <type> com.sun.star.lang.XTypeProvider                     </type>
121    <type> com.sun.star.registry.XRegistryKey                  </type>
122    <type> com.sun.star.script.XTypeConverter                  </type>
123    <type> com.sun.star.sdbc.FetchDirection                    </type>
124    <type> com.sun.star.sdbc.ResultSetType                     </type>
125    <type> com.sun.star.sdbc.XCloseable                        </type>
126    <type> com.sun.star.sdbc.XResultSet                        </type>
127    <type> com.sun.star.sdbc.XResultSetMetaDataSupplier        </type>
128    <type> com.sun.star.sdbc.XRow                              </type>
129    <type> com.sun.star.ucb.ContentResultSetCapability         </type>
130    <type> com.sun.star.ucb.FetchError                         </type>
131    <type> com.sun.star.ucb.ListActionType                     </type>
132    <type> com.sun.star.ucb.ResultSetException                 </type>
133    <type> com.sun.star.ucb.WelcomeDynamicResultSetStruct      </type>
134    <type> com.sun.star.ucb.XContentAccess                     </type>
135    <type> com.sun.star.ucb.XCachedContentResultSetFactory     </type>
136    <type> com.sun.star.ucb.XCachedContentResultSetStubFactory </type>
137    <type> com.sun.star.ucb.XCachedDynamicResultSetFactory     </type>
138    <type> com.sun.star.ucb.XCachedDynamicResultSetStubFactory </type>
139    <type> com.sun.star.ucb.XContentIdentifierMapping          </type>
140    <type> com.sun.star.ucb.XDynamicResultSet                  </type>
141    <type> com.sun.star.ucb.XFetchProvider                     </type>
142    <type> com.sun.star.ucb.XFetchProviderForContentAccess     </type>
143    <type> com.sun.star.ucb.XSortedDynamicResultSetFactory     </type>
144    <type> com.sun.star.ucb.XSourceInitialization              </type>
145    <type> com.sun.star.uno.XWeak                              </type>
146</module-description>
147