com.jniwrapper.win32.com.types
Class CoClass

java.lang.Object
  extended bycom.jniwrapper.win32.com.types.CoClass

public abstract class CoClass
extends java.lang.Object

CoClass is an abstract base for all COM integration classes created by the Code Generation utility. Descendants of this class provide the create(ClsCtx dwClsContext) factory method that creates an object implementing the default interface associated with the co-class.


Constructor Summary
protected CoClass()
           
protected CoClass(CoClass that)
           
 
Method Summary
abstract  java.lang.Object clone()
          Derived classes must provide cloning.
abstract  CLSID getCLSID()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoClass

protected CoClass()

CoClass

protected CoClass(CoClass that)
Method Detail

clone

public abstract java.lang.Object clone()
Derived classes must provide cloning.

Returns:
a clone instance.

getCLSID

public abstract CLSID getCLSID()
Returns:
a CLSID of the class.