1 | // tlb2java |
2 | package com.moesol.tests.com_server; |
3 | |
4 | /** |
5 | * <code>IDL: [ helpstring("DispOnly Class"), creatable ]</code> |
6 | <!-- /xjavadoc/library[@name='COMSERVERLib']/coclass[@name='DispOnly']/javadoc/node()--> |
7 | * <p/> |
8 | * <code>coclass DispOnly {<br/> |
9 | * [default] dispatch {@link _DispOnly}<br/> |
10 | * dispatch {@link IDispOnly}<br/> |
11 | * };</code> |
12 | */ |
13 | public class DispOnly extends com.moesol.tests.com_server._DispOnly.Jni { |
14 | public static final Class TYPELIB = TYPELIB_E149EE62_34AE_4D0A_B9E2_3ACA3FAD59F8.class; |
15 | /** |
16 | * <code>IDL: [uuid(C1FD0CFA-C6AA-406C-81EF-6127B306FEB4)]</code> |
17 | */ |
18 | public static final com.moesol.bindings.platform_sdk.component_services.GUID CLSID = new com.moesol.bindings.platform_sdk.component_services.GUID( |
19 | 0xc1fd0cfa, (short)0xc6aa, (short)0x406c, |
20 | new byte[] { |
21 | (byte)0x81, (byte)0xef, |
22 | (byte)0x61, (byte)0x27, (byte)0xb3, (byte)0x06, (byte)0xfe, (byte)0xb4 |
23 | } ); |
24 | /** |
25 | * Create a new instance using <code>CLSCTX_ALL</code>. |
26 | */ |
27 | public DispOnly() { |
28 | MoeSolInternal.coclassConstruct(this, CLSID, com.moesol.tests.com_server._DispOnly.IID); |
29 | } |
30 | /** |
31 | * Create a new instance. |
32 | * @param clsctx Context in which the code that manages the newly created object will run. |
33 | * The values are taken from the enumeration <code>CLSCTX</code>. |
34 | */ |
35 | public DispOnly(int clsctx) { |
36 | MoeSolInternal.coclassConstruct(this, CLSID, com.moesol.tests.com_server._DispOnly.IID, clsctx); |
37 | } |
38 | |
39 | |
40 | } |