| 1 | // tlb2java |
| 2 | package com.moesol.bindings.platform_sdk.data_services; |
| 3 | |
| 4 | |
| 5 | /** |
| 6 | * <code>IDL: [ helpstring(""), restricted ] interface</code> |
| 7 | */ |
| 8 | public interface ADOConnectionConstruction extends com.moesol.bindings.platform_sdk.data_services.ADOConnectionConstruction15 { |
| 9 | public static final Class TYPELIB = TYPELIB_2A75196C_D9EB_4129_B803_931327F72D5C.class; |
| 10 | /** |
| 11 | * <code>IDL: [uuid(00000551-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 | 0x00000551, (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 | /** <em>Implementation</em>, <small>Java to COM</small>. */ |
| 22 | public static class Jni extends com.moesol.bindings.platform_sdk.data_services.ADOConnectionConstruction15.Jni implements ADOConnectionConstruction { |
| 23 | |
| 24 | protected Jni () { |
| 25 | } |
| 26 | |
| 27 | |
| 28 | } |
| 29 | |
| 30 | /** <em>Implementation</em>, <small>COM to Java</small>. */ |
| 31 | public static class Disp extends com.moesol.bindings.platform_sdk.data_services.ADOConnectionConstruction15.Disp { |
| 32 | public static com.moesol.bindings.platform_sdk.component_services.IUnknown.Disp instance() { |
| 33 | return s_instance; |
| 34 | } |
| 35 | |
| 36 | private static Disp s_instance = new Disp(); |
| 37 | |
| 38 | protected Disp() { |
| 39 | } |
| 40 | } |
| 41 | } |