A B C D E F G H I J K L M N O P Q R S T U V W

J

JI_API_INCORRECTLY_CALLED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
This API cannot be invoked right now, further operations are required before the system is ready to give out results through this API.
JI_ARRAY_INCORRECT_TEMPLATE_PARAM - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Can only accept JIStruct, JIUnion, JIPointer and JIString as parameters for template.
JI_ARRAY_PARAM_ONLY - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Only Arrays Accepted as parameter.
JI_ARRAY_PRIMITIVE_NOTACCEPT - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Arrays of Primitive Data Types are not accepted
JI_ARRAY_TEMPLATE_NULL - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The template cannot be null.
JI_ARRAY_TYPE_INCORRECT - Static variable in class org.jinterop.dcom.common.JIErrorCodes
"Object.class" arrays are not accepted.
JI_ARRAY_UPPERBNDS_DIM_NOTMATCH - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The upperbounds is to be specified for all dimensions or not specified at all.
JI_AUTH_NOT_SUPPLIED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Authentication information was not supplied.
JI_CALLBACK_AUTH_FAILURE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Authentication failure for the credentials sent by the COM server for performing call back.
JI_CALLBACK_COMOBJECT_STATE_FAILURE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Illegal here to invoke this API.
JI_CALLBACK_INVALID_ID - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Invalid Identifier, or there is no Connection Info associated with this identifer on this comObject.
JI_CALLBACK_INVALID_PARAMS - Static variable in class org.jinterop.dcom.common.JIErrorCodes
No parameters can be null or "".
JI_CALLBACK_OVERLOADS_NOTALLOWED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Overloaded APIs are not allowed.
JI_CALLBACK_SMB_FAILURE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
SMB connection failure, please check whether SERVER service is running on Target machine (where COM server) is hosted.
JI_COM_RUNTIME_INVALID_CONTAINER_INFO - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The parameters cannot be null.
JI_COMFACTORY_ILLEGAL_ARG - Static variable in class org.jinterop.dcom.common.JIErrorCodes
ptr and template cannot be null.
JI_COMSTUB_ILLEGAL_ARGUMENTS - Static variable in class org.jinterop.dcom.common.JIErrorCodes
progId\clsid,address,session cannot be empty or null.
JI_COMSTUB_RR_ERROR - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Could not retrieve JIClsid from JIProgId via Windows Remote Registry Service
JI_COMSTUB_WRONGCALLCREATEINSTANCE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
createInstance() cannot be called since the JIComServer(JISession, JIInterfacePointer, String) ctor was used to create this COM server instance, please use getInstance() instead.
JI_COMSTUB_WRONGCALLGETINSTANCE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
getInstance() cannot be called since the JIComServer(JISession, JIInterfacePointer, String) ctor was NOT used to create this COM server instance, please use createInstance() instead.
JI_CURRENCY_FRAC_NEGATIVE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
fractionalUnits cannot be negative.
JI_DISP_INCORRECT_OUTPARAM - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Outparams cannot have more than 1 parameter here.
JI_DISP_INCORRECT_PARAM_LENGTH - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Parameters inparams and dispId\paramNames arrays should have same length.
JI_DISP_INCORRECT_VALUE_FOR_GETIDNAMES - Static variable in class org.jinterop.dcom.common.JIErrorCodes
This in parameter cannot have null or "" values.
JI_ILLEGAL_CALL - Static variable in class org.jinterop.dcom.common.JIErrorCodes
This is a programming error, this API should not be called.
JI_JAVACOCLASS_ALREADY_EXPORTED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
This JIJavaCoClass has already been exported with one interface pointer, please use a new instance of this class with JIInterfacePointer.getInterfacePointer(...) api.
JI_METHODDESC_DISPID_MISSING - Static variable in class org.jinterop.dcom.common.JIErrorCodes
JIMethodDescriptor is being added to a JIInterfaceDefinition supporting dispInterface, but it itself does not have a dispId.
JI_OBJ_NULL_IPID - Static variable in class org.jinterop.dcom.common.JIErrorCodes
IPID cannot be null.
JI_OBJECT_ALREADY_INSTANTIATED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Object is already instantiated.
JI_SESSION_ALREADY_ESTABLISHED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Session is already established, please initiate a new session for new Stub.
JI_STRUCT_ARRAY_AT_END - Static variable in class org.jinterop.dcom.common.JIErrorCodes
An array has already been added as member and it has to be the last member of this Struct.
JI_STRUCT_ARRAY_ONLY_AT_END - Static variable in class org.jinterop.dcom.common.JIErrorCodes
An array can be added only as a last member in a structure and not inbetween.
JI_STRUCT_INCORRECT_NESTED_STRUCT_POS - Static variable in class org.jinterop.dcom.common.JIErrorCodes
This struct already has an array and the member (which also happens to be a Struct) has an array too.
JI_STRUCT_INCORRECT_NESTED_STRUCT_POS2 - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Member(which happens to be a Struct) has an array and hence can only be added to the end of this Struct , not in between.
JI_UNION_DISCRMINANT_DESERIALIZATION_ERROR - Static variable in class org.jinterop.dcom.common.JIErrorCodes
No discriminant value has been added at all.
JI_UNION_DISCRMINANT_MISMATCH - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Discriminant class type mismatch, please provide object of the same class as discriminant.
JI_UNION_DISCRMINANT_SERIALIZATION_ERROR - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Only 1 discriminant allowed for serialization, please remove the rest or no discriminant has been added at all.
JI_UNION_INCORRECT_DISC - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Discriminant can only be of the type Integer,Short,Boolean or Character.
JI_UNION_NULL_DISCRMINANT - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Discriminant cannot be null
JI_UNSIGNED_INCORRECT_TYPE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Class not supportted for unsigned operations.
JI_UNSIGNED_NEGATIVE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Unsigned numbers cannot be negative or null.
JI_UTIL_FLAG_ERROR - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Incorrect Value of FLAG sent for this API.
JI_UTIL_INCORRECT_CALL - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Internal Library Error.
JI_UTIL_SERDESER_NOT_FOUND - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Internal Library Error, the serializer\deserializer was not found for {0}.
JI_UTIL_STRING_DECODE_CHARSET - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Unsupported charset supplied while encoding or decoding String.
JI_UTIL_STRING_INVALID - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Direct Marshalling, UnMarshalling of Strings are not allowed, please use JIString instead.
JI_VARIANT_BSTR_ONLY - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Variants can only take BSTR Strings and no other String Type.
JI_VARIANT_IS_NULL - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Variant is null.
JI_VARIANT_NO_REFERENT_ID - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Referent ID for VARIANT not found.
JI_VARIANT_ONLY_JIARRAY_EXCEPTED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Please use the JIArray to pass arrays.
JI_VARIANT_TYPE_INCORRECT - Static variable in class org.jinterop.dcom.common.JIErrorCodes
JIInterfacePointer is not a valid parameter, please use JIVariant(IJIComObject,...) or JIVariant(IJIDispatch,...) depending upon the type.
JI_VARIANT_UNSUPPORTED_TYPE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Unsupported type for VARIANT.
JI_VARIANT_VARARRAYS_2DIMRES - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Library currently accepts only upto 2 dimension for the JIVariant
JI_VARIANT_VARARRAYS_NOTALLOWED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Variants cannot take object[] having Variants themselves as indices.
JI_WINREG_EXCEPTION - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Unable to access Windows Registry, please check whether the SERVER service is running on the Target Workstation.
JI_WINREG_EXCEPTION2 - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Could not set the correct encoding for password field.
JI_WINREG_EXCEPTION3 - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Unknown hostname\ip was supplied for obtaining handle to WinReg
JI_WINREG_EXCEPTION4 - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Type not supported for setting\getting value in\from registry.
JI_WINREG_EXCEPTION5 - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Illegal values sent as parameters, please check "data".
JIArray - Class in org.jinterop.dcom.core
Represents an Array which can display Conformant\Standard behaviours.
JIArray(Class, int[], int, boolean) - Constructor for class org.jinterop.dcom.core.JIArray
Creates an array Object of the type specified by clazz.
JIArray(Class, int[], int, boolean, boolean) - Constructor for class org.jinterop.dcom.core.JIArray
Creates an array Object of the type specified by clazz.
JIArray(Object, int[], int, boolean) - Constructor for class org.jinterop.dcom.core.JIArray
Creates an array Object with members of the type template.
JIArray(Object, int[], int, boolean, boolean) - Constructor for class org.jinterop.dcom.core.JIArray
Creates an array Object with members of the type template.
JIArray(Object, boolean) - Constructor for class org.jinterop.dcom.core.JIArray
Creates an array object with array parameter as the nested Array.
JIArray(Object, boolean, boolean) - Constructor for class org.jinterop.dcom.core.JIArray
Creates an array object with array parameter as the nested Array.
JIArray(Object) - Constructor for class org.jinterop.dcom.core.JIArray
Creates a non conformant array object with array parameter as the nested Array.
JICallObject - Class in org.jinterop.dcom.core
This class is used to setup all the parameters (in and out) for the call to the COM server to be successfully executed.
JICallObject(String, boolean) - Constructor for class org.jinterop.dcom.core.JICallObject
Creates a JICallObject associated with an Interface Identifier.
JICallObject(String) - Constructor for class org.jinterop.dcom.core.JICallObject
Creates a JICallObject associated with an Interface Identifier.
JIClsid - Class in org.jinterop.dcom.core
Wrapper for class identifier for a COM Object.
JIComFactory - Class in org.jinterop.dcom.win32
Helper class for creating COM interfaces.
JIComFactory() - Constructor for class org.jinterop.dcom.win32.JIComFactory
 
