Uses of Class
com.jniwrapper.win32.com.server.IUnknownServer

Packages that use IUnknownServer
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
com.jniwrapper.win32.automation.types The com.jniwrapper.win32.automation.types package contains various Automation types wrappers, such as Variant, BStr, SafeArray and other. 
com.jniwrapper.win32.com The com.jniwrapper.win32.com package contains a number of standard COM interfaces wrappers. 
com.jniwrapper.win32.com.server The com.jniwrapper.win32.com.server package contains VTBL classes for COM interfaces introduced in the com.jniwrapper.win32.com package. 
 

Uses of IUnknownServer in com.jniwrapper.win32.automation
 

Subclasses of IUnknownServer in com.jniwrapper.win32.automation
 class OleClientSiteImpl
          This is the base implementation of OleClientSite Java COM server which is used by OleContainer class for COM embedding.
If you need to add an additional functionality to OleContainer class then you need to derive your class from this one and implement the required COM interfaces.
 

Uses of IUnknownServer in com.jniwrapper.win32.automation.types
 

Subclasses of IUnknownServer in com.jniwrapper.win32.automation.types
 class StructureInfo
           
 

Uses of IUnknownServer in com.jniwrapper.win32.com
 

Subclasses of IUnknownServer in com.jniwrapper.win32.com
 class AbstractOleControl
          An abstract implementation of OLE control, which allows to create new OLE control from a Swing component.
 class DispatchComServer
          This is the root class for the java COM servers.
 

Uses of IUnknownServer in com.jniwrapper.win32.com.server
 

Subclasses of IUnknownServer in com.jniwrapper.win32.com.server
 class IClassFactoryServer
          This class provides default server-side implementation of the IClassFactory interface.
 class IDispatchServer
          This class provides default server-side implementation of IDispatch interface.
 

Methods in com.jniwrapper.win32.com.server that return IUnknownServer
 IUnknownServer IClassFactoryServer.getInstanceByInterfacePointer(Pointer.Void ptrInterface)
           
 IUnknownServer CoClassMetaInfo.getInstanceByInterfacePointer(Pointer.Void ptrInterface)
           
 

Methods in com.jniwrapper.win32.com.server with parameters of type IUnknownServer
 void IClassFactoryServer.registerInstance(IUnknownServer instance)
           
 void IClassFactoryServer.unregisterInstance(IUnknownServer instance)
           
 void CoClassMetaInfo.registerInstance(IUnknownServer instance)
           
 void CoClassMetaInfo.unregisterInstance(IUnknownServer instance)