1 | // tlb2java |
2 | package com.moesol.bindings.platform_sdk.data_services; |
3 | |
4 | |
5 | /** |
6 | * <code>IDL: [ helpstring(""), dual, oleautomation, dispatchable ] interface</code> |
7 | */ |
8 | public interface _Connection extends com.moesol.bindings.platform_sdk.data_services.Connection15 { |
9 | public static final Class TYPELIB = TYPELIB_2A75196C_D9EB_4129_B803_931327F72D5C.class; |
10 | /** |
11 | * <code>IDL: [uuid(00000550-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 | 0x00000550, (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 | */ |
24 | public void Cancel(); |
25 | |
26 | |
27 | /** <em>Implementation</em>, <small>Java to COM</small>. */ |
28 | public static class Jni extends com.moesol.bindings.platform_sdk.data_services.Connection15.Jni implements _Connection { |
29 | |
30 | protected Jni () { |
31 | } |
32 | |
33 | |
34 | private native void jni_Cancel(); |
35 | public void Cancel() { |
36 | |
37 | jni_Cancel(); |
38 | } |
39 | |
40 | } |
41 | |
42 | /** <em>Implementation</em>, <small>COM to Java</small>. */ |
43 | public static class Disp extends com.moesol.bindings.platform_sdk.data_services.Connection15.Disp { |
44 | public static com.moesol.bindings.platform_sdk.component_services.IUnknown.Disp instance() { |
45 | return s_instance; |
46 | } |
47 | |
48 | private static Disp s_instance = new Disp(); |
49 | |
50 | protected Disp() { |
51 | addEntry(21, (short)1, "Cancel", "()V"); |
52 | } |
53 | } |
54 | } |