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

A

accept(ConnectionOrientedPdu) - Method in class org.jinterop.dcom.transport.JIComRuntimeConnectionContext
 
accept(ConnectionOrientedPdu) - Method in class org.jinterop.dcom.transport.JIComRuntimeNTLMConnectionContext
 
accessMask - Variable in class org.jinterop.winreg.IJIWinReg.createKey
 
accessMask - Variable in class org.jinterop.winreg.IJIWinReg.openKey
 
actiontaken - Variable in class org.jinterop.winreg.IJIWinReg.createKey
 
addInParamAsArray(JIArray, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as JIArray at the end of the Parameter list.
addInParamAsBoolean(boolean, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as boolean at the end of the Parameter list.
addInParamAsCharacter(char, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as char at the end of the Parameter list.
addInParamAsComObject(IJIComObject, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as IJIComObject at the end of the Parameter list.
addInParamAsDouble(double, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as double at the end of the Parameter list.
addInParamAsFloat(float, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as float at the end of the Parameter list.
addInParamAsInt(int, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as int at the end of the Parameter list.
addInParamAsObject(Object, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as Object at the end of the Parameter list.
addInParamAsObject(Object, int) - Method in class org.jinterop.dcom.core.JILocalParamsDescriptor
Add [in] parameter at the end of the out parameter list.
addInParamAsPointer(JIPointer, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as JIPointer at the end of the Parameter list.
addInParamAsShort(short, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as short at the end of the Parameter list.
addInParamAsString(String, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as String at the end of the Parameter list.
addInParamAsStruct(JIStruct, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as JIStruct at the end of the Parameter list.
addInParamAsType(Class, int) - Method in class org.jinterop.dcom.core.JILocalParamsDescriptor
Add [in] parameter of the type clazz at the end of the out parameter list.
addInParamAsUnsigned(IJIUnsigned, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as IJIUnsigned at the end of the Parameter list.
addInParamAsUUID(String, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as String representation of UUID at the end of the Parameter list.
addInParamAsVariant(JIVariant, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as JIVariant at the end of the Parameter list.
addInterfaceDefinition(JILocalInterfaceDefinition, Object) - Method in class org.jinterop.dcom.core.JILocalCoClass
Add another interface definition and it's supporting object instance.
addInterfaceDefinition(JILocalInterfaceDefinition, Class) - Method in class org.jinterop.dcom.core.JILocalCoClass
Add another interface definition and it's class.
addListener(EventNotificationListener) - Method in class org.jinterop.dcom.test.JIOPCEventSink
 
addMember(Object) - Method in class org.jinterop.dcom.core.JIStruct
Adds the object as a member of this structure.
addMember(int, Object) - Method in class org.jinterop.dcom.core.JIStruct
Adds object as member to the index specified.
addMember(Object, Object) - Method in class org.jinterop.dcom.core.JIUnion
Adds a member to this Union.
addMember(Object, JIStruct) - Method in class org.jinterop.dcom.core.JIUnion
Adds a member to this Union.
addMethodDescriptor(JILocalMethodDescriptor) - Method in class org.jinterop.dcom.core.JILocalInterfaceDefinition
Adds a Method Descriptor.
addOutParamAsObject(Object, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [out] parameter at the end of the out parameter list.
addOutParamAsType(Class, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [out] parameter of the type clazz at the end of the out parameter list.
addRef() - Method in interface org.jinterop.dcom.core.IJIComObject
Increases the reference count on the COM server by 5 (currently hard coded).
addRef() - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
ArrayDesc - Class in org.jinterop.dcom.impls.automation
Implements the ARRAYDESC structure of COM Automation.
arrayDesc - Variable in class org.jinterop.dcom.impls.automation.TypeDesc
 
attachEventHandler(IJIComObject, String, IJIComObject) - Static method in class org.jinterop.dcom.core.JIFrameworkHelper
 
attachEventHandler(IJIComObject, String, IJIComObject) - Static method in class org.jinterop.dcom.impls.JIObjectFactory
Attaches an event handler to comObject for the source event interface of COM , identified by the sourceUUID.

B

BeforeNavigate2(IJIComObject, JIVariant, JIVariant, JIVariant, JIVariant, JIVariant, JIVariant) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
BSTRARRAY() - Static method in class org.jinterop.dcom.core.JIVariant
Helper method for creating an array of BSTRs , IDL signature [in, out] SAFEARRAY(BSTR) *p.
buffer - Variable in class org.jinterop.winreg.IJIWinReg.queryValue
 
buffer2 - Variable in class org.jinterop.winreg.IJIWinReg.queryValue
 
bufferLength - Variable in class org.jinterop.winreg.IJIWinReg.queryValue
 
buildObject(JISession, JILocalCoClass) - Static method in class org.jinterop.dcom.impls.JIObjectFactory
Returns a local COM Object representation for the Java component.
buildObject(JISession, byte[]) - Static method in class org.jinterop.dcom.impls.JIObjectFactory
Returns a COM Object from raw bytes.
buildObject(JISession, byte[], String) - Static method in class org.jinterop.dcom.impls.JIObjectFactory
Returns a COM Object from raw bytes.

C

call(JICallBuilder) - Method in interface org.jinterop.dcom.core.IJIComObject
Executes a method call on the actual COM object represented by this interface.
call(JICallBuilder, int) - Method in interface org.jinterop.dcom.core.IJIComObject
Refer IJIComObject.call(JICallBuilder) for details on this method.
call(JICallBuilder) - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
call(JICallBuilder, int) - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
call(int, UUID, int, NdrObject) - Method in class org.jinterop.dcom.transport.JIComRuntimeEndpoint
 
CallConv - Interface in org.jinterop.dcom.impls.automation
Implements the CALLCONV data type of COM Automation.
callConv - Variable in class org.jinterop.dcom.impls.automation.FuncDesc
Specifies the function's calling convention.
callMethod(String) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a method call for the method identified by the name parameter.
callMethod(int) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a method call for the method identified by the dispId parameter.
callMethod(String, Object[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a method call for the method identified by the name parameter.
callMethod(int, Object[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a method call for the method identified by the dispId parameter.
callMethod(String, Object[], int[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a method call for the method identified by the name parameter.
callMethod(int, Object[], int[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a method call for the method identified by the dispId parameter.
callMethod(String, Object[], String[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a method call for the method identified by the name parameter.
callMethodA(String) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a method call for the method identified by the name parameter.
callMethodA(int) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a method call for the method identified by the dispId parameter.
callMethodA(String, Object[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a method call for the method identified by the name parameter.
callMethodA(int, Object[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a method call for the method identified by the dispId parameter.
callMethodA(String, Object[], int[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a method call for the method identified by the name parameter.
callMethodA(int, Object[], int[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a method call for the method identified by the dispId parameter.
callMethodA(String, Object[], String[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a method call for the method identified by the name parameter.
cbAlignment - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
Byte alignment for an instance of this type.
cbSizeInstance - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
The size of an instance of this type.
cbSizeVft - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
The size of this type's VTBL.
CC_CDECL - Static variable in interface org.jinterop.dcom.impls.automation.CallConv
Indicates that the Cdecl calling convention is used for a method.
CC_FASTCALL - Static variable in interface org.jinterop.dcom.impls.automation.CallConv
 
CC_FPFASTCALL - Static variable in interface org.jinterop.dcom.impls.automation.CallConv
 
CC_MACPASCAL - Static variable in interface org.jinterop.dcom.impls.automation.CallConv
Indicates that the Macpascal calling convention is used for a method.
CC_MAX - Static variable in interface org.jinterop.dcom.impls.automation.CallConv
Indicates the end of the CALLCONV enumeration.
CC_MPWCDECL - Static variable in interface org.jinterop.dcom.impls.automation.CallConv
Indicates that the Mpwcdecl calling convention is used for a method.
CC_MPWPASCAL - Static variable in interface org.jinterop.dcom.impls.automation.CallConv
Indicates that the Mpwpascal calling convention is used for a method.
CC_MSCPASCAL - Static variable in interface org.jinterop.dcom.impls.automation.CallConv
Indicates that the Mscpascal calling convention is used for a method.
CC_PASCAL - Static variable in interface org.jinterop.dcom.impls.automation.CallConv
Indicates that the Pascal calling convention is used for a method.
CC_STDCALL - Static variable in interface org.jinterop.dcom.impls.automation.CallConv
Indicates that the Stdcall calling convention is used for a method.
CC_SYSCALL - Static variable in interface org.jinterop.dcom.impls.automation.CallConv
Indicates that the Syscall calling convention is used for a method.
cDims - Variable in class org.jinterop.dcom.impls.automation.ArrayDesc
Dimension Count.
cElements - Variable in class org.jinterop.dcom.impls.automation.SafeArrayBounds
 
cFuncs - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
Number of functions.
cImplTypes - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
Number of implemented interfaces.
clazzType - Variable in class org.jinterop.winreg.IJIWinReg.setValue
 
ClientToHostWindow(int, int) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
Clone() - Method in interface org.jinterop.dcom.impls.automation.IJIEnumVariant
Definition from MSDN: Creates a copy of the current state of enumeration.
closeConnection() - Method in interface org.jinterop.winreg.IJIWinReg
Closes this connection, but a word of caution, it does not close any OPEN Key.
closeConnection() - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
closePresentation(IJIDispatch) - Method in class org.jinterop.dcom.test.MSPowerPoint2
 
CO_E_BAD_SERVER_NAME - Static variable in class org.jinterop.dcom.common.JIErrorCodes
A Remote activation was necessary but the server name provided was invalid.
CO_E_CREATEPROCESS_FAILURE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The server process could not be started.
CO_E_LAUNCH_PERMSSION_DENIED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The client is not allowed to launch this server.
CO_E_RUNAS_CREATEPROCESS_FAILURE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The server process could not be started as the configured identity.
CO_E_RUNAS_LOGON_FAILURE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The server process could not be started because the configured identity is incorrect.
CO_E_SERVER_EXEC_FAILURE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Server execution failed.
CommandStateChange(int, boolean) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
comObject - Variable in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
cParams - Variable in class org.jinterop.dcom.impls.automation.FuncDesc
Count of total number of parameters.
cParamsOpt - Variable in class org.jinterop.dcom.impls.automation.FuncDesc
Count of optional parameters (detailed description follows).
createInstance() - Method in class org.jinterop.dcom.core.JIComServer
Returns an IJIComObject representing the COM Server.
createInstance(String) - Method in interface org.jinterop.dcom.impls.automation.IJITypeInfo
Creates a new instance of a type that describes a component object class (coclass).
createSession(IJIAuthInfo) - Static method in class org.jinterop.dcom.core.JISession
Creates a session with the authInfo of the user.
createSession(String, String, String) - Static method in class org.jinterop.dcom.core.JISession
Creates a session.
createSession(JISession) - Static method in class org.jinterop.dcom.core.JISession
Creates a new session using credentials of the sessionparameter.
createSession() - Static method in class org.jinterop.dcom.core.JISession
Native Single Sign On capable session.
createTransport(String, Properties) - Method in class org.jinterop.dcom.transport.JIComRuntimeTransportFactory
 
createTransport(String, Properties) - Method in class org.jinterop.dcom.transport.JIComTransportFactory
 
createWorkSheet() - Method in class org.jinterop.dcom.test.MSExcel
 
createWorkSheet() - Method in class org.jinterop.dcom.test.MSExcel2
 
createWorkSheet() - Method in class org.jinterop.dcom.test.MSExcel2_Test
 
createWorkSheet() - Method in class org.jinterop.dcom.test.MSExcel3
 
createXYChart() - Method in class org.jinterop.dcom.test.MSExcel
 
cScodes - Variable in class org.jinterop.dcom.impls.automation.FuncDesc
Count of permitted return values.
cVars - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
Number of variables/data members.

D

data - Variable in class org.jinterop.winreg.IJIWinReg.setValue
 
data2 - Variable in class org.jinterop.winreg.IJIWinReg.setValue
 
destroySession(JISession) - Static method in class org.jinterop.dcom.core.JISession
Used to destroy the session, this release all references of the COM server and it's interfaces.
detachEventHandler(IJIComObject, String) - Static method in class org.jinterop.dcom.core.JIFrameworkHelper
 
detachEventHandler(IJIComObject, String) - Static method in class org.jinterop.dcom.impls.JIObjectFactory
Detaches the event handler identified by identifier and associated with this comObject.
DISP_E_BADCALLEE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Invalid Callee.
DISP_E_BADINDEX - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Invalid index.
DISP_E_BADPARAMCOUNT - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Invalid number of parameters.
DISP_E_BADVARTYPE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Bad variable type.
DISP_E_EXCEPTION - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Exception occurred.
DISP_E_MEMBERNOTFOUND - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Member not found.
DISP_E_NONAMEDARGS - Static variable in class org.jinterop.dcom.common.JIErrorCodes
No named arguments.
DISP_E_PARAMNOTFOUND - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Parameter not found.
DISP_E_PARAMNOTOPTIONAL - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Parameter not optional.
DISP_E_TYPEMISMATCH - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Type mismatch.
DISP_E_UNKNOWNINTERFACE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Unknown interface.
DISP_E_UNKNOWNNAME - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Unknown name.
DISPATCH_DISPID_PUTPUTREF - Static variable in interface org.jinterop.dcom.impls.automation.IJIDispatch
COM DISPID for property "put" or "putRef".
DISPATCH_METHOD - Static variable in interface org.jinterop.dcom.impls.automation.IJIDispatch
Flag for selecting a method.
DISPATCH_PROPERTYGET - Static variable in interface org.jinterop.dcom.impls.automation.IJIDispatch
Flag for selecting a Property propget.
DISPATCH_PROPERTYPUT - Static variable in interface org.jinterop.dcom.impls.automation.IJIDispatch
Flag for selecting a Property propput.
DISPATCH_PROPERTYPUTREF - Static variable in interface org.jinterop.dcom.impls.automation.IJIDispatch
Flag for selecting a Property propputref.
do_Next_Action(IJIDispatch) - Method in class org.jinterop.dcom.test.MSPowerPoint2
 
do_Previous_Action(IJIDispatch) - Method in class org.jinterop.dcom.test.MSPowerPoint2
 
DocumentComplete(IJIComObject, JIVariant) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
doStuff() - Method in class org.jinterop.dcom.test.TestJIThreading.TestThread
 
DownloadBegin() - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
DownloadComplete() - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
DWebBrowserEvents2 - Class in org.jinterop.dcom.test
 
DWebBrowserEvents2() - Constructor for class org.jinterop.dcom.test.DWebBrowserEvents2
 
dword - Variable in class org.jinterop.winreg.IJIWinReg.setValue
 
dwReserved - Variable in class org.jinterop.dcom.impls.automation.IdlDesc
 
dwReserved - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
 

E

E_ACCESSDENIED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Access is denied.
E_FAIL - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Unspecified Error.
E_INVALIDARG - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The parameter is incorrect.
E_NOINTERFACE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
No such interface supported.
E_NOINTERFACE_CALLBACK - Static variable in class org.jinterop.dcom.common.JIErrorCodes
COM server could not establish call back connection.
E_NOTIMPL - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Not implemented.
E_OUTOFMEMORY - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Not enough storage is available to complete this operation.
E_UNEXPECTED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Catastrophic failure.
ElemDesc - Class in org.jinterop.dcom.impls.automation
Implements the ELEMDESC structure of COM Automation.
ElemDesc(JIStruct) - Constructor for class org.jinterop.dcom.impls.automation.ElemDesc
 
elemdescFunc - Variable in class org.jinterop.dcom.impls.automation.FuncDesc
Contains the return type of the function.
elemdescVar - Variable in class org.jinterop.dcom.impls.automation.VarDesc
Contains the variable type.
EMPTY() - Static method in class org.jinterop.dcom.core.JIVariant
EMPTY VARIANT.
EMPTY_BYREF() - Static method in class org.jinterop.dcom.core.JIVariant
EMPTY BYREF VARIANT.
envQtp() - Method in class org.jinterop.dcom.test.QtpComTest
 
equals(Object) - Method in class org.jinterop.dcom.core.JILocalCoClass
 
equals(Object) - Method in class org.jinterop.dcom.core.JISession
 
ERROR_ACCESS_DENIED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Access is denied.
ERROR_ALREADY_EXISTS - Static variable in class org.jinterop.dcom.common.JIErrorCodes
File already exists.
ERROR_FILE_NOT_FOUND - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The system cannot find the file specified.
ERROR_INVALID_FUNCTION - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Incorrect function.
ERROR_INVALID_NAME - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The filename, directory name, or volume label syntax is incorrect.
ERROR_NO_MORE_ITEMS - Static variable in class org.jinterop.dcom.common.JIErrorCodes
No more data is available.
ERROR_PATH_NOT_FOUND - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The system cannot find the path specified.
EventNotificationListener - Interface in org.jinterop.dcom.test
 
Execute(JIString) - Method in class org.jinterop.dcom.test.Main
 
Execute(JIString) - Method in class org.jinterop.dcom.test.Test_ITestServer2_Impl
 
execute() - Method in class org.jinterop.dcom.test.TestCOMServer
 

F

FADF_AUTO - Static variable in class org.jinterop.dcom.core.JIVariant
 
FADF_BSTR - Static variable in class org.jinterop.dcom.core.JIVariant
 
FADF_DISPATCH - Static variable in class org.jinterop.dcom.core.JIVariant
 
FADF_EMBEDDED - Static variable in class org.jinterop.dcom.core.JIVariant
 
FADF_FIXEDSIZE - Static variable in class org.jinterop.dcom.core.JIVariant
 
FADF_HAVEIID - Static variable in class org.jinterop.dcom.core.JIVariant
 
FADF_HAVEVARTYPE - Static variable in class org.jinterop.dcom.core.JIVariant
 
FADF_RECORD - Static variable in class org.jinterop.dcom.core.JIVariant
 
FADF_RESERVED - Static variable in class org.jinterop.dcom.core.JIVariant
 
FADF_STATIC - Static variable in class org.jinterop.dcom.core.JIVariant
 
FADF_UNKNOWN - Static variable in class org.jinterop.dcom.core.JIVariant
 
FADF_VARIANT - Static variable in class org.jinterop.dcom.core.JIVariant
 
FileDownload(boolean, JIVariant) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
fileName - Variable in class org.jinterop.winreg.IJIWinReg.saveFile
 
fileTimeOutStruct() - Static method in class org.jinterop.dcom.test.JIOPCEventSink
Create an out struct definition of this object that may be use in a call object
finalize() - Method in class org.jinterop.dcom.core.JISession
 
findName(JIString, int, short) - Method in interface org.jinterop.dcom.impls.automation.IJITypeLib
Finds occurrences of a type description in a type library.
FirstContact - Interface in org.jinterop.dcom.test
 
FirstContact_Stub - Class in org.jinterop.dcom.test
 
FirstContact_Stub(String) - Constructor for class org.jinterop.dcom.test.FirstContact_Stub
 
FLAG_NULL - Static variable in class org.jinterop.dcom.core.JIFlags
FLAG representing nothing.
FLAG_REPRESENTATION_ARRAY - Static variable in class org.jinterop.dcom.core.JIFlags
 
FLAG_REPRESENTATION_IDISPATCH_INVOKE - Static variable in class org.jinterop.dcom.core.JIFlags
 
FLAG_REPRESENTATION_STRING_BSTR - Static variable in class org.jinterop.dcom.core.JIFlags
FLAG representing a BSTR string .
FLAG_REPRESENTATION_STRING_LPCTSTR - Static variable in class org.jinterop.dcom.core.JIFlags
FLAG representing a normal String.
FLAG_REPRESENTATION_STRING_LPWSTR - Static variable in class org.jinterop.dcom.core.JIFlags
FLAG representing a Wide Char (16 bit characters)
FLAG_REPRESENTATION_UNSIGNED_BYTE - Static variable in class org.jinterop.dcom.core.JIFlags
Flag representing unsigned byte.
FLAG_REPRESENTATION_UNSIGNED_INT - Static variable in class org.jinterop.dcom.core.JIFlags
Flag representing unsigned integer.
FLAG_REPRESENTATION_UNSIGNED_SHORT - Static variable in class org.jinterop.dcom.core.JIFlags
Flag representing unsigned short.
FLAG_REPRESENTATION_VARIANT_BOOL - Static variable in class org.jinterop.dcom.core.JIFlags
Flag representing VARIANT_BOOL, a boolean is 2 bytes for a VARIANT and 1 byte for normal calls.
FLAG_REPRESENTATION_VT_INT - Static variable in class org.jinterop.dcom.core.JIFlags
Flag representing integer of the type VT_INT.
FLAG_REPRESENTATION_VT_UINT - Static variable in class org.jinterop.dcom.core.JIFlags
Flag representing (unsigned) integer of the type VT_UINT.
FUNC_DISPATCH - Static variable in interface org.jinterop.dcom.impls.automation.FuncKind
The function can be accessed only through IDispatch.
FUNC_NONVIRTUAL - Static variable in interface org.jinterop.dcom.impls.automation.FuncKind
The function is accessed by static address and takes an implicit this pointer.
FUNC_PUREVIRTUAL - Static variable in interface org.jinterop.dcom.impls.automation.FuncKind
The function is accessed through the virtual function table (VTBL), and takes an implicit this pointer.
FUNC_STATIC - Static variable in interface org.jinterop.dcom.impls.automation.FuncKind
The function is accessed by static address and does not take an implicit this pointer.
FUNC_VIRTUAL - Static variable in interface org.jinterop.dcom.impls.automation.FuncKind
The function is accessed the same as PUREVIRTUAL, except the function has an implementation.
FuncDesc - Class in org.jinterop.dcom.impls.automation
Implements the FUNCDESC structure of COM Automation.
FUNCFLAG_FBINDABLE - Static variable in class org.jinterop.dcom.impls.automation.FuncDesc
 
FUNCFLAG_FDEFAULTBIND - Static variable in class org.jinterop.dcom.impls.automation.FuncDesc
 
FUNCFLAG_FDEFAULTCOLLELEM - Static variable in class org.jinterop.dcom.impls.automation.FuncDesc
 
FUNCFLAG_FDISPLAYBIND - Static variable in class org.jinterop.dcom.impls.automation.FuncDesc
 
FUNCFLAG_FHIDDEN - Static variable in class org.jinterop.dcom.impls.automation.FuncDesc
 
FUNCFLAG_FIMMEDIATEBIND - Static variable in class org.jinterop.dcom.impls.automation.FuncDesc
 
FUNCFLAG_FNONBROWSABLE - Static variable in class org.jinterop.dcom.impls.automation.FuncDesc
 
FUNCFLAG_FREPLACEABLE - Static variable in class org.jinterop.dcom.impls.automation.FuncDesc
 
FUNCFLAG_FREQUESTEDIT - Static variable in class org.jinterop.dcom.impls.automation.FuncDesc
 
FUNCFLAG_FRESTRICTED - Static variable in class org.jinterop.dcom.impls.automation.FuncDesc
 
FUNCFLAG_FSOURCE - Static variable in class org.jinterop.dcom.impls.automation.FuncDesc
 
FUNCFLAG_FUIDEFAULT - Static variable in class org.jinterop.dcom.impls.automation.FuncDesc
 
FUNCFLAG_FUSESGETLASTERROR - Static variable in class org.jinterop.dcom.impls.automation.FuncDesc
 
funcKind - Variable in class org.jinterop.dcom.impls.automation.FuncDesc
Specifies whether the function is virtual, static, or dispatch-only.
FuncKind - Interface in org.jinterop.dcom.impls.automation
Implements the FUNCKIND structure of COM Automation.

G

get(int) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a propget for the method identified by the dispId.
get(int, Object[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a propget for the method identified by the dispId parameter.
get(String, Object[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a propget for the method identified by the name parameter.
get(String) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a propget for the method identified by the name parameter.
getArrayClass() - Method in class org.jinterop.dcom.core.JIArray
Class of the nested Array.
getArrayInstance() - Method in class org.jinterop.dcom.core.JIArray
Returns the nested Array.
getAssociatedSession() - Method in interface org.jinterop.dcom.core.IJIComObject
Returns session associated with this object.
getAssociatedSession() - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
getAuthInfo() - Method in class org.jinterop.dcom.core.JISession
Returns the IJIAuthInfo (if any) associated with this session.
getCLSID() - Method in class org.jinterop.dcom.core.JIClsid
String representation of the wrapped class identifier.
getClsidFromProgId(String) - Static method in class org.jinterop.dcom.common.JISystem
Queries the property file maintaining the PROGID Vs CLSID mappings and returns the CLSID if found or null otherwise.
getCoClass(JIOPCEventSink) - Static method in class org.jinterop.dcom.test.JIOPCEventSink
 
getCoClassIID() - Method in class org.jinterop.dcom.core.JILocalCoClass
Returns the interface identifier of this COCLASS.
getCOMVersion() - Static method in class org.jinterop.dcom.common.JISystem
Returns COM version currently being used by the library.
getConformantIntArray() - Method in class org.jinterop.dcom.test.SampleTestServer
 
getConformantStruct(String[]) - Method in class org.jinterop.dcom.test.SampleTestServer
 
getContainingTypeLib() - Method in interface org.jinterop.dcom.impls.automation.IJITypeInfo
Retrieves the containing type library and the index of the type description within that type library.
getCorrespondingCLSID() - Method in class org.jinterop.dcom.core.JIProgId
Returns the CLSID for this ProgId.
getCurrentObjectID() - Method in interface org.jinterop.dcom.common.IJICOMRuntimeWorker
 
getDimensions() - Method in class org.jinterop.dcom.core.JIArray
Returns the dimensions of the Array.
getDllEntry(int, int) - Method in interface org.jinterop.dcom.impls.automation.IJITypeInfo
Retrieves a description or specification of an entry point for a function in a DLL.
getDocumentation(int) - Method in interface org.jinterop.dcom.impls.automation.IJITypeInfo
Retrieves the documentation string, the complete Help file name and path, and the context ID for the Help topic for a specified type description.
getDocumentation(int) - Method in interface org.jinterop.dcom.impls.automation.IJITypeLib
Retrieves the library's documentation string, the complete Help file name and path, and the context identifier for the library Help topic in the Help file.
getDomain() - Method in interface org.jinterop.dcom.common.IJIAuthInfo
Returns user's domain.
getDomain() - Method in class org.jinterop.dcom.common.JIDefaultAuthInfoImpl
 
getDomain() - Method in class org.jinterop.dcom.core.JISession
Gets the domain of the user associated with this session.
getErrorCode() - Method in exception org.jinterop.dcom.common.JIException
Returns the error code associated with this exception.
getErrorCode() - Method in class org.jinterop.dcom.impls.automation.JIExcepInfo
An error code identifying the error.
getErrorMessages() - Static method in class org.jinterop.dcom.common.JISystem
Returns the ResourceBundle associated with current locale.
getExcepDesc() - Method in class org.jinterop.dcom.impls.automation.JIExcepInfo
A textual, human-readable description of the error intended for the customer.
getExcepInfo() - Method in exception org.jinterop.dcom.impls.automation.JIAutomationException
Returns the EXCEPINFO structure.
getExcepSource() - Method in class org.jinterop.dcom.impls.automation.JIExcepInfo
A textual, human-readable name of the source of the exception.
getFlag() - Method in class org.jinterop.dcom.core.JIVariant
Returns the flag value for this variant.
getFractionalUnits() - Method in class org.jinterop.dcom.core.JICurrency
Returns the fractionalUnits value.
getFuncDesc(int) - Method in interface org.jinterop.dcom.impls.automation.IJITypeInfo
Retrieves the FuncDesc structure that contains information about a specified function.
getGlobalSocketTimeout() - Method in class org.jinterop.dcom.core.JISession
Returns the global timeout applied to all sockets opened from this session to COM Server.
getHelpFilePath() - Method in class org.jinterop.dcom.impls.automation.JIExcepInfo
The fully qualified drive, path, and file name of a Help file that has more information about the error.
getHResult() - Method in exception org.jinterop.dcom.common.JIRuntimeException
 
getHRESULT() - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the HRESULT of this operation.
getIDsOfNames(String) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Maps a method name to its corresponding DISPID.The result of this call is cached for further usage and no network call is performed again for the same method name.
getIDsOfNames(String[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Maps a single method name and an optional set of it's argument names to a corresponding set of DISPIDs.
getImplTypeFlags(int) - Method in interface org.jinterop.dcom.impls.automation.IJITypeInfo
Retrieves the IMPLTYPEFLAGS enumeration for one implemented interface or base interface in a type description.
getInParamAt(int) - Method in class org.jinterop.dcom.core.JICallBuilder
Returns [in] parameter at the specified index from the Parameter list.
getInparamFlags() - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the In Param flag.
getInParams() - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the entire [in] parameters list.
getInstanceLevelSocketTimeout() - Method in interface org.jinterop.dcom.core.IJIComObject
Returns the socket timeout set at the instance level.
getInstanceLevelSocketTimeout() - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
getInterfaceDefinition() - Method in class org.jinterop.dcom.core.JILocalCoClass
Returns the primary interfaceDefinition.
getInterfaceDefinition(String) - Method in class org.jinterop.dcom.core.JILocalCoClass
Returns the interface definition based on the IID of the interface.
getInterfaceIdentifier() - Method in interface org.jinterop.dcom.core.IJIComObject
Returns the COM IID of this object
getInterfaceIdentifier() - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
Returns the IID of this object
getInterfaceIdentifier() - Method in class org.jinterop.dcom.core.JILocalInterfaceDefinition
Returns the interface identifier (IID) of this definition.
getIPForHostName(String) - Static method in class org.jinterop.dcom.common.JISystem
Returns I.P address for the given hostname.
getIpid() - Method in interface org.jinterop.dcom.core.IJIComObject
Unique 128 bit uuid representing the interface on the COM server.
getIpid() - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
getLastExcepInfo() - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Returns the COM EXCEPINFO structure wrapped as a data object for the last operation.
getLibAttr() - Method in interface org.jinterop.dcom.impls.automation.IJITypeLib
Retrieves the structure that contains the library's attributes.
getLocale() - Static method in class org.jinterop.dcom.common.JISystem
Returns current locale associated with the library.
getLocalizedMessage(int) - Static method in class org.jinterop.dcom.common.JISystem
Returns the localized error messages for the error code.
getLogger() - Static method in class org.jinterop.dcom.common.JISystem
Returns the framework logger identified by the name "org.jinterop".
getMajorVersion() - Method in class org.jinterop.dcom.common.JIComVersion
 
getMember(int) - Method in class org.jinterop.dcom.core.JIStruct
Retrieves the member at the specified index from the member list.
getMembers() - Method in class org.jinterop.dcom.core.JIStruct
Returns all members as java.util.List.
getMembers() - Method in class org.jinterop.dcom.core.JIUnion
Returns the discriminant Vs there members Map.
getMessage() - Method in exception org.jinterop.dcom.common.JIException
Returns the localized error messages.
getMessage() - Method in exception org.jinterop.dcom.common.JIRuntimeException
 
getMethodDescriptor(int) - Method in class org.jinterop.dcom.core.JILocalInterfaceDefinition
Returns the method descriptor identified by it's number.
getMethodDescriptor(String) - Method in class org.jinterop.dcom.core.JILocalInterfaceDefinition
Returns the method descriptor identified by it's name.
getMethodDescriptorForDispId(int) - Method in class org.jinterop.dcom.core.JILocalInterfaceDefinition
Returns the method descriptor identified by it's dispId.
getMethodDescriptors() - Method in class org.jinterop.dcom.core.JILocalInterfaceDefinition
Returns all method descriptors.
getMethodDispID() - Method in class org.jinterop.dcom.core.JILocalMethodDescriptor
Gets the DISPID of this method.
getMethodName() - Method in class org.jinterop.dcom.core.JILocalMethodDescriptor
Returns the method name.
getMethodNum() - Method in class org.jinterop.dcom.core.JILocalMethodDescriptor
Gets the opnum of this method in the order as defined in the IDL.
getMinorVersion() - Method in class org.jinterop.dcom.common.JIComVersion
 
getMops(int) - Method in interface org.jinterop.dcom.impls.automation.IJITypeInfo
Retrieves marshaling information.
getNames(int, int) - Method in interface org.jinterop.dcom.impls.automation.IJITypeInfo
Retrieves the variable with the specified member ID (or the name of the property or method and its parameters) that correspond to the specified function ID.
getObject() - Method in class org.jinterop.dcom.core.JIVariant
Returns the contained object.
getObjectAsArray() - Method in class org.jinterop.dcom.core.JIVariant
Retrieves the contained object as JIArray.
getObjectAsBoolean() - Method in class org.jinterop.dcom.core.JIVariant
Retrieves the contained object as boolean.
getObjectAsChar() - Method in class org.jinterop.dcom.core.JIVariant
Retrieves the contained object as char.
getObjectAsComObject() - Method in class org.jinterop.dcom.core.JIVariant
Retrieves the contained object as IJIComObject.
getObjectAsDate() - Method in class org.jinterop.dcom.core.JIVariant
Retrieves the contained object as java.util.Date.
getObjectAsDouble() - Method in class org.jinterop.dcom.core.JIVariant
Retrieves the contained object as double.
getObjectAsFloat() - Method in class org.jinterop.dcom.core.JIVariant
Retrieves the contained object as float.
getObjectAsInt() - Method in class org.jinterop.dcom.core.JIVariant
Retrieves the contained object as int.
getObjectAsLong() - Method in class org.jinterop.dcom.core.JIVariant
Retrieves the contained object as long, used when the expected type is VT_I8.
getObjectAsSCODE() - Method in class org.jinterop.dcom.core.JIVariant
Retrieves the contained objects errorCode.
getObjectAsShort() - Method in class org.jinterop.dcom.core.JIVariant
Retrieves the contained object as short.
getObjectAsString() - Method in class org.jinterop.dcom.core.JIVariant
Retrieves the contained object as JIString.
getObjectAsString2() - Method in class org.jinterop.dcom.core.JIVariant
Retrieves the contained object as String.
getObjectAsUnsigned() - Method in class org.jinterop.dcom.core.JIVariant
Retrieves the contained object as unsigned number.
getObjectAsVariant() - Method in class org.jinterop.dcom.core.JIVariant
Retrieves the contained object as JIVariant.
getOPC() - Method in class org.jinterop.dcom.test.MetrikonOPC
 
getOpnum() - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the opnum of the API which will be invoked at the COM server.
getOpnum() - Method in class org.jinterop.winreg.IJIWinReg.closeKey
 
getOpnum() - Method in class org.jinterop.winreg.IJIWinReg.createKey
 
getOpnum() - Method in class org.jinterop.winreg.IJIWinReg.deleteValueOrKey
 
getOpnum() - Method in class org.jinterop.winreg.IJIWinReg.enumKey
 
getOpnum() - Method in class org.jinterop.winreg.IJIWinReg.enumValue
 
getOpnum() - Method in class org.jinterop.winreg.IJIWinReg.openHKCR
 
getOpnum() - Method in class org.jinterop.winreg.IJIWinReg.openHKCU
 
getOpnum() - Method in class org.jinterop.winreg.IJIWinReg.openHKLM
 
getOpnum() - Method in class org.jinterop.winreg.IJIWinReg.openHKU
 
getOpnum() - Method in class org.jinterop.winreg.IJIWinReg.openKey
 
getOpnum() - Method in class org.jinterop.winreg.IJIWinReg.queryValue
 
getOpnum() - Method in class org.jinterop.winreg.IJIWinReg.saveFile
 
getOpnum() - Method in class org.jinterop.winreg.IJIWinReg.setValue
 
getOutParamAt(int) - Method in class org.jinterop.dcom.core.JICallBuilder
Retrieves the [out] param at the index in the out parameters list.
getOutparamFlags() - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the Out Param flag.
getOutParams() - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the entire [out] parameters list.
getParameterObject() - Method in class org.jinterop.dcom.core.JILocalMethodDescriptor
Returns the parameter object.
getParameters() - Method in exception org.jinterop.dcom.common.JIRuntimeException
 
getPassword() - Method in interface org.jinterop.dcom.common.IJIAuthInfo
Returns password.
getPassword() - Method in class org.jinterop.dcom.common.JIDefaultAuthInfoImpl
 
getQIedIIDs() - Method in interface org.jinterop.dcom.common.IJICOMRuntimeWorker
 
getReferent() - Method in class org.jinterop.dcom.core.JIPointer
Returns the referent encapsulated by this pointer.
getReferentIdentifier() - Method in class org.jinterop.dcom.core.JIPointer
Returns the referent identifier.
getRefTypeInfo(int) - Method in interface org.jinterop.dcom.impls.automation.IJITypeInfo
If a type description references other type descriptions, it retrieves the referenced type descriptions.
getRefTypeOfImplType(int) - Method in interface org.jinterop.dcom.impls.automation.IJITypeInfo
If a type description describes a COM class, it retrieves the type description of the implemented interface types.
getResultAsArrayAt(int) - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the value as JIArray at the index from the result list.
getResultAsBooleanAt(int) - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the value as boolean at the index from the result list.
getResultAsCharacterAt(int) - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the value as char at the index from the result list.
getResultAsDoubleAt(int) - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the value as double at the index from the result list.
getResultAsFloatAt(int) - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the value as float at the index from the result list.
getResultAsIntAt(int) - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the value as int at the index from the result list.
getResultAsPointerAt(int) - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the value as JIPointer at the index from the result list.
getResultAsShortAt(int) - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the value as short at the index from the result list.
getResultAsStringAt(int) - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the value as JIString at the index from the result list.
getResultAsStructAt(int) - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the value as JIStruct at the index from the result list.
getResultAsUUIDStrAt(int) - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the value as String representation of the UUID at the index from the result list.
getResultAsVariantAt(int) - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the value as JIVariant at the index from the result list.
getResults() - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the results as an Object[].
getResultsInCaseOfException() - Method in class org.jinterop.dcom.core.JICallBuilder
Returns the results incase an exception occured.
getServerClass() - Method in class org.jinterop.dcom.core.JILocalCoClass
Returns the actual class representing the interface definition.
getServerInstance() - Method in class org.jinterop.dcom.core.JILocalCoClass
Returns the instance representing the interface definition.
getSessionIdentifier() - Method in class org.jinterop.dcom.core.JISession
Returns a unique identifier for this session.
GetSimpleArrayStruct(String[]) - Method in class org.jinterop.dcom.test.SampleTestServer
 
GetSimpleArrayStructArray(String[]) - Method in class org.jinterop.dcom.test.SampleTestServer
 
getSimpleStruct(String[]) - Method in class org.jinterop.dcom.test.SampleTestServer
 
getSimpleStructArray(String[]) - Method in class org.jinterop.dcom.test.SampleTestServer
 
getSingleTon() - Static method in class org.jinterop.dcom.transport.JIComRuntimeTransportFactory
 
getSingleTon() - Static method in class org.jinterop.dcom.transport.JIComTransportFactory
 
getSingleTon() - Static method in class org.jinterop.winreg.JIWinRegFactory
Instantiates the Factory.
getSize() - Method in class org.jinterop.dcom.core.JIStruct
Returns the total number of members.
GetStaticStruct(String[]) - Method in class org.jinterop.dcom.test.SampleTestServer
 
getString() - Method in class org.jinterop.dcom.core.JIString
String encapsulated by this object.
GetStruct(String[]) - Method in class org.jinterop.dcom.test.SampleTestServer
 
GetStructStruct(String[]) - Method in class org.jinterop.dcom.test.SampleTestServer
 
GetStructStructArray(String[]) - Method in class org.jinterop.dcom.test.SampleTestServer
 
getSyntax() - Method in class org.jinterop.dcom.core.JIComServer
 
getSyntax() - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
getTCharArray() - Method in class org.jinterop.dcom.test.SampleTestServer
 
getType() - Method in interface org.jinterop.dcom.core.IJIUnsigned
Returns the unsigned type (byte,short,int).
getType() - Method in class org.jinterop.dcom.core.JIString
Type representing this object.
getType() - Method in class org.jinterop.dcom.core.JIUnsignedByte
 
getType() - Method in class org.jinterop.dcom.core.JIUnsignedInteger
 
getType() - Method in class org.jinterop.dcom.core.JIUnsignedShort
 
getType() - Method in class org.jinterop.dcom.core.JIVariant
Returns the referent as integer.
getTypeAttr() - Method in interface org.jinterop.dcom.impls.automation.IJITypeInfo
Retrieves a TypeAttr structure that contains the attributes of the type description.
getTypeInfo(int) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Returns an implementation of COM ITypeInfo interface based on the typeInfo.
getTypeInfo(int) - Method in interface org.jinterop.dcom.impls.automation.IJITypeLib
Retrieves the specified type description in the library.
getTypeInfoCount() - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Definition from MSDN: Determines whether there is type information available for the dual interface.
getTypeInfoCount() - Method in interface org.jinterop.dcom.impls.automation.IJITypeLib
Returns the number of type descriptions in the type library.
getTypeInfoOfGuid(String) - Method in interface org.jinterop.dcom.impls.automation.IJITypeLib
Retrieves the type description that corresponds to the specified GUID.
getTypeInfoType(int) - Method in interface org.jinterop.dcom.impls.automation.IJITypeLib
Retrieves the type of a type description.
getUnits() - Method in class org.jinterop.dcom.core.JICurrency
Returns the units value.
getUnreferencedHandler() - Method in interface org.jinterop.dcom.core.IJIComObject
Returns the IJIUnreferenced handler associated with this object.
getUnreferencedHandler() - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
getUnsigned(Number, int) - Static method in class org.jinterop.dcom.core.JIUnsignedFactory
Returns an implementation for each of the unsigned type.
getUpperBounds() - Method in class org.jinterop.dcom.core.JIArray
Array of integers depicting highest index for each dimension.
getUserName() - Method in interface org.jinterop.dcom.common.IJIAuthInfo
Returns username.
getUserName() - Method in class org.jinterop.dcom.common.JIDefaultAuthInfoImpl
 
getUserName() - Method in class org.jinterop.dcom.core.JISession
Gets the user name associated with this session.
getValue() - Method in interface org.jinterop.dcom.core.IJIUnsigned
Returns the number represented by this object.
getValue() - Method in class org.jinterop.dcom.core.JIUnsignedByte
 
getValue() - Method in class org.jinterop.dcom.core.JIUnsignedInteger
 
getValue() - Method in class org.jinterop.dcom.core.JIUnsignedShort
 
getVarDesc(int) - Method in interface org.jinterop.dcom.impls.automation.IJITypeInfo
Retrieves a VARDESC structure that describes the specified variable.
getWinreg(IJIAuthInfo, String, boolean) - Method in class org.jinterop.winreg.JIWinRegFactory
Gets an Implementation of WinReg interface, currently only SMB transport is supported.
getWinreg(String, boolean) - Method in class org.jinterop.winreg.JIWinRegFactory
Gets an Implementation of WinReg interface, currently only SMB transport is supported.
goto_First_Slide(IJIDispatch) - Method in class org.jinterop.dcom.test.MSPowerPoint2
 
goto_Last_Slide(IJIDispatch) - Method in class org.jinterop.dcom.test.MSPowerPoint2
 
goto_Numbered_Slide(IJIDispatch, int) - Method in class org.jinterop.dcom.test.MSPowerPoint2
 
guid - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
The GUID of the type information.

H

handle - Variable in class org.jinterop.winreg.JIPolicyHandle
Handle to the Key
hashCode() - Method in class org.jinterop.dcom.core.JILocalCoClass
 
hashCode() - Method in class org.jinterop.dcom.core.JISession
 
hrefType - Variable in class org.jinterop.dcom.impls.automation.TypeDesc
 

I

IdlDesc - Class in org.jinterop.dcom.impls.automation
 
idldescType - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
IDL attributes of the described type.
IDLFLAG_FIN - Static variable in class org.jinterop.dcom.impls.automation.IdlDesc
 
IDLFLAG_FLCID - Static variable in class org.jinterop.dcom.impls.automation.IdlDesc
 
IDLFLAG_FOUT - Static variable in class org.jinterop.dcom.impls.automation.IdlDesc
 
IDLFLAG_FRETVAL - Static variable in class org.jinterop.dcom.impls.automation.IdlDesc
 
IDLFLAG_NONE - Static variable in class org.jinterop.dcom.impls.automation.IdlDesc
 
IID - Static variable in interface org.jinterop.dcom.core.IJIComObject
IID representing the IUnknown.
IID - Static variable in interface org.jinterop.dcom.impls.automation.IJIDispatch
IID representing the COM IDispatch.
IID - Static variable in interface org.jinterop.dcom.impls.automation.IJIEnumVariant
IID representing the COM IEnumVARIANT.
IID - Static variable in interface org.jinterop.dcom.impls.automation.IJITypeInfo
IID representing the COM ITypeInfo.
IID - Static variable in interface org.jinterop.dcom.impls.automation.IJITypeLib
IID representing the COM ITypeLib.
IID_IDispatch - Static variable in class org.jinterop.dcom.impls.automation.Internal_JIAutomationFactory
IID of IDispatch [IJIDispatch].
IID_IEnumVariant - Static variable in class org.jinterop.dcom.impls.automation.Internal_JIAutomationFactory
IID of IEnumVARIANT [IJIEnumVARIANT].
IID_ITypeInfo - Static variable in class org.jinterop.dcom.impls.automation.Internal_JIAutomationFactory
IID of ITypeInfo [IJITypeInfo].
IID_ITypeLib - Static variable in class org.jinterop.dcom.impls.automation.Internal_JIAutomationFactory
IID of ITypeLib [IJITypeLib].
IJIAuthInfo - Interface in org.jinterop.dcom.common
Interface for setting user credentials.
IJIComObject - Interface in org.jinterop.dcom.core
Represents a Windows COM Object.
IJICOMRuntimeWorker - Interface in org.jinterop.dcom.common
Framework Internal.
IJIDispatch - Interface in org.jinterop.dcom.impls.automation
Represents the Windows COM IDispatch Interface.
IJIEnumVariant - Interface in org.jinterop.dcom.impls.automation
Represents the Windows COM IEnumVARIANT Interface.
IJITypeInfo - Interface in org.jinterop.dcom.impls.automation
Represents the Windows COM ITypeInfo Interface.
IJITypeLib - Interface in org.jinterop.dcom.impls.automation
Represents the Windows COM ITypeLib Interface.
IJIUnreferenced - Interface in org.jinterop.dcom.common
Implement this interface receive notifications for IJIComObjects when they get garbage collected.
IJIUnsigned - Interface in org.jinterop.dcom.core
Java representation of a C++ unsigned number.
IJIWinReg - Interface in org.jinterop.winreg
Perform C-R-U-D on the Windows Registry.
IJIWinReg.closeKey - Class in org.jinterop.winreg
 
IJIWinReg.closeKey() - Constructor for class org.jinterop.winreg.IJIWinReg.closeKey
 
IJIWinReg.createKey - Class in org.jinterop.winreg
 
IJIWinReg.createKey() - Constructor for class org.jinterop.winreg.IJIWinReg.createKey
 
IJIWinReg.deleteValueOrKey - Class in org.jinterop.winreg
 
IJIWinReg.deleteValueOrKey() - Constructor for class org.jinterop.winreg.IJIWinReg.deleteValueOrKey
 
IJIWinReg.enumKey - Class in org.jinterop.winreg
 
IJIWinReg.enumKey() - Constructor for class org.jinterop.winreg.IJIWinReg.enumKey
 
IJIWinReg.enumValue - Class in org.jinterop.winreg
 
IJIWinReg.enumValue() - Constructor for class org.jinterop.winreg.IJIWinReg.enumValue
 
IJIWinReg.openHKCR - Class in org.jinterop.winreg
 
IJIWinReg.openHKCR() - Constructor for class org.jinterop.winreg.IJIWinReg.openHKCR
 
IJIWinReg.openHKCU - Class in org.jinterop.winreg
 
IJIWinReg.openHKCU() - Constructor for class org.jinterop.winreg.IJIWinReg.openHKCU
 
IJIWinReg.openHKLM - Class in org.jinterop.winreg
 
IJIWinReg.openHKLM() - Constructor for class org.jinterop.winreg.IJIWinReg.openHKLM
 
IJIWinReg.openHKU - Class in org.jinterop.winreg
 
IJIWinReg.openHKU() - Constructor for class org.jinterop.winreg.IJIWinReg.openHKU
 
IJIWinReg.openKey - Class in org.jinterop.winreg
 
IJIWinReg.openKey() - Constructor for class org.jinterop.winreg.IJIWinReg.openKey
 
IJIWinReg.queryValue - Class in org.jinterop.winreg
 
IJIWinReg.queryValue() - Constructor for class org.jinterop.winreg.IJIWinReg.queryValue
 
IJIWinReg.saveFile - Class in org.jinterop.winreg
 
IJIWinReg.saveFile() - Constructor for class org.jinterop.winreg.IJIWinReg.saveFile
 
IJIWinReg.setValue - Class in org.jinterop.winreg
 
IJIWinReg.setValue() - Constructor for class org.jinterop.winreg.IJIWinReg.setValue
 
IMPLTYPEFLAG_FDEFAULT - Static variable in interface org.jinterop.dcom.impls.automation.ImplTypeFlags
The interface or dispinterface represents the default for the source or sink.
IMPLTYPEFLAG_FDEFAULTVTABLE - Static variable in interface org.jinterop.dcom.impls.automation.ImplTypeFlags
Sinks receive events through the VTBL.
IMPLTYPEFLAG_FRESTRICTED - Static variable in interface org.jinterop.dcom.impls.automation.ImplTypeFlags
The member should not be displayed or programmable by users.
IMPLTYPEFLAG_FSOURCE - Static variable in interface org.jinterop.dcom.impls.automation.ImplTypeFlags
This member of a coclass is called rather than implemented.
ImplTypeFlags - Interface in org.jinterop.dcom.impls.automation
Implements the IMPLTYPEFLAGS structure of COM Automation.
index - Variable in class org.jinterop.winreg.IJIWinReg.enumKey
 
index - Variable in class org.jinterop.winreg.IJIWinReg.enumValue
 
init(PresentationContext, Properties) - Method in class org.jinterop.dcom.transport.JIComRuntimeConnectionContext
 
init(PresentationContext, Properties) - Method in class org.jinterop.dcom.transport.JIComRuntimeNTLMConnectionContext
 
INPLACE_E_NOTOOLSPACE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Space for tools is not available.
insertInParamAsArrayAt(int, JIArray, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as JIArray at the specified index in the Parameter list.
insertInParamAsBooleanAt(int, boolean, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as boolean at the specified index in the Parameter list.
insertInParamAsCharacterAt(int, char, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as char at the specified index in the Parameter list.
insertInParamAsComObjectAt(int, IJIComObject, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as IJIComObject at the specified index in the Parameter list.
insertInParamAsDoubleAt(int, double, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as double at the specified index in the Parameter list.
insertInParamAsFloatAt(int, float, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as float at the specified index in the Parameter list.
insertInParamAsIntAt(int, int, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as int at the specified index in the Parameter list.
insertInParamAsObjectAt(int, Object, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as Object at the specified index in the Parameter list.
insertInParamAsPointerAt(int, JIPointer, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as JIPointer at the specified index in the Parameter list.
insertInParamAsShortAt(int, short, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as short at the specified index in the Parameter list.
insertInParamAsStringAt(int, String, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as String at the specified index in the Parameter list.
insertInParamAsStructAt(int, JIStruct, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as JIStruct at the specified index in the Parameter list.
insertInParamAsUnsignedAt(int, IJIUnsigned, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as IJIUnsigned at the specified index in the Parameter list.
insertInParamAsUUIDAt(int, String, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as String representation of UUID at the specified index in the Parameter list.
insertInParamAsVariantAt(int, JIVariant, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as JIVariant at the specified index in the Parameter list.
insertOutParamAt(int, Object, int) - Method in class org.jinterop.dcom.core.JICallBuilder
insert an [out] parameter at the specified index in the out parameter list.
instantiateComObject(JISession, byte[], String) - Static method in class org.jinterop.dcom.core.JIFrameworkHelper
Returns an Interface Pointer representation from raw bytes.
instantiateComObject(JISession, IJIComObject) - Static method in class org.jinterop.dcom.core.JIFrameworkHelper
Typically used in the Man-In-The-Middle scenario, where one j-Interop system interacts with another over the wire.
instantiateLocalComObject(JISession, JILocalCoClass) - Static method in class org.jinterop.dcom.core.JIFrameworkHelper
Returns an Interface Pointer representation for the Java Component
internal_dumpMap() - Static method in class org.jinterop.dcom.common.JISystem
 
internal_getConnectionInfo(String) - Method in interface org.jinterop.dcom.core.IJIComObject
Framework Internal Returns the ConnectionPoint (IJIComObject) and it's Cookie.
internal_getConnectionInfo(String) - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
internal_getInterfacePointer() - Method in interface org.jinterop.dcom.core.IJIComObject
Framework Internal Returns self Interface pointer.
internal_getInterfacePointer() - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
internal_getSocket() - Static method in class org.jinterop.dcom.common.JISystem
synchronisation will be performed by the oxid master
internal_initLogger() - Static method in class org.jinterop.dcom.common.JISystem
 
Internal_JIAutomationFactory - Class in org.jinterop.dcom.impls.automation
Creates automation related objects.
Internal_JIAutomationFactory() - Constructor for class org.jinterop.dcom.impls.automation.Internal_JIAutomationFactory
 
internal_removeConnectionInfo(String) - Method in interface org.jinterop.dcom.core.IJIComObject
Framework Internal Returns and Removes the connection info from the internal map.
internal_removeConnectionInfo(String) - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
internal_setClsidtoProgId(String, String) - Static method in class org.jinterop.dcom.common.JISystem
Stores it in a temporary hash map here, and this is later persisted when the library is shutdown
internal_setConnectionInfo(IJIComObject, Integer) - Method in interface org.jinterop.dcom.core.IJIComObject
Adds a connection point information and it's cookie to the connectionPointMap internally.
internal_setConnectionInfo(IJIComObject, Integer) - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
internal_setDeffered(boolean) - Method in interface org.jinterop.dcom.core.IJIComObject
Framework Internal
internal_setDeffered(boolean) - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
internal_setSocket(Object) - Static method in class org.jinterop.dcom.common.JISystem
synchronisation will be performed by the oxid master
internal_writeProgIdsToFile() - Static method in class org.jinterop.dcom.common.JISystem
Should be called from system shut down only
INVOKE_FUNC - Static variable in interface org.jinterop.dcom.impls.automation.InvokeKind
The member is called using a normal function invocation syntax
INVOKE_PROPERTYGET - Static variable in interface org.jinterop.dcom.impls.automation.InvokeKind
The function is invoked using a normal property-access syntax.
INVOKE_PROPERTYPUT - Static variable in interface org.jinterop.dcom.impls.automation.InvokeKind
The function is invoked using a property value assignment syntax.
INVOKE_PROPERTYPUTREF - Static variable in interface org.jinterop.dcom.impls.automation.InvokeKind
The function is invoked using a property reference assignment syntax.
invokeKind - Variable in class org.jinterop.dcom.impls.automation.FuncDesc
Invocation kind.
InvokeKind - Interface in org.jinterop.dcom.impls.automation
Implements the INVOKEKIND structure of COM Automation.
isArray() - Method in class org.jinterop.dcom.core.JIVariant
 
isAutoRegistrationSet() - Static method in class org.jinterop.dcom.common.JISystem
Returns true is auto registration is enabled.
isAutoRegistrationSet() - Method in class org.jinterop.dcom.core.JIClsid
Returns the status of the auto registration flag for the component identified by this object.
isAutoRegistrationSet() - Method in class org.jinterop.dcom.core.JIProgId
Returns the status of the auto registration flag for the component identified by this object.
isByRefFlagSet() - Method in class org.jinterop.dcom.core.JIVariant
 
isCoClassUnderRealIID() - Method in class org.jinterop.dcom.core.JILocalCoClass
Returns true if the primary interface definition represents a real IID .
isConformant() - Method in class org.jinterop.dcom.core.JIArray
Status whether the array is conformant or not.
isDispatchSupported() - Method in interface org.jinterop.dcom.core.IJIComObject
Returns true if IDispatch interface is supported by this object.
isDispatchSupported() - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
isDispInterface() - Method in class org.jinterop.dcom.core.JILocalInterfaceDefinition
Returns status whether this interface supports IDispatch or not.
isError() - Method in class org.jinterop.dcom.core.JICallBuilder
Returns true incase the Call resulted in an exception, use getHRESULT to get the error code.
isEstablished() - Method in class org.jinterop.dcom.transport.JIComRuntimeConnectionContext
 
isEstablished() - Method in class org.jinterop.dcom.transport.JIComRuntimeNTLMConnectionContext
 
isJavaCoClassAutoCollectionSet() - Static method in class org.jinterop.dcom.common.JISystem
Status of autoCollection flag.
isKey - Variable in class org.jinterop.winreg.IJIWinReg.deleteValueOrKey
 
isLocalReference() - Method in interface org.jinterop.dcom.core.IJIComObject
Returns true if this COM object represents a local Java reference obtained by JIObjectFactory.buildObject(JISession, JILocalCoClass).
isLocalReference() - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
isNTLMv2Enabled() - Method in class org.jinterop.dcom.core.JISession
Flag indicating whether NTLMv2 security is enabled.
isNull() - Method in class org.jinterop.dcom.core.JIPointer
Returns status if this pointer is null.
isNull() - Method in class org.jinterop.dcom.core.JIVariant
Returns whether this variant is a NULL variant.
isReference() - Method in class org.jinterop.dcom.core.JIPointer
Returns status whether this is a reference type pointer or not.
isResolver() - Method in interface org.jinterop.dcom.common.IJICOMRuntimeWorker
 
isSessionSecurityEnabled() - Method in class org.jinterop.dcom.core.JISession
Flag indicating whether session security is enabled.
isSSOEnabled() - Method in class org.jinterop.dcom.core.JISession
Returns whether this session is SSO or not.
isVarying() - Method in class org.jinterop.dcom.core.JIArray
Status whether the array is varying or not.

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
Incorrect or Invalid Parameter(s) specified.
JI_COMOBJ_LOCAL_REF - Static variable in class org.jinterop.dcom.common.JIErrorCodes
This API cannot be invoked on local references.
JI_COMSTUB_ILLEGAL_ARGUMENTS - Static variable in class org.jinterop.dcom.common.JIErrorCodes
progId\clsid,address,session cannot be empty or null.
JI_COMSTUB_ILLEGAL_ARGUMENTS2 - Static variable in class org.jinterop.dcom.common.JIErrorCodes
S.S.O cannot be used with ProgId based ctors.
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 JILocalCoClass 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
JILocalMethodDescriptor is being added to a JILocalInterfaceDefinition 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_ATTACHED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
A session is already attached with this COM object.
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_SESSION_DESTROYED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The associated session is being destroyed.
JI_SESSION_NOT_ATTACHED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
A session is not attached with this object , use JIObjectFactory.buildObject(JISession, IJIComObject) to attach a session with this object.
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,...).
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_WIN_ONLY - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The associated session is being destroyed.
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 a C++ array which can display both conformant and standard behaviors.
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
Refer to JIArray.JIArray(Class, int[], int, boolean)
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
Refer to JIArray.JIArray(Object, int[], int, boolean) for details.
JIArray(Object, boolean) - Constructor for class org.jinterop.dcom.core.JIArray
Creates an object with array parameter as the nested Array.
JIArray(Object, boolean, boolean) - Constructor for class org.jinterop.dcom.core.JIArray
Refer JIArray.JIArray(Object, boolean)
JIArray(Object) - Constructor for class org.jinterop.dcom.core.JIArray
Creates an object with array parameter as the nested Array.
JIAutomationException - Exception in org.jinterop.dcom.impls.automation
Class for signifying Automation related exceptions.
JIAutomationException(JIException) - Constructor for exception org.jinterop.dcom.impls.automation.JIAutomationException
 
JICallBuilder - Class in org.jinterop.dcom.core
Class used for setting up information such as [in] ,[out] parameters and the method number for executing a call to the COM server.
JICallBuilder(boolean) - Constructor for class org.jinterop.dcom.core.JICallBuilder
Constructs a builder object.
JICallBuilder() - Constructor for class org.jinterop.dcom.core.JICallBuilder
Constructs a builder object.
JIClsid - Class in org.jinterop.dcom.core
Wrapper for class identifier to a COM Object.
JIComEndpoint - Class in org.jinterop.dcom.transport
 
JIComObjectImplWrapper - Class in org.jinterop.dcom.core
Internal Framework class.
JIComObjectImplWrapper(IJIComObject) - Constructor for class org.jinterop.dcom.core.JIComObjectImplWrapper
 
JIComRuntimeConnectionContext - Class in org.jinterop.dcom.transport
 
JIComRuntimeConnectionContext() - Constructor for class org.jinterop.dcom.transport.JIComRuntimeConnectionContext
 
JIComRuntimeEndpoint - Class in org.jinterop.dcom.transport
 
JIComRuntimeNTLMConnectionContext - Class in org.jinterop.dcom.transport
 
JIComRuntimeNTLMConnectionContext() - Constructor for class org.jinterop.dcom.transport.JIComRuntimeNTLMConnectionContext
 
JIComRuntimeTransportFactory - Class in org.jinterop.dcom.transport
 
JIComServer - Class in org.jinterop.dcom.core
Startup class representing a COM Server.
JIComServer(JIProgId, JISession) - Constructor for class org.jinterop.dcom.core.JIComServer
JIProgId based constructor with the host machine for COM server being LOCALHOST.
JIComServer(JIClsid, JISession) - Constructor for class org.jinterop.dcom.core.JIComServer
JIClsid based constructor with the host machine for COM server being LOCALHOST.
JIComServer(JIProgId, String, JISession) - Constructor for class org.jinterop.dcom.core.JIComServer
Refer JIComServer.JIComServer(JIProgId, JISession) for details.
JIComServer(JIClsid, String, JISession) - Constructor for class org.jinterop.dcom.core.JIComServer
Refer JIComServer.JIComServer(JIClsid, JISession) for details.
JIComTransportFactory - Class in org.jinterop.dcom.transport
 
JIComVersion - Class in org.jinterop.dcom.common
Framework Internal.
JIComVersion() - Constructor for class org.jinterop.dcom.common.JIComVersion
 
JIComVersion(int, int) - Constructor for class org.jinterop.dcom.common.JIComVersion
 
JICurrency - Class in org.jinterop.dcom.core
Definition from MSDN: encapsulates the CURRENCY data type used in Automation.
JICurrency(String) - Constructor for class org.jinterop.dcom.core.JICurrency
 
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.
JIExcepInfo - Class in org.jinterop.dcom.impls.automation
Exposes error code , exception source, exception description and help file path for an unsuccessful IJIDispatch operation.
JIException - Exception in org.jinterop.dcom.common
Exception class for the framework.
JIException(int, String) - Constructor for exception org.jinterop.dcom.common.JIException
 
JIException(int) - Constructor for exception org.jinterop.dcom.common.JIException
 
JIException(int, Throwable) - Constructor for exception org.jinterop.dcom.common.JIException
 
JIException(JIRuntimeException) - Constructor for exception org.jinterop.dcom.common.JIException
 
JIException(int, String, Throwable) - Constructor for exception org.jinterop.dcom.common.JIException
 
JIFlags - Class in org.jinterop.dcom.core
Class representing various flags used in the system.
JIFrameworkHelper - Class in org.jinterop.dcom.core
Internal Framework Helper class.
JIFrameworkHelper() - Constructor for class org.jinterop.dcom.core.JIFrameworkHelper
 
JILocalCoClass - Class in org.jinterop.dcom.core
Represents a Java COCLASS.
JILocalCoClass(JILocalInterfaceDefinition, Class) - Constructor for class org.jinterop.dcom.core.JILocalCoClass
Creates a local class instance.
JILocalCoClass(JILocalInterfaceDefinition, Class, boolean) - Constructor for class org.jinterop.dcom.core.JILocalCoClass
Refer JILocalCoClass.JILocalCoClass(JILocalInterfaceDefinition, Class).
JILocalCoClass(JILocalInterfaceDefinition, Object) - Constructor for class org.jinterop.dcom.core.JILocalCoClass
Creates a local class instance.
JILocalCoClass(JILocalInterfaceDefinition, Object, boolean) - Constructor for class org.jinterop.dcom.core.JILocalCoClass
Creates a local class instance.
JILocalInterfaceDefinition - Class in org.jinterop.dcom.core
Forms the definition of a COM interface to be used in callbacks.
JILocalInterfaceDefinition(String) - Constructor for class org.jinterop.dcom.core.JILocalInterfaceDefinition
Creates an Interface definition.
JILocalInterfaceDefinition(String, boolean) - Constructor for class org.jinterop.dcom.core.JILocalInterfaceDefinition
Creates an Interface definition.
JILocalMethodDescriptor - Class in org.jinterop.dcom.core
Describe a method of the COM IDL to be used in Callback implementations.
JILocalMethodDescriptor(String, JILocalParamsDescriptor) - Constructor for class org.jinterop.dcom.core.JILocalMethodDescriptor
Creates the method descriptor.
JILocalMethodDescriptor(String, int, JILocalParamsDescriptor) - Constructor for class org.jinterop.dcom.core.JILocalMethodDescriptor
Creates the method descriptor.
JILocalParamsDescriptor - Class in org.jinterop.dcom.core
Provides a way to express parameters for a particular method.
JILocalParamsDescriptor() - Constructor for class org.jinterop.dcom.core.JILocalParamsDescriptor
 
JIObjectFactory - Class in org.jinterop.dcom.impls
Factory class for creating COM objects.
JIObjectFactory() - Constructor for class org.jinterop.dcom.impls.JIObjectFactory
 
JIOPCEventSink - Class in org.jinterop.dcom.test
 
JIOPCEventSink() - Constructor for class org.jinterop.dcom.test.JIOPCEventSink
 
JIPointer - Class in org.jinterop.dcom.core
Representation of a COM pointer.
JIPointer(Class, boolean) - Constructor for class org.jinterop.dcom.core.JIPointer
Creates an instance of this class where the referent is of the type value.
JIPointer(Object, boolean) - Constructor for class org.jinterop.dcom.core.JIPointer
Creates an instance of this class where the referent is value.
JIPointer(Object) - Constructor for class org.jinterop.dcom.core.JIPointer
Creates an instance of this class where the referent is value.
JIPolicyHandle - Class in org.jinterop.winreg
Policy handle for each key.
JIPolicyHandle(boolean) - Constructor for class org.jinterop.winreg.JIPolicyHandle
 
JIProgId - Class in org.jinterop.dcom.core
Wrapper class used to define user friendly ProgID.
JIRuntimeException - Exception in org.jinterop.dcom.common
Framework Internal class.
JIRuntimeException(int) - Constructor for exception org.jinterop.dcom.common.JIRuntimeException
 
JIRuntimeException(int, Object[]) - Constructor for exception org.jinterop.dcom.common.JIRuntimeException
 
JISession - Class in org.jinterop.dcom.core
Representation of an active session with a COM server.
JIString - Class in org.jinterop.dcom.core
Class representing a COM string.
JIString(int) - Constructor for class org.jinterop.dcom.core.JIString
Creates an object of the specified type.
JIString(String, int) - Constructor for class org.jinterop.dcom.core.JIString
Creates a string object of a given type.
JIString(String) - Constructor for class org.jinterop.dcom.core.JIString
Creates a 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
Class implemented for defining system wide changes.
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 an object with discriminant type specified.
JIUnsignedByte - Class in org.jinterop.dcom.core
Class representing the unsigned c++ byte.
JIUnsignedFactory - Class in org.jinterop.dcom.core
Representation of C++ "Unsigned Types".
JIUnsignedFactory() - Constructor for class org.jinterop.dcom.core.JIUnsignedFactory
 
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.
JIUserCallBuilder - Class in org.jinterop.dcom.core
Users can implement this class to provide for custom handling of there objects
JIUserCallBuilder(boolean) - Constructor for class org.jinterop.dcom.core.JIUserCallBuilder
 
JIUserCallBuilder() - Constructor for class org.jinterop.dcom.core.JIUserCallBuilder
 
JIVariant - Class in org.jinterop.dcom.core
Class representing the VARIANT datatype.
JIVariant(JIVariant) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT as reference to another.
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(IJIComObject, boolean) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with an IJIComObject.
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(IJIComObject) - Constructor for class org.jinterop.dcom.core.JIVariant
Setting up a VARIANT with an IJIComObject.
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.
JIWinRegStub - Class in org.jinterop.winreg.smb
 
JIWinRegStub(IJIAuthInfo, String) - Constructor for class org.jinterop.winreg.smb.JIWinRegStub
 
JIWinRegStub(String) - Constructor for class org.jinterop.winreg.smb.JIWinRegStub
 

K

KainTest - Class in org.jinterop.dcom.test
 
KainTest(String, String[]) - Constructor for class org.jinterop.dcom.test.KainTest
 
key - Variable in class org.jinterop.winreg.IJIWinReg.closeKey
 
key - Variable in class org.jinterop.winreg.IJIWinReg.createKey
 
key - Variable in class org.jinterop.winreg.IJIWinReg.openKey
 
key - Variable in class org.jinterop.winreg.IJIWinReg.queryValue
 
KEY_ALL_ACCESS - Static variable in interface org.jinterop.winreg.IJIWinReg
 
KEY_CREATE_LINK - Static variable in interface org.jinterop.winreg.IJIWinReg
 
KEY_CREATE_SUB_KEY - Static variable in interface org.jinterop.winreg.IJIWinReg
 
KEY_ENUMERATE_SUB_KEYS - Static variable in interface org.jinterop.winreg.IJIWinReg
 
KEY_EXECUTE - Static variable in interface org.jinterop.winreg.IJIWinReg
 
KEY_NOTIFY - Static variable in interface org.jinterop.winreg.IJIWinReg
 
KEY_QUERY_VALUE - Static variable in interface org.jinterop.winreg.IJIWinReg
 
KEY_READ - Static variable in interface org.jinterop.winreg.IJIWinReg
 
KEY_SET_VALUE - Static variable in interface org.jinterop.winreg.IJIWinReg
 
KEY_WRITE - Static variable in interface org.jinterop.winreg.IJIWinReg
 

L

lcid - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
Locale of member names and doc strings.
lengthInBytes - Variable in class org.jinterop.winreg.IJIWinReg.setValue
 
lLbound - Variable in class org.jinterop.dcom.impls.automation.SafeArrayBounds
 
lprgelemdescParam - Variable in class org.jinterop.dcom.impls.automation.FuncDesc
 
lprgscode - Variable in class org.jinterop.dcom.impls.automation.FuncDesc
 
lpstrSchema - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
lpstrSchema - Variable in class org.jinterop.dcom.impls.automation.VarDesc
 
lpVarValue - Variable in class org.jinterop.dcom.impls.automation.ParamDesc
 

M

main(String[]) - Static method in class org.jinterop.dcom.test.KainTest
 
Main - Class in org.jinterop.dcom.test
 
Main() - Constructor for class org.jinterop.dcom.test.Main
 
main(String[]) - Static method in class org.jinterop.dcom.test.Main
 
main(String[]) - Static method in class org.jinterop.dcom.test.MetrikonOPC
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSADO
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSEnumVariant
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSExcel
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSExcel2
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSExcel2_Test
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSExcel3
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSInternetExplorer
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSOutLookExpressContacts
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSPowerPoint
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSPowerPoint2
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSShell
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSSysInfo
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSTypeLibraryBrowser
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSTypeLibraryBrowser2
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSWMI
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSWMI2
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSWord
 
main(String[]) - Static method in class org.jinterop.dcom.test.MSWord2
 
main(String[]) - Static method in class org.jinterop.dcom.test.QtpComTest
 
main(String[]) - Static method in class org.jinterop.dcom.test.SampleTestServer
 
main(String[]) - Static method in class org.jinterop.dcom.test.SampleTestServerCallback
 
main(String[]) - Static method in class org.jinterop.dcom.test.Test
 
main(String[]) - Static method in class org.jinterop.dcom.test.Test10KServer
 
main(String[]) - Static method in class org.jinterop.dcom.test.Test_ITestServer2_Impl
 
main(String[]) - Static method in class org.jinterop.dcom.test.TestCOMServer
 
main(String[]) - Static method in class org.jinterop.dcom.test.TestJIThreading
 
main(String[]) - Static method in class org.jinterop.dcom.test.TestWinNativeSSO
 
main(String[]) - Static method in class org.jinterop.dcom.test.TestWinReg
 
main(String[]) - Static method in class org.jinterop.dcom.test.WshShell
 
makeVariant(Object) - Static method in class org.jinterop.dcom.core.JIVariant
Returns a JIVariant (of the right type) based on the o.getClass()
makeVariant(Object, boolean) - Static method in class org.jinterop.dcom.core.JIVariant
Returns a JIVariant (of the right type) based on the o.getClass()
mapHostNametoIP(String, String) - Static method in class org.jinterop.dcom.common.JISystem
Adds a mapping between the hostname and its IP.
MEMBER_IS_EMPTY - Static variable in class org.jinterop.dcom.core.JIStruct
 
memberId - Variable in class org.jinterop.dcom.impls.automation.FuncDesc
Function member ID.
memberId - Variable in class org.jinterop.dcom.impls.automation.VarDesc
 
memidConstructor - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
ID of constructor, or MEMBERID_NIL if none.
memidDestructor - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
ID of destructor, or MEMBERID_NIL if none.
MetrikonOPC - Class in org.jinterop.dcom.test
 
MetrikonOPC(String, String[]) - Constructor for class org.jinterop.dcom.test.MetrikonOPC
 
MSADO - Class in org.jinterop.dcom.test
 
MSADO(String, String[]) - Constructor for class org.jinterop.dcom.test.MSADO
 
MSEnumVariant - Class in org.jinterop.dcom.test
 
MSEnumVariant(String, String[]) - Constructor for class org.jinterop.dcom.test.MSEnumVariant
 
MSExcel - Class in org.jinterop.dcom.test
 
MSExcel(String, String[]) - Constructor for class org.jinterop.dcom.test.MSExcel
 
MSExcel2 - Class in org.jinterop.dcom.test
 
MSExcel2(String, String[]) - Constructor for class org.jinterop.dcom.test.MSExcel2
 
MSExcel2_Test - Class in org.jinterop.dcom.test
 
MSExcel2_Test(String, String[]) - Constructor for class org.jinterop.dcom.test.MSExcel2_Test
 
MSExcel3 - Class in org.jinterop.dcom.test
 
MSExcel3(String, String[]) - Constructor for class org.jinterop.dcom.test.MSExcel3
 
MSInternetExplorer - Class in org.jinterop.dcom.test
 
MSInternetExplorer(String, String[]) - Constructor for class org.jinterop.dcom.test.MSInternetExplorer
 
MSOutLookExpressContacts - Class in org.jinterop.dcom.test
 
MSPowerPoint - Class in org.jinterop.dcom.test
 
MSPowerPoint(String, String[]) - Constructor for class org.jinterop.dcom.test.MSPowerPoint
 
MSPowerPoint2 - Class in org.jinterop.dcom.test
 
MSPowerPoint2(String, String[]) - Constructor for class org.jinterop.dcom.test.MSPowerPoint2
 
MSShell - Class in org.jinterop.dcom.test
 
MSSysInfo - Class in org.jinterop.dcom.test
 
MSTypeLibraryBrowser - Class in org.jinterop.dcom.test
 
MSTypeLibraryBrowser(String, String[]) - Constructor for class org.jinterop.dcom.test.MSTypeLibraryBrowser
 
MSTypeLibraryBrowser2 - Class in org.jinterop.dcom.test
 
MSTypeLibraryBrowser2(String, String[]) - Constructor for class org.jinterop.dcom.test.MSTypeLibraryBrowser2
 
MSWMI - Class in org.jinterop.dcom.test
 
MSWMI(String, String[]) - Constructor for class org.jinterop.dcom.test.MSWMI
 
MSWMI2 - Class in org.jinterop.dcom.test
WMI example showing how to use a new logger implementation.
MSWMI2(String, String[]) - Constructor for class org.jinterop.dcom.test.MSWMI2
 
MSWord - Class in org.jinterop.dcom.test
 
MSWord(String, String[]) - Constructor for class org.jinterop.dcom.test.MSWord
 
MSWord2 - Class in org.jinterop.dcom.test
 
MSWord2(String, String[]) - Constructor for class org.jinterop.dcom.test.MSWord2
 

N

narrowObject(IJIComObject) - Static method in class org.jinterop.dcom.impls.automation.Internal_JIAutomationFactory
 
narrowObject(IJIComObject) - Static method in class org.jinterop.dcom.impls.JIObjectFactory
Narrows the comObject into its right type based on it's IID.
narrowObject(JISession, IJIComObject) - Static method in class org.jinterop.dcom.impls.JIObjectFactory
Typically used in the Man-In-The-Middle scenario.
NavigateComplete2(IJIComObject, JIVariant) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
NavigateError(IJIComObject, JIVariant, JIVariant, JIVariant, JIVariant) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
newlyCreated - Variable in class org.jinterop.winreg.JIPolicyHandle
True, if the key was newly created.
NewWindow2(JIVariant, JIVariant) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
NewWindow3(JIVariant, JIVariant, int, JIString, JIString) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
next(int) - Method in interface org.jinterop.dcom.impls.automation.IJIEnumVariant
Definition from MSDN: Attempts to get the next celt items in the enumeration sequence.
NULL() - Static method in class org.jinterop.dcom.core.JIVariant
NULL VARIANT .

O

obtainReference() - Method in interface org.jinterop.dcom.test.FirstContact
 
obtainReference() - Method in class org.jinterop.dcom.test.FirstContact_Stub
 
onEvent(JIStruct[]) - Method in interface org.jinterop.dcom.test.EventNotificationListener
 
onEvent(int, int, int, int, JIArray) - Method in class org.jinterop.dcom.test.JIOPCEventSink
This method is provided by the client to handle notifications from the OPCEventSubscription for events.
OnFullScreen(boolean) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
OnMenuBar(boolean) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
OnQuit() - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
OnStatusBar(boolean) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
OnTheaterMode(boolean) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
OnToolBar(boolean) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
OnVisible(boolean) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
OPC_IID - Static variable in class org.jinterop.dcom.test.JIOPCEventSink
 
openPresentation(String) - Method in class org.jinterop.dcom.test.MSPowerPoint2
 
OPTIONAL_PARAM() - Static method in class org.jinterop.dcom.core.JIVariant
OPTIONAL PARAM.
options - Variable in class org.jinterop.winreg.IJIWinReg.createKey
 
org.jinterop.dcom.common - package org.jinterop.dcom.common
Defines classes to make system wide changes to the library.
org.jinterop.dcom.core - package org.jinterop.dcom.core
Defines the classes and data structures required to work with j-Interop.
org.jinterop.dcom.impls - package 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 - package org.jinterop.dcom.impls.automation
Defines out-of-box classes for usage with COM servers supporting automation.
org.jinterop.dcom.test - package org.jinterop.dcom.test
 
org.jinterop.dcom.transport - package org.jinterop.dcom.transport
 
org.jinterop.winreg - package org.jinterop.winreg
Defines classes to access Windows Registry.
org.jinterop.winreg.smb - package org.jinterop.winreg.smb
 
OUT_IDISPATCH() - Static method in class org.jinterop.dcom.core.JIVariant
VARIANT for ([out] IDispatch*).
OUT_IUNKNOWN() - Static method in class org.jinterop.dcom.core.JIVariant
VARIANT for ([out] IUnknown*).
OUTPARAMforType(Class, boolean) - Static method in class org.jinterop.dcom.core.JIVariant
 
oVft - Variable in class org.jinterop.dcom.impls.automation.FuncDesc
For FUNC_VIRTUAL, specifies the offset in the VTBL.

P

paramDesc - Variable in class org.jinterop.dcom.impls.automation.ElemDesc
Information about the parameter.
ParamDesc - Class in org.jinterop.dcom.impls.automation
Implements the PARAMDESC structure of COM Automation.
PARAMFLAG_FHASCUSTDATA - Static variable in class org.jinterop.dcom.impls.automation.ParamDesc
 
PARAMFLAG_FHASDEFAULT - Static variable in class org.jinterop.dcom.impls.automation.ParamDesc
 
PARAMFLAG_FIN - Static variable in class org.jinterop.dcom.impls.automation.ParamDesc
 
PARAMFLAG_FLCID - Static variable in class org.jinterop.dcom.impls.automation.ParamDesc
 
PARAMFLAG_FOPT - Static variable in class org.jinterop.dcom.impls.automation.ParamDesc
 
PARAMFLAG_FOUT - Static variable in class org.jinterop.dcom.impls.automation.ParamDesc
 
PARAMFLAG_FRETVAL - Static variable in class org.jinterop.dcom.impls.automation.ParamDesc
 
PARAMFLAG_NONE - Static variable in class org.jinterop.dcom.impls.automation.ParamDesc
 
parentKey - Variable in class org.jinterop.winreg.IJIWinReg.createKey
 
parentKey - Variable in class org.jinterop.winreg.IJIWinReg.deleteValueOrKey
 
parentKey - Variable in class org.jinterop.winreg.IJIWinReg.enumKey
 
parentKey - Variable in class org.jinterop.winreg.IJIWinReg.enumValue
 
parentKey - Variable in class org.jinterop.winreg.IJIWinReg.openKey
 
parentKey - Variable in class org.jinterop.winreg.IJIWinReg.queryValue
 
parentKey - Variable in class org.jinterop.winreg.IJIWinReg.saveFile
 
parentKey - Variable in class org.jinterop.winreg.IJIWinReg.setValue
 
pasteArrayToWorkSheet() - Method in class org.jinterop.dcom.test.MSExcel2
 
pasteArrayToWorkSheet(int) - Method in class org.jinterop.dcom.test.MSExcel2_Test
 
pasteStringToWorkSheet() - Method in class org.jinterop.dcom.test.MSExcel
 
performCallback(String[]) - Method in class org.jinterop.dcom.test.SampleTestServer
 
performOp() - Method in class org.jinterop.dcom.test.KainTest
 
performOp() - Method in class org.jinterop.dcom.test.MetrikonOPC
 
performOp() - Method in class org.jinterop.dcom.test.MSADO
 
performOp() - Method in class org.jinterop.dcom.test.MSEnumVariant
 
performOp() - Method in class org.jinterop.dcom.test.MSPowerPoint
 
performOp() - Method in class org.jinterop.dcom.test.MSWMI
 
performOp() - Method in class org.jinterop.dcom.test.MSWMI2
 
performOp() - Method in class org.jinterop.dcom.test.MSWord
 
performOp() - Method in class org.jinterop.dcom.test.MSWord2
 
performSquare(String[]) - Method in class org.jinterop.dcom.test.SampleTestServer
 
policyhandle - Variable in class org.jinterop.winreg.IJIWinReg.closeKey
 
policyhandle - Variable in class org.jinterop.winreg.IJIWinReg.createKey
 
policyhandle - Variable in class org.jinterop.winreg.IJIWinReg.openHKCR
 
policyhandle - Variable in class org.jinterop.winreg.IJIWinReg.openHKCU
 
policyhandle - Variable in class org.jinterop.winreg.IJIWinReg.openHKLM
 
policyhandle - Variable in class org.jinterop.winreg.IJIWinReg.openHKU
 
policyhandle - Variable in class org.jinterop.winreg.IJIWinReg.openKey
 
policyhandle - Variable in class org.jinterop.winreg.IJIWinReg.queryValue
 
PowerStatusChanged() - Method in class org.jinterop.dcom.test.SysInfoEvents
 
PrintTemplateInstantiation(IJIComObject) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
PrintTemplateTeardown(IJIComObject) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
PrivacyImpactedStateChange(boolean) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
processRequests(IJICOMRuntimeWorker, String, List) - Method in class org.jinterop.dcom.transport.JIComRuntimeEndpoint
 
ProgressChange(int, int) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
PropertyChange(JIString) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
put(int, JIVariant) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a propput for the method identified by the dispId.
put(String, JIVariant) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a propput for the method identified by the name parameter.
put(int, Object[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a propput for the method identified by the dispId
put(String, Object[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a propput for the method identified by the name parameter.
putRef(int, JIVariant) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a propputref for the method identified by the dispId.
putRef(String, JIVariant) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a propput for the method identified by the name parameter.
putRef(int, Object[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a propputref for the method identified by the dispId.
putRef(String, Object[]) - Method in interface org.jinterop.dcom.impls.automation.IJIDispatch
Performs a propput for the method identified by the name parameter.

Q

QtpComTest - Class in org.jinterop.dcom.test
 
QtpComTest(String, String, String, String) - Constructor for class org.jinterop.dcom.test.QtpComTest
 
queryInterface(String) - Method in interface org.jinterop.dcom.core.IJIComObject
Retrieve interface references based on iid.
queryInterface(String) - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
quitPowerPoint() - Method in class org.jinterop.dcom.test.MSPowerPoint2
 

R

read(NetworkDataRepresentation) - Method in class org.jinterop.dcom.core.JICallBuilder
 
read(NetworkDataRepresentation) - Method in class org.jinterop.dcom.core.JIUserCallBuilder
 
read(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.closeKey
 
read(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.createKey
 
read(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.deleteValueOrKey
 
read(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.enumKey
 
read(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.enumValue
 
read(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.openHKCR
 
read(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.openHKCU
 
read(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.openHKLM
 
read(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.openHKU
 
read(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.openKey
 
read(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.queryValue
 
read(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.saveFile
 
read(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.setValue
 
readObject(NetworkDataRepresentation) - Method in class org.jinterop.dcom.core.JIUserCallBuilder
 
rebindEndPoint() - Method in class org.jinterop.dcom.transport.JIComEndpoint
 
REG_BINARY - Static variable in interface org.jinterop.winreg.IJIWinReg
Type specifying Binary
REG_DWORD - Static variable in interface org.jinterop.winreg.IJIWinReg
Type specifying DWORD
REG_EXPAND_SZ - Static variable in interface org.jinterop.winreg.IJIWinReg
Type specifying environment string
REG_MULTI_SZ - Static variable in interface org.jinterop.winreg.IJIWinReg
Type specifying mutliple strings (array)
REG_NONE - Static variable in interface org.jinterop.winreg.IJIWinReg
Type specifying empty type
REG_OPTION_NON_VOLATILE - Static variable in interface org.jinterop.winreg.IJIWinReg
 
REG_OPTION_VOLATILE - Static variable in interface org.jinterop.winreg.IJIWinReg
 
REG_SZ - Static variable in interface org.jinterop.winreg.IJIWinReg
Type specifying String
REGDB_E_CLASSNOTREG - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Class not registered
REGDB_E_IIDNOTREG - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Interface not registered
registerUnreferencedHandler(IJIUnreferenced) - Method in interface org.jinterop.dcom.core.IJIComObject
Adds a IJIUnreferenced handler.
registerUnreferencedHandler(IJIUnreferenced) - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
reInit() - Method in class org.jinterop.dcom.core.JICallBuilder
Reinitializes all members of this object.
release() - Method in interface org.jinterop.dcom.core.IJIComObject
Decreases the reference count on the COM server by 5 (currently hard coded).
release() - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
removeInParamAt(int, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Removes [in] parameter at the specified index from the Parameter list.
removeInParamAt(int, int) - Method in class org.jinterop.dcom.core.JILocalParamsDescriptor
Removes [in] parameter at the specified index from the parameter list.
removeListener(EventNotificationListener) - Method in class org.jinterop.dcom.test.JIOPCEventSink
 
removeMember(int) - Method in class org.jinterop.dcom.core.JIStruct
Removes the member from the specified index.
removeMember(Object) - Method in class org.jinterop.dcom.core.JIUnion
Removes the entry , identified by it's discriminant from the parameter list of the union.
removeMethodDescriptor(int) - Method in class org.jinterop.dcom.core.JILocalInterfaceDefinition
Removes the method descriptor identified by it's number.
removeMethodDescriptor(String) - Method in class org.jinterop.dcom.core.JILocalInterfaceDefinition
Removes the method descriptor identified by it's name.
removeOutParamAt(int, int) - Method in class org.jinterop.dcom.core.JICallBuilder
Removes [out] parameter at the specified index from the out parameters list.
reset() - Method in interface org.jinterop.dcom.impls.automation.IJIEnumVariant
Definition from MSDN: Resets the enumeration sequence to the beginning.
retval - Variable in class org.jinterop.winreg.IJIWinReg.enumKey
 
retval - Variable in class org.jinterop.winreg.IJIWinReg.enumValue
 
reverseArrayForDispatch(JIArray) - Static method in class org.jinterop.dcom.core.JIFrameworkHelper
 
RPC_E_CALL_REJECTED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Call was rejected by callee.
RPC_E_DISCONNECTED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The object invoked has disconnected from its clients.
RPC_E_INVALID_DATA - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The stub recieved bad data.
RPC_E_INVALID_IPID - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The requested object or interface does not exist.
RPC_E_INVALID_OBJECT - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The requested object does not exist.
RPC_E_INVALID_OBJREF - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The marshaled interface data packet (OBJREF) has an invalid or unknown format.
RPC_E_INVALID_OXID - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The object exporter was not found.
RPC_E_SERVERFAULT - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The server threw an exception.
RPC_E_SYS_CALL_FAILED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
System call failed.
RPC_E_UNEXPECTED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
An internal error occurred.
RPC_E_VERSION_MISMATCH - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The version of OLE on the client and server machines does not match.
RPC_S_ACCESS_VIOLATION - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Access Violation.
RPC_S_PROCNUM_OUT_OF_RANGE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The procedure number is out of range.
RPC_S_PROCNUM_OUT_OF_RANGE2 - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The procedure number is out of range.
RPC_SERVER_UNAVAILABLE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The RPC server is unavailable.
run() - Method in class org.jinterop.dcom.test.TestJIThreading.TestThread
 
runPresentation(IJIDispatch) - Method in class org.jinterop.dcom.test.MSPowerPoint2
 

S

safeArrayBounds - Variable in class org.jinterop.dcom.impls.automation.ArrayDesc
Variable length array containing one element for each dimension.
SafeArrayBounds - Class in org.jinterop.dcom.impls.automation
Implements the SAFEARRAYBOUNDS structure of COM Automation.
SampleTestServer - Class in org.jinterop.dcom.test
Contributed Code sample.
SampleTestServer(String, String[]) - Constructor for class org.jinterop.dcom.test.SampleTestServer
 
SampleTestServerCallback - Class in org.jinterop.dcom.test
 
SampleTestServerCallback() - Constructor for class org.jinterop.dcom.test.SampleTestServerCallback
 
savePresentationAs(IJIDispatch, String) - Method in class org.jinterop.dcom.test.MSPowerPoint2
 
SCODE - Static variable in class org.jinterop.dcom.core.JIVariant
SCODE VARIANT
setAutoRegisteration(boolean) - Static method in class org.jinterop.dcom.common.JISystem
Indicates to the framework, if Windows Registry settings for DLL\OCX component identified by this object should be modified to add a Surrogate automatically.
setAutoRegistration(boolean) - Method in class org.jinterop.dcom.core.JIClsid
Indicates to the framework, if Windows Registry settings for DLL\OCX component identified by this object should be modified to add a Surrogate automatically.
setAutoRegistration(boolean) - Method in class org.jinterop.dcom.core.JIProgId
Indicates to the framework, if Windows Registry settings for DLL\OCX component identified by this object should be modified to add a Surrogate automatically.
setCOMVersion(JIComVersion) - Static method in class org.jinterop.dcom.common.JISystem
Sets the COM version which the library would use for communicating with COM servers.
setConformantIntArray() - Method in class org.jinterop.dcom.test.SampleTestServer
 
setCurrentIID(String) - Method in interface org.jinterop.dcom.common.IJICOMRuntimeWorker
 
setCurrentObjectID(UUID) - Method in interface org.jinterop.dcom.common.IJICOMRuntimeWorker
 
setFlag(int) - Method in class org.jinterop.dcom.core.JIVariant
Sets a JIFlags value to be used while encoding (marshalling) this Variant.
setGlobalSocketTimeout(int) - Method in class org.jinterop.dcom.core.JISession
Sets the timeout for all sockets opened to (not fro) the COM server for this session.
setInBuiltLogHandler(boolean) - Static method in class org.jinterop.dcom.common.JISystem
Used to set the in built log handler.
setInParams(Object[], int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [in] parameter as Object[] at the end of the Parameter list.The array is iterated and all members appended to the list.
setInstanceLevelSocketTimeout(int) - Method in interface org.jinterop.dcom.core.IJIComObject
Sets a timeout for all socket level operations done on this object.
setInstanceLevelSocketTimeout(int) - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
setJavaCoClassAutoCollection(boolean) - Static method in class org.jinterop.dcom.common.JISystem
Sometimes the DCOM runtime of Windows will not send a ping on time to the Framework.
setLocale(Locale) - Static method in class org.jinterop.dcom.common.JISystem
Sets the locale, this locale will be used to retrieve the resource bundle for Error Messages.
setMajorVersion(int) - Method in class org.jinterop.dcom.common.JIComVersion
 
setMinorVersion(int) - Method in class org.jinterop.dcom.common.JIComVersion
 
setOpnum(int) - Method in interface org.jinterop.dcom.common.IJICOMRuntimeWorker
 
setOpnum(int) - Method in class org.jinterop.dcom.core.JICallBuilder
Sets the opnum of the API which will be invoked at the COM server.
setOutParams(Object[], int) - Method in class org.jinterop.dcom.core.JICallBuilder
Add [out] parameter as Object[] at the end of the Parameter list.
SetPhishingFilterStatus(int) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
SetSecureLockIcon(int) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
SetSimpleArrayStructArray(String[]) - Method in class org.jinterop.dcom.test.SampleTestServer
 
SetStaticStruct(String[]) - Method in class org.jinterop.dcom.test.SampleTestServer
 
setSupportedEventInterfaces(List) - Method in class org.jinterop.dcom.core.JILocalCoClass
Sets the interface identifiers (IIDs) of the event interfaces this class would support.
setTCharArray() - Method in class org.jinterop.dcom.test.SampleTestServer
 
setUp() - Method in class org.jinterop.dcom.test.TestJIThreading
 
showExcel() - Method in class org.jinterop.dcom.test.MSExcel
 
showExcel() - Method in class org.jinterop.dcom.test.MSExcel2
 
showExcel() - Method in class org.jinterop.dcom.test.MSExcel2_Test
 
showExcel() - Method in class org.jinterop.dcom.test.MSExcel3
 
showPowerPoint() - Method in class org.jinterop.dcom.test.MSPowerPoint
 
showPowerPoint() - Method in class org.jinterop.dcom.test.MSPowerPoint2
 
showQtp() - Method in class org.jinterop.dcom.test.QtpComTest
 
showWord() - Method in class org.jinterop.dcom.test.KainTest
 
showWord() - Method in class org.jinterop.dcom.test.MSWord
 
showWord() - Method in class org.jinterop.dcom.test.MSWord2
 
skip(int) - Method in interface org.jinterop.dcom.impls.automation.IJIEnumVariant
Definition from MSDN: Attempts to skip over the next celt elements in the enumeration sequence.
start() - Method in class org.jinterop.dcom.test.MSTypeLibraryBrowser
 
start() - Method in class org.jinterop.dcom.test.MSTypeLibraryBrowser2
 
startExcel() - Method in class org.jinterop.dcom.test.MSExcel
 
startExcel() - Method in class org.jinterop.dcom.test.MSExcel2
 
startExcel() - Method in class org.jinterop.dcom.test.MSExcel2_Test
 
startExcel() - Method in class org.jinterop.dcom.test.MSExcel3
 
startPowerPoint() - Method in class org.jinterop.dcom.test.MSPowerPoint
 
startPowerPoint() - Method in class org.jinterop.dcom.test.MSPowerPoint2
 
startQTP() - Method in class org.jinterop.dcom.test.QtpComTest
 
startWord() - Method in class org.jinterop.dcom.test.KainTest
 
startWord() - Method in class org.jinterop.dcom.test.MSWord
 
startWord() - Method in class org.jinterop.dcom.test.MSWord2
 
startWScript() - Method in class org.jinterop.dcom.test.WshShell
 
StatusTextChange(JIString) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
SysInfoEvents - Class in org.jinterop.dcom.test
 
SysInfoEvents() - Constructor for class org.jinterop.dcom.test.SysInfoEvents
 

T

tdescAlias - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
if TypeKind == TKIND_ALIAS, specifies the type for which this type is an alias.
Test - Class in org.jinterop.dcom.test
 
Test() - Constructor for class org.jinterop.dcom.test.Test
 
test() - Method in class org.jinterop.dcom.test.Test
 
Test10KServer - Class in org.jinterop.dcom.test
 
Test10KServer() - Constructor for class org.jinterop.dcom.test.Test10KServer
 
Test_ITestServer2_Impl - Class in org.jinterop.dcom.test
 
Test_ITestServer2_Impl() - Constructor for class org.jinterop.dcom.test.Test_ITestServer2_Impl
 
TestCOMServer - Class in org.jinterop.dcom.test
 
TestCOMServer(String, String[]) - Constructor for class org.jinterop.dcom.test.TestCOMServer
 
TestJIThreading - Class in org.jinterop.dcom.test
 
TestJIThreading() - Constructor for class org.jinterop.dcom.test.TestJIThreading
 
TestJIThreading.TestThread - Class in org.jinterop.dcom.test
 
TestJIThreading.TestThread(ThreadGroup, String) - Constructor for class org.jinterop.dcom.test.TestJIThreading.TestThread
 
testSinkDebug(String[]) - Static method in class org.jinterop.dcom.test.SampleTestServerCallback
 
testStaticUpdateMeSink(String[]) - Static method in class org.jinterop.dcom.test.SampleTestServerCallback
 
testThreading() - Method in class org.jinterop.dcom.test.TestJIThreading
 
TestWinNativeSSO - Class in org.jinterop.dcom.test
 
TestWinNativeSSO() - Constructor for class org.jinterop.dcom.test.TestWinNativeSSO
 
TestWinReg - Class in org.jinterop.dcom.test
Make sure you have Administrator level access on the target machine and if your password/username has special characters , please use the URLEncoder before passing them to WinReg example.
TestWinReg() - Constructor for class org.jinterop.dcom.test.TestWinReg
 
TimeChanged() - Method in class org.jinterop.dcom.test.SysInfoEvents
 
TitleChange(JIString) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
TKIND_ALIAS - Static variable in interface org.jinterop.dcom.impls.automation.TypeKind
A type that is an alias for another type.
TKIND_COCLASS - Static variable in interface org.jinterop.dcom.impls.automation.TypeKind
A set of implemented component object interfaces.
TKIND_DISPATCH - Static variable in interface org.jinterop.dcom.impls.automation.TypeKind
A set of methods and properties that are accessible through IDispatch::Invoke.
TKIND_ENUM - Static variable in interface org.jinterop.dcom.impls.automation.TypeKind
A set of enumerators.
TKIND_INTERFACE - Static variable in interface org.jinterop.dcom.impls.automation.TypeKind
A type that has virtual and pure functions.
TKIND_MAX - Static variable in interface org.jinterop.dcom.impls.automation.TypeKind
End of ENUM marker.
TKIND_MODULE - Static variable in interface org.jinterop.dcom.impls.automation.TypeKind
A module that can only have static functions and data (for example, a DLL).
TKIND_RECORD - Static variable in interface org.jinterop.dcom.impls.automation.TypeKind
A structure with no methods.
TKIND_UNION - Static variable in interface org.jinterop.dcom.impls.automation.TypeKind
A union, all of whose members have an offset of zero.
toString() - Method in class org.jinterop.dcom.core.JIArray
 
toString() - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
toString() - Method in class org.jinterop.dcom.core.JIPointer
 
toString() - Method in class org.jinterop.dcom.core.JIString
 
toString() - Method in class org.jinterop.dcom.core.JIVariant
 
type - Variable in class org.jinterop.winreg.IJIWinReg.queryValue
 
TYPE_E_BADMODULEKIND - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Wrong module kind for the operation.
TYPE_E_ELEMENTNOTFOUND - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Element not found.
TypeAttr - Class in org.jinterop.dcom.impls.automation
Implements the TYPEATTR structure of COM Automation and contains attributes of an IJITypeInfo.
typeDesc - Variable in class org.jinterop.dcom.impls.automation.ArrayDesc
Element Type.
typeDesc - Variable in class org.jinterop.dcom.impls.automation.ElemDesc
Type of the element.
TypeDesc - Class in org.jinterop.dcom.impls.automation
Implements the TYPEDESC structure of COM Automation and describes the type of a variable, the return type of a function, or the type of a function parameter.
typeDesc - Variable in class org.jinterop.dcom.impls.automation.TypeDesc
 
TYPEFLAG_FAGGREGATABLE - Static variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
TYPEFLAG_FAPPOBJECT - Static variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
TYPEFLAG_FCANCREATE - Static variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
TYPEFLAG_FCONTROL - Static variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
TYPEFLAG_FDISPATCHABLE - Static variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
TYPEFLAG_FDUAL - Static variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
TYPEFLAG_FHIDDEN - Static variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
TYPEFLAG_FLICENSED - Static variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
TYPEFLAG_FNONEXTENSIBLE - Static variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
TYPEFLAG_FOLEAUTOMATION - Static variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
TYPEFLAG_FPREDECLID - Static variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
TYPEFLAG_FREPLACEABLE - Static variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
TYPEFLAG_FRESTRICTED - Static variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
TYPEFLAG_FREVERSEBIND - Static variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
typekind - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
The kind of type this information describes.
TypeKind - Interface in org.jinterop.dcom.impls.automation
Implements the TYPEKIND structure of COM Automation

U

u - Variable in class org.jinterop.dcom.impls.automation.VarDesc
 
unReferenced() - Method in interface org.jinterop.dcom.common.IJIUnreferenced
Called when the IJIComObject associated with this interface is garbage collected by the framework.
unregisterUnreferencedHandler() - Method in interface org.jinterop.dcom.core.IJIComObject
Removes the IJIUnreferenced handler associated with this object.
unregisterUnreferencedHandler() - Method in class org.jinterop.dcom.core.JIComObjectImplWrapper
 
UpdateMe(JIUnsignedShort, JIArray) - Method in class org.jinterop.dcom.test.SampleTestServerCallback
 
UpdatePageStatus(IJIComObject, JIVariant, JIVariant) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
useNTLMv2(boolean) - Method in class org.jinterop.dcom.core.JISession
Sets the use of NTLMv2 Security (default is NTLM1).
useSessionSecurity(boolean) - Method in class org.jinterop.dcom.core.JISession
Sets the use of NTLM2 Session Security.

V

valueName - Variable in class org.jinterop.winreg.IJIWinReg.deleteValueOrKey
 
valueName - Variable in class org.jinterop.winreg.IJIWinReg.setValue
 
valueOf(String) - Static method in class org.jinterop.dcom.core.JIClsid
Factory method returning an instance of this class.
valueOf(String) - Static method in class org.jinterop.dcom.core.JIProgId
Factory method returning an instance of this class.
VAR_CONST - Static variable in class org.jinterop.dcom.impls.automation.VarDesc
 
VAR_DISPATCH - Static variable in class org.jinterop.dcom.impls.automation.VarDesc
 
VAR_PERINSTANCE - Static variable in class org.jinterop.dcom.impls.automation.VarDesc
 
VAR_STATIC - Static variable in class org.jinterop.dcom.impls.automation.VarDesc
 
VarDesc - Class in org.jinterop.dcom.impls.automation
Implements the VARDESC structure of COM Automation
Variant - Variable in class org.jinterop.dcom.core.JIString
Represents JIVariant for this object, it is valid only if this object is a BSTR (JIFlags.FLAG_REPRESENTATION_STRING_BSTR) type.
VARIANTARRAY() - Static method in class org.jinterop.dcom.core.JIVariant
Helper method for creating an array of VARIANTs , IDL signature [in, out] SAFEARRAY(VARIANT) *p OR [in,out] VARIANT *pArray.
VariantByRef - Variable in class org.jinterop.dcom.core.JIString
Represents JIVariant(byRef = true) for this object, it is valid only if this object is a BSTR (JIFlags.FLAG_REPRESENTATION_STRING_BSTR) type.
varkind - Variable in class org.jinterop.dcom.impls.automation.VarDesc
 
vt - Variable in class org.jinterop.dcom.impls.automation.TypeDesc
 
VT_ARRAY - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BOOL - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BSTR - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_ARRAY - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_BOOL - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_BSTR - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_CY - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_DATE - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_DECIMAL - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_DISPATCH - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_ERROR - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_I1 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_I2 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_I4 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_I8 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_INT - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_R4 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_R8 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_UI1 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_UI2 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_UI4 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_UINT - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_UNKNOWN - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_BYREF_VT_VARIANT - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_CARRAY - Static variable in class org.jinterop.dcom.impls.automation.TypeDesc
 
VT_CY - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_DATE - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_DECIMAL - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_DISPATCH - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_EMPTY - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_ERROR - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_I1 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_I2 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_I4 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_I8 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_INT - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_NULL - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_PTR - Static variable in class org.jinterop.dcom.impls.automation.TypeDesc
 
VT_R4 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_R8 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_SAFEARRAY - Static variable in class org.jinterop.dcom.impls.automation.TypeDesc
 
VT_UI1 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_UI2 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_UI4 - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_UINT - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_UNKNOWN - Static variable in class org.jinterop.dcom.core.JIVariant
 
VT_USERDEFINED - Static variable in class org.jinterop.dcom.impls.automation.TypeDesc
 
VT_VARIANT - Static variable in class org.jinterop.dcom.core.JIVariant
 

W

wFuncFlags - Variable in class org.jinterop.dcom.impls.automation.FuncDesc
Definition of flags follows.
wIDLFlags - Variable in class org.jinterop.dcom.impls.automation.IdlDesc
 
WIN_AUTH_FAILURE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The attempted logon is invalid.
WindowClosing(boolean, JIVariant) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
WindowSetHeight(int) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
WindowSetLeft(int) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
WindowSetResizable(boolean) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
WindowSetTop(int) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
WindowSetWidth(int) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
WindowStateChanged(int, int) - Method in class org.jinterop.dcom.test.DWebBrowserEvents2
 
winreg_CloseKey(JIPolicyHandle) - Method in interface org.jinterop.winreg.IJIWinReg
Closes the key.
winreg_CloseKey(JIPolicyHandle) - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_CreateKey(JIPolicyHandle, String, int, int) - Method in interface org.jinterop.winreg.IJIWinReg
Creates a new key by name subKey under the handle.
winreg_CreateKey(JIPolicyHandle, String, int, int) - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_DeleteKeyOrValue(JIPolicyHandle, String, boolean) - Method in interface org.jinterop.winreg.IJIWinReg
Deletes a key or value specified by valueName.
winreg_DeleteKeyOrValue(JIPolicyHandle, String, boolean) - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_EnumKey(JIPolicyHandle, int) - Method in interface org.jinterop.winreg.IJIWinReg
Returns name and class (in that order) for the key identified by index under parent handle.
winreg_EnumKey(JIPolicyHandle, int) - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_EnumValue(JIPolicyHandle, int) - Method in interface org.jinterop.winreg.IJIWinReg
Returns name and type (in that order) for the value identified by index under parent handle.
winreg_EnumValue(JIPolicyHandle, int) - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_OpenHKCR() - Method in interface org.jinterop.winreg.IJIWinReg
Opens the HKEY_CLASSES_ROOT key
winreg_OpenHKCR() - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_OpenHKCU() - Method in interface org.jinterop.winreg.IJIWinReg
Opens the HKEY_CURRENT_USER key
winreg_OpenHKCU() - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_OpenHKLM() - Method in interface org.jinterop.winreg.IJIWinReg
Opens the HKEY_LOCAL_MACHINE key
winreg_OpenHKLM() - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_OpenHKU() - Method in interface org.jinterop.winreg.IJIWinReg
Opens the HKEY_USERS key
winreg_OpenHKU() - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_OpenKey(JIPolicyHandle, String, int) - Method in interface org.jinterop.winreg.IJIWinReg
Opens the subkey of key specified by handle.
winreg_OpenKey(JIPolicyHandle, String, int) - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_QueryValue(JIPolicyHandle, int) - Method in interface org.jinterop.winreg.IJIWinReg
Query the key for it's name.
winreg_QueryValue(JIPolicyHandle, String, int) - Method in interface org.jinterop.winreg.IJIWinReg
Query the key-value for it's value.Please put buffer size more than the estimated expected value.
winreg_QueryValue(JIPolicyHandle, int) - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_QueryValue(JIPolicyHandle, String, int) - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_SaveFile(JIPolicyHandle, String) - Method in interface org.jinterop.winreg.IJIWinReg
Saves registry entries from handle location to local fileName.
winreg_SaveFile(JIPolicyHandle, String) - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_SetValue(JIPolicyHandle, String, byte[][]) - Method in interface org.jinterop.winreg.IJIWinReg
Sets name-value for a REG_MULTI_SZ type.
winreg_SetValue(JIPolicyHandle, String) - Method in interface org.jinterop.winreg.IJIWinReg
Sets an empty name-value for a REG_NONE type.
winreg_SetValue(JIPolicyHandle, String, byte[], boolean, boolean) - Method in interface org.jinterop.winreg.IJIWinReg
Sets name-value for a REG_SZ\REG_EXPAND_SZ\REG_BINARY type.
winreg_SetValue(JIPolicyHandle, String, int) - Method in interface org.jinterop.winreg.IJIWinReg
Sets name-value for a REG_DWORD type.
winreg_SetValue(JIPolicyHandle, String, byte[][]) - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_SetValue(JIPolicyHandle, String) - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_SetValue(JIPolicyHandle, String, byte[], boolean, boolean) - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
winreg_SetValue(JIPolicyHandle, String, int) - Method in class org.jinterop.winreg.smb.JIWinRegStub
 
wMajorVerNum - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
Major version number.
wMinorVerNum - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
Minor version number.
workerOver() - Method in interface org.jinterop.dcom.common.IJICOMRuntimeWorker
 
wPARAMFlags - Variable in class org.jinterop.dcom.impls.automation.ParamDesc
IN, OUT, etc
write(NetworkDataRepresentation) - Method in class org.jinterop.dcom.core.JICallBuilder
 
write(NetworkDataRepresentation) - Method in class org.jinterop.dcom.core.JIUserCallBuilder
 
write(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.closeKey
 
write(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.createKey
 
write(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.deleteValueOrKey
 
write(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.enumKey
 
write(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.enumValue
 
write(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.openHKCR
 
write(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.openHKCU
 
write(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.openHKLM
 
write(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.openHKU
 
write(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.openKey
 
write(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.queryValue
 
write(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.saveFile
 
write(NetworkDataRepresentation) - Method in class org.jinterop.winreg.IJIWinReg.setValue
 
writeObject(NetworkDataRepresentation) - Method in class org.jinterop.dcom.core.JIUserCallBuilder
 
WshShell - Class in org.jinterop.dcom.test
 
WshShell(String, String, String, String) - Constructor for class org.jinterop.dcom.test.WshShell
 
wTypeFlags - Variable in class org.jinterop.dcom.impls.automation.TypeAttr
 
wVarFlags - Variable in class org.jinterop.dcom.impls.automation.VarDesc
Definition of flags follows

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