com.moesol.tests.disp.com_server
Class DispOnly

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
      extended by com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
          extended by com.moesol.tests.disp.com_server._DispOnly.Jni
              extended by com.moesol.tests.disp.com_server.DispOnly
All Implemented Interfaces:
IDispatch, IUnknown, _DispOnly
Direct Known Subclasses:
DispOnly.Jni

public class DispOnly
extends _DispOnly.Jni

IDL: [ helpstring("DispOnly Class"), creatable ]

coclass DispOnly {
    [default] dispatch _DispOnly
    dispatch IDispOnly
};


Nested Class Summary
static class DispOnly.Jni
           
 
Nested classes/interfaces inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
IDispatch.Jni.MoeSolInternal
 
Nested classes/interfaces inherited from interface com.moesol.tests.disp.com_server._DispOnly
_DispOnly.Disp
 
Field Summary
static GUID CLSID
          IDL: [uuid(C1FD0CFA-C6AA-406C-81EF-6127B306FEB4)]
static Class TYPELIB
           
 
Fields inherited from interface com.moesol.tests.disp.com_server._DispOnly
IID
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Constructor Summary
  DispOnly()
          Create a new instance using CLSCTX_ALL.
protected DispOnly(DispOnly.Jni marker)
          Create a new instances for reverse COM.
  DispOnly(int clsctx)
          Create a new instance.
 
Method Summary
 
Methods inherited from class com.moesol.tests.disp.com_server._DispOnly.Jni
getPropVARIANT, internalOnSetInterface, setPropVARIANT
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
Invoke
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
equals, finalize, hashCode, QueryInterface, QueryInterface, Release, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Field Detail

TYPELIB

public static final Class TYPELIB

CLSID

public static final GUID CLSID
IDL: [uuid(C1FD0CFA-C6AA-406C-81EF-6127B306FEB4)]

Constructor Detail

DispOnly

public DispOnly()
Create a new instance using CLSCTX_ALL.


DispOnly

public DispOnly(int clsctx)
Create a new instance.

Parameters:
clsctx - Context in which the code that manages the newly created object will run. The values are taken from the enumeration CLSCTX.

DispOnly

protected DispOnly(DispOnly.Jni marker)
Create a new instances for reverse COM. Does not call CoCreateInstance.

Parameters:
marker -


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.