JIComServer - Class in org.jinterop.dcom.core
Represents a COM Server.
JIComServer(JISession, JIInterfacePointer, String) - Constructor for class org.jinterop.dcom.core.JIComServer
Instantiates a JIComServer represented by the interfacePointer param.
JIComServer(JIProgId, JISession) - Constructor for class org.jinterop.dcom.core.JIComServer
Instantiates this object with JIProgId which is, according to MSDN:-
A ProgID, or programmatic identifier, is a registry entry that can be associated with a JIClsid.
JIComServer(JIClsid, JISession) - Constructor for class org.jinterop.dcom.core.JIComServer
Instantiates this object with JIClsid which is, according to MSDN:-
A universally unique identifier (UUID) that identifies a type of Component Object Model (COM) object.
JIComServer(JIProgId, String, JISession) - Constructor for class org.jinterop.dcom.core.JIComServer
Instantiates this object with JIProgId which is, according to MSDN:-
JIComServer(JIClsid, String, JISession) - Constructor for class org.jinterop.dcom.core.JIComServer
Instantiates this object with JIClsid which is, according to MSDN:-
A universally unique identifier (UUID) that identifies a type of Component Object Model (COM) object.
JICurrency - Class in org.jinterop.dcom.core
From MSDN: encapsulates the CURRENCY data type used in Automation.
JICurrency(int, int) - Constructor for class org.jinterop.dcom.core.JICurrency
 
