Package org.jinterop.dcom.core

Core library classes and Data structures.

See:
          Description

Interface Summary
IJIComObject Represents a COM Object.
IJIUnknown Base interface for all COM components.
IJIUnsigned Representation of an unsigned number.
 

Class Summary
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.
JIComServer Represents a COM Server.
JICurrency From MSDN: encapsulates the CURRENCY data type used in Automation.
JIFlags Class representing various FLAGS used in the system.
JIInterfacePointer Class representing a Marshalled Interface Pointer.
JIParameterObject Provides a way to express parameters for a particular method.
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.
JIUnion This class represents the Union data type.
JIUnsigned Representation of C++ "Unsigned Types".
JIUnsignedByte Class representing the unsigned c++ byte.
JIUnsignedInteger Class representing the unsigned c++ integer.
JIUnsignedShort Class representing the unsigned c++ short.
JIUserCallObject Users can implement this class to provide for custom handling of there objects
JIVariant Class representing the VARIANT datatype.
 

Package org.jinterop.dcom.core Description

Core library classes and Data structures.