Uses of Package
org.jinterop.dcom.core

Packages that use org.jinterop.dcom.core
org.jinterop.dcom.common Defines classes used for initialising and using the library. 
org.jinterop.dcom.core Core library classes and Data structures. 
org.jinterop.dcom.win32 Defines classes for automation
 

Classes in org.jinterop.dcom.core used by org.jinterop.dcom.common
JIParameterObject
          Provides a way to express parameters for a particular method.
 

Classes in org.jinterop.dcom.core used by org.jinterop.dcom.core
IJIComObject
          Represents a COM Object.
IJIUnknown
          Base interface for all COM components.
IJIUnsigned
          Representation of an unsigned number.
JIArray
          Represents an Array which can display Conformant\Standard behaviours.
JICallObject
          This class is used to setup all the parameters (in and out) for the call to the COM server to be successfully executed.
JIClsid
           Wrapper for class identifier for a COM Object.
JICurrency
           From MSDN: encapsulates the CURRENCY data type used in Automation.
JIInterfacePointer
           Class representing a Marshalled Interface Pointer.
JIPointer
          Representation of a Pointer.
JIProgId
          Wrapper class used to define user friendly ProgId.
JISession
          Class representing the user's session.
JIString
           Class representing a String.
JIStruct
          This class represents the Struct data type.
JIVariant
          Class representing the VARIANT datatype.
 

Classes in org.jinterop.dcom.core used by org.jinterop.dcom.win32
IJIComObject
          Represents a COM Object.
IJIUnknown
          Base interface for all COM components.
JIInterfacePointer
           Class representing a Marshalled Interface Pointer.
JIPointer
          Representation of a Pointer.
JISession
          Class representing the user's session.
JIString
           Class representing a String.
JIStruct
          This class represents the Struct data type.
JIUnion
           This class represents the Union data type.
JIVariant
          Class representing the VARIANT datatype.