JIDefaultAuthInfoImpl - Class in org.jinterop.dcom.common
Default implementation of IJIAuthInfo.
JIDefaultAuthInfoImpl(String, String, String) - Constructor for class org.jinterop.dcom.common.JIDefaultAuthInfoImpl
Creates the AuthInfo Object.
JIErrorCodes - Class in org.jinterop.dcom.common
All errorcodes.
JIException - Exception in org.jinterop.dcom.common
Exception class for j-Interop lib.
JIFlags - Class in org.jinterop.dcom.core
Class representing various FLAGS used in the system.
JIInterfaceDefinition - Class in org.jinterop.dcom.common
Forms the definition of a Java Interface.
JIInterfaceDefinition(String) - Constructor for class org.jinterop.dcom.common.JIInterfaceDefinition
Creates an Interface definition.
JIInterfaceDefinition(String, boolean) - Constructor for class org.jinterop.dcom.common.JIInterfaceDefinition
Creates an Interface definition.
JIInterfacePointer - Class in org.jinterop.dcom.core
Class representing a Marshalled Interface Pointer.
JIJavaCoClass - Class in org.jinterop.dcom.common
Each instance of this class represents a JAVA COCLASS.
JIJavaCoClass(JIInterfaceDefinition, Class) - Constructor for class org.jinterop.dcom.common.JIJavaCoClass
 
JIJavaCoClass(JIInterfaceDefinition, Object) - Constructor for class org.jinterop.dcom.common.JIJavaCoClass
 
JIMethodDescriptor - Class in org.jinterop.dcom.common
This class describes an IDL Method.
JIMethodDescriptor(String, JIParameterObject) - Constructor for class org.jinterop.dcom.common.JIMethodDescriptor
Creates the Method Descriptor.
JIMethodDescriptor(String, int, JIParameterObject) - Constructor for class org.jinterop.dcom.common.JIMethodDescriptor
Creates a Method Descriptor.
JIOleFrame - Class in org.jinterop.dcom.win32
Frame container for Ole controls.
JIOleFrame(JISession, int, IJIComObject) - Constructor for class org.jinterop.dcom.win32.JIOleFrame
Creates a frame object.
JIParameterObject - Class in org.jinterop.dcom.core
Provides a way to express parameters for a particular method.
JIParameterObject() - Constructor for class org.jinterop.dcom.core.JIParameterObject
 
