EMMA Coverage Report (generated Mon Mar 20 21:34:30 PST 2006)
[all classes][com.moesol.tests.disp.com_server]

COVERAGE SUMMARY FOR SOURCE FILE [DispOnly.java]

nameclass, %method, %block, %line, %
DispOnly.java0%   (0/1)0%   (0/3)0%   (0/66)0%   (0/8)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class DispOnly0%   (0/1)0%   (0/3)0%   (0/66)0%   (0/8)
<static initializer> 0%   (0/1)0%   (0/51)0%   (0/2)
DispOnly (): void 0%   (0/1)0%   (0/7)0%   (0/3)
DispOnly (int): void 0%   (0/1)0%   (0/8)0%   (0/3)

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

[all classes][com.moesol.tests.disp.com_server]
EMMA 2.0.5312 (C) Vladimir Roubtsov