com.jniwrapper.win32.com
Class DispatchComServer

java.lang.Object
  extended bycom.jniwrapper.win32.com.server.IUnknownServer
      extended bycom.jniwrapper.win32.com.server.IDispatchServer
          extended bycom.jniwrapper.win32.com.DispatchComServer
All Implemented Interfaces:
AutoDeleteParameter, IDispatch, IUnknown
Direct Known Subclasses:
AbstractOleControl

public abstract class DispatchComServer
extends IDispatchServer

This is the root class for the java COM servers. You shall extend it to create them.


Field Summary
 
Fields inherited from interface com.jniwrapper.win32.automation.IDispatch
INTERFACE_IDENTIFIER
 
Constructor Summary
DispatchComServer(CoClassMetaInfo classImpl)
           
 
Method Summary
 ULongInt release()
          Decrements the reference count for an interface on an object.
 
Methods inherited from class com.jniwrapper.win32.com.server.IDispatchServer
getIDsOfNames, getTypeInfo, getTypeInfoCount, invoke, isDispInterface, isUseCaseSensitiveNameComparison, registerMethods, registerMethods, setDispInterface, setUseCaseSensitiveNameComparison
 
Methods inherited from class com.jniwrapper.win32.com.server.IUnknownServer
addRef, addRefAggregated, create, destroy, doDestroy, doQueryInterface, getClassImpl, getRefCount, isAutoDelete, isNull, queryInterface, queryInterfaceAggregated, releaseAggregated, setAutoDelete, setNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jniwrapper.win32.com.IUnknown
addRef, isNull, queryInterface, setNull
 
Methods inherited from interface com.jniwrapper.AutoDeleteParameter
isAutoDelete, setAutoDelete
 

Constructor Detail

DispatchComServer

public DispatchComServer(CoClassMetaInfo classImpl)
Method Detail

release

public ULongInt release()
Description copied from interface: IUnknown
Decrements the reference count for an interface on an object.

Specified by:
release in interface IUnknown
Overrides:
release in class IUnknownServer