JIPointer - Class in org.jinterop.dcom.core
Representation of a Pointer.
JIPointer(Class, boolean) - Constructor for class org.jinterop.dcom.core.JIPointer
Creates an instance of this Object where the referent is of the type value.
JIPointer(Object, boolean) - Constructor for class org.jinterop.dcom.core.JIPointer
Creates an instance of this Object where the referent is value.
JIPointer(Object) - Constructor for class org.jinterop.dcom.core.JIPointer
Creates an instance of this Object where the referent is value.
JIPolicyHandle - Class in org.jinterop.winreg
Policy handle for each key.
JIProgId - Class in org.jinterop.dcom.core
Wrapper class used to define user friendly ProgId.
JIRect - Class in org.jinterop.dcom.win32
Rectangle boundaries in pix.
JIRect() - Constructor for class org.jinterop.dcom.win32.JIRect
 
JISession - Class in org.jinterop.dcom.core
Class representing the user's session.
JIString - Class in org.jinterop.dcom.core
Class representing a String.
JIString(int) - Constructor for class org.jinterop.dcom.core.JIString
Creates a JIString Object of the specified type.
JIString(String, int) - Constructor for class org.jinterop.dcom.core.JIString
Creates a JIString Object.
JIString(String) - Constructor for class org.jinterop.dcom.core.JIString
Creates a JIString Object of the BSTR type.
JIStruct - Class in org.jinterop.dcom.core
This class represents the Struct data type.
JIStruct() - Constructor for class org.jinterop.dcom.core.JIStruct
 
JISystem - Class in org.jinterop.dcom.common
General purpose utility class.
JIUnion - Class in org.jinterop.dcom.core
This class represents the Union data type.
JIUnion(Class) - Constructor for class org.jinterop.dcom.core.JIUnion
Creates the JIUnion object with discriminant type specified.
JIUnsigned - Class in org.jinterop.dcom.core
Representation of C++ "Unsigned Types".
JIUnsigned() - Constructor for class org.jinterop.dcom.core.JIUnsigned
 
JIUnsignedByte - Class in org.jinterop.dcom.core
Class representing the unsigned c++ byte.
JIUnsignedInteger - Class in org.jinterop.dcom.core
Class representing the unsigned c++ integer.
JIUnsignedShort - Class in org.jinterop.dcom.core
Class representing the unsigned c++ short.
JIUserCallObject - Class in org.jinterop.dcom.core
Users can implement this class to provide for custom handling of there objects
JIUserCallObject(String) - Constructor for class org.jinterop.dcom.core.JIUserCallObject
 
JIVariant - Class in org.jinterop.dcom.core
Class representing the VARIANT datatype.
JIVariant(Object) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with an object.
JIVariant(JIVariant) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a VARIANT.
JIVariant(int, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with an int.
JIVariant(long, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a long.
JIVariant(float, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a float.
JIVariant(boolean, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a boolean.
JIVariant(double, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a double.
JIVariant(short, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a short.
JIVariant(char, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a char.
JIVariant(JIString, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a JIString.
JIVariant(String, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a String.
JIVariant(String) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a String.
JIVariant(IJIDispatch, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a IJIDispatch.
JIVariant(IJIUnknown, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with an IJIUnknown.
JIVariant(JIVariant.SCODE, int, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a SCODE value and it's errorCode.
JIVariant(int) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with an int.
JIVariant(float) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a float.
JIVariant(boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a boolean.
JIVariant(double) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a double.
JIVariant(short) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a short.
JIVariant(char) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a char.
JIVariant(JIString) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a JIString.
JIVariant(IJIDispatch) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a IJIDispatch.
JIVariant(IJIUnknown) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with an IJIUnknown.
JIVariant(Date) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with an java.util.Date.
JIVariant(Date, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with an java.util.Date.
JIVariant(JICurrency) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a JICurrency.
JIVariant(JICurrency, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a JICurrency.
JIVariant(JIVariant.SCODE, int) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a SCODE value and it's errorCode.
JIVariant(JIArray, int) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a JIArray.
JIVariant(JIArray, boolean, int) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a JIArray.
JIVariant(JIArray, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a JIArray.
JIVariant(JIArray) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a JIArray.
JIVariant(IJIUnsigned) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a unsigned value.
JIVariant(IJIUnsigned, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with a unsigned value.
JIWinRegFactory - Class in org.jinterop.winreg
Factory to get an implementation of IJIWinReg.

A B C D E F G H I J K L M N O P Q R S T U V W