Uses of Interface
org.jinterop.dcom.core.IJIUnknown

Packages that use IJIUnknown
org.jinterop.dcom.core Core library classes and Data structures. 
org.jinterop.dcom.win32 Defines classes for automation
 

Uses of IJIUnknown in org.jinterop.dcom.core
 

Subinterfaces of IJIUnknown in org.jinterop.dcom.core
 interface IJIComObject
          Represents a COM Object.
 

Methods in org.jinterop.dcom.core that return IJIUnknown
 IJIUnknown IJIUnknown.queryInterface(java.lang.String iid)
          Used to retrieve interface pointers based on iid.
 

Constructors in org.jinterop.dcom.core with parameters of type IJIUnknown
JIVariant(IJIUnknown value)
          Setting up a VARIANT with an IJIUnknown.
JIVariant(IJIUnknown value, boolean isByRef)
          Setting up a VARIANT with an IJIUnknown.
 

Uses of IJIUnknown in org.jinterop.dcom.win32
 

Subinterfaces of IJIUnknown in org.jinterop.dcom.win32
 interface IJIDispatch
           j-Interop class corresponding to COM IDispatch Interface.
 interface IJIMoniker
          Not implemented.
 interface IJIOleClientSite
          This interface enables communications between an object and its container.
 interface IJIOleContainer
          Not Implemented.
 interface IJIOleDocumentSite
          This interface implements each client site that hosts a document.
 interface IJIOleDocumentView
          This interface is used by containers for receiving information about views of a document.
 interface IJIOleInPlaceActiveObject
          This interface is used by the container to manipulate in-place objects when they are active.
 interface IJIOleInPlaceFrame
          This interface is used by applications for management of modeless dialog boxes, composite menus, and context-sensitive help.
 interface IJIOleInPlaceSite
          This interface enables communication between a client site of an in-place object and the container.
 interface IJIOleInPlaceUIWindow
          This interface is used by a document or frame window for managing space when a containing object is activated or changes size.
 interface IJIOleObject
          This interface provides functionality of an embedded object.
 interface IJIOleWindow
          This interface allows to access windows that participate in in-place activation.
 interface IJIStream
          Not Implemented.
 interface IJITypeInfo
          From MSDN :- ITypeInfo, an interface typically used for reading information about objects.
 interface IJITypeLib
          From MSDN:- The ITypeLib interface provides methods for accessing a library of type descriptions.
 

Classes in org.jinterop.dcom.win32 that implement IJIUnknown
 class JIOleFrame
          Frame container for Ole controls.
 

Methods in org.jinterop.dcom.win32 that return IJIUnknown
 IJIUnknown IJITypeInfo.createInstance(java.lang.String riid)
          Creates a new instance of a type that describes a component object class (coclass).
 IJIUnknown JIOleFrame.queryInterface(java.lang.String iid)