Uses of Package
org.jinterop.dcom.core

Packages that use org.jinterop.dcom.core
org.jinterop.dcom.core Defines the classes and data structures required to work with j-Interop. 
org.jinterop.dcom.impls Defines factories to all external interfaces such as automation (IDispatch, ITypeInfo , IEnumVariant etc) and any other out of the box wrappers provided by j-Interop. 
org.jinterop.dcom.impls.automation Defines out-of-box classes for usage with COM servers supporting automation
org.jinterop.dcom.test   
 

Classes in org.jinterop.dcom.core used by org.jinterop.dcom.core
IJIComObject
           Represents a Windows COM Object.
IJIUnsigned
          Java representation of a C++ unsigned number.
JIArray
          Represents a C++ array which can display both conformant and standard behaviors.
JICallBuilder
          Class used for setting up information such as [in] ,[out] parameters and the method number for executing a call to the COM server.
JIClsid
          Wrapper for class identifier to a COM Object.
JICurrency
          Definition from MSDN: encapsulates the CURRENCY data type used in Automation.
JILocalCoClass
          Represents a Java COCLASS.
JILocalInterfaceDefinition
          Forms the definition of a COM interface to be used in callbacks.
JILocalMethodDescriptor
          Describe a method of the COM IDL to be used in Callback implementations.
JILocalParamsDescriptor
          Provides a way to express parameters for a particular method.
JIPointer
          Representation of a COM pointer.
JIProgId
          Wrapper class used to define user friendly ProgID.
JISession
          Representation of an active session with a COM server.
JIString
          Class representing a COM 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.impls
IJIComObject
           Represents a Windows COM Object.
JILocalCoClass
          Represents a Java COCLASS.
JISession
          Representation of an active session with a COM server.
 

Classes in org.jinterop.dcom.core used by org.jinterop.dcom.impls.automation
IJIComObject
           Represents a Windows COM Object.
JIPointer
          Representation of a COM pointer.
JIString
          Class representing a COM string.
JIStruct
          This class represents the Struct data type.
JIUnion
           This class represents the Union data type.
JIVariant
          Class representing the VARIANT datatype.
 

Classes in org.jinterop.dcom.core used by org.jinterop.dcom.test
IJIComObject
           Represents a Windows COM Object.
JIArray
          Represents a C++ array which can display both conformant and standard behaviors.
JILocalCoClass
          Represents a Java COCLASS.
JIString
          Class representing a COM string.
JIStruct
          This class represents the Struct data type.
JIUnsignedShort
          Class representing the unsigned c++ short.
JIVariant
          Class representing the VARIANT datatype.
 



Copyright © 2011. All Rights Reserved.