1 | // tlb2java |
2 | package com.moesol.bindings.platform_sdk.data_services; |
3 | |
4 | |
5 | /** |
6 | * <code>IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface</code> |
7 | */ |
8 | public interface _ADO extends com.moesol.bindings.platform_sdk.component_services.IDispatch { |
9 | public static final Class TYPELIB = TYPELIB_2A75196C_D9EB_4129_B803_931327F72D5C.class; |
10 | /** |
11 | * <code>IDL: [uuid(00000534-0000-0010-8000-00AA006D2EA4)]</code> |
12 | */ |
13 | public static final com.moesol.bindings.platform_sdk.component_services.GUID IID = new com.moesol.bindings.platform_sdk.component_services.GUID( |
14 | 0x00000534, (short)0x0000, (short)0x0010, |
15 | new byte[] { |
16 | (byte)0x80, (byte)0x00, |
17 | (byte)0x00, (byte)0xaa, (byte)0x00, (byte)0x6d, (byte)0x2e, (byte)0xa4 |
18 | } ); |
19 | |
20 | /** |
21 | * <code>IDL: [ helpstring("") ]</code> |
22 | * |
23 | * @return |
24 | * <code>IDL: [out] [retval] Properties**</code> |
25 | */ |
26 | public com.moesol.bindings.platform_sdk.data_services.Properties getProperties(); |
27 | |
28 | |
29 | /** <em>Implementation</em>, <small>Java to COM</small>. */ |
30 | public static class Jni extends com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni implements _ADO { |
31 | |
32 | protected Jni () { |
33 | } |
34 | |
35 | |
36 | private native com.moesol.bindings.platform_sdk.data_services.Properties jni_getProperties(); |
37 | public com.moesol.bindings.platform_sdk.data_services.Properties getProperties() { |
38 | |
39 | return jni_getProperties(); |
40 | } |
41 | |
42 | } |
43 | |
44 | /** <em>Implementation</em>, <small>COM to Java</small>. */ |
45 | public static class Disp extends com.moesol.bindings.platform_sdk.component_services.IDispatch.Disp { |
46 | public static com.moesol.bindings.platform_sdk.component_services.IUnknown.Disp instance() { |
47 | return s_instance; |
48 | } |
49 | |
50 | private static Disp s_instance = new Disp(); |
51 | |
52 | protected Disp() { |
53 | addEntry(500, (short)2, "getProperties", "()Lcom/moesol/bindings/platform_sdk/data_services/Properties;"); |
54 | } |
55 | } |
56 | } |