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

G

get(int) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a propget for the method identified by the dispId.
get(int, Object[]) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a propget for the method identified by the dispId parameter.
get(String, Object[]) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a propget for the method identified by the name parameter.
get(String) - Method in interface org.jinterop.dcom.win32.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
Session associated with this object.
getAuthInfo() - Method in class org.jinterop.dcom.core.JISession
Returns the authInfo (if any) associated with this session.
getBorder() - Method in interface org.jinterop.dcom.win32.IJIOleInPlaceUIWindow
 
getBorder() - Method in class org.jinterop.dcom.win32.JIOleFrame
 
getClientSite() - Method in interface org.jinterop.dcom.win32.IJIOleObject
 
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 DB and returns the JIClsid or null
getComponentID() - Method in class org.jinterop.dcom.common.JIJavaCoClass
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.
getContainer() - Method in interface org.jinterop.dcom.win32.IJIOleClientSite
 
getContainingTypeLib() - Method in interface org.jinterop.dcom.win32.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
Gets the clsid for this ProgId.
getDimensions() - Method in class org.jinterop.dcom.core.JIArray
Returns the dimensions of the Array.
getDllEntry(int, int) - Method in interface org.jinterop.dcom.win32.IJITypeInfo
Retrieves a description or specification of an entry point for a function in a DLL.
getDocument() - Method in interface org.jinterop.dcom.win32.IJIOleDocumentView
 
getDocumentation(int) - Method in interface org.jinterop.dcom.win32.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.win32.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.
getEncapsulatedUnsigned() - Method in interface org.jinterop.dcom.core.IJIUnsigned
Returns the encapsulated number.
getEncapsulatedUnsigned() - Method in class org.jinterop.dcom.core.JIUnsignedByte
 
getEncapsulatedUnsigned() - Method in class org.jinterop.dcom.core.JIUnsignedInteger
 
getEncapsulatedUnsigned() - Method in class org.jinterop.dcom.core.JIUnsignedShort
 
getErrorCode() - Method in exception org.jinterop.dcom.common.JIException
Returns the error code associated with this exception.
getErrorMessages() - Static method in class org.jinterop.dcom.common.JISystem
Returns the ResourceBundle associated with current locale.
getExtent(int) - Method in interface org.jinterop.dcom.win32.IJIOleObject
 
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 encapsulated fractionalUnits value.
getFuncDesc(int) - Method in interface org.jinterop.dcom.win32.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.
getHRESULT() - Method in class org.jinterop.dcom.core.JICallObject
Returns the HRESULT of this operation.
getIDsOfNames(String) - Method in interface org.jinterop.dcom.win32.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.win32.IJIDispatch
Maps a single method name and an optional set of it's argument names to a corresponding set of DISPIDs.
getIID() - Method in class org.jinterop.dcom.core.JIInterfacePointer
Returns the Interface Identifier for this MIP.
getIIDFromIpid(String) - Method in class org.jinterop.dcom.common.JIJavaCoClass
 
getImplTypeFlags(int) - Method in interface org.jinterop.dcom.win32.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.JICallObject
Returns IN parameter at the specified index from the Parameter list.
getInparamFlags() - Method in class org.jinterop.dcom.core.JICallObject
Returns the In Param flag.
getInParams() - Method in class org.jinterop.dcom.core.JICallObject
Returns the entire IN parameters list.
getInPlaceSite() - Method in interface org.jinterop.dcom.win32.IJIOleDocumentView
 
getInstance() - Method in class org.jinterop.dcom.core.JIComServer
Returns a IJIComObject representing the COM Server.
getInstanceLevelSocketTimeout() - Method in interface org.jinterop.dcom.core.IJIComObject
Returns the timeout set at the instance level.
getInterfaceDefinition() - Method in class org.jinterop.dcom.common.JIJavaCoClass
Returns the primary(i.e the one added first time during construction of this instance) interfaceDefinition.
getInterfaceDefinition(String) - Method in class org.jinterop.dcom.common.JIJavaCoClass
Returns the interfaceDefinition based on the IID of the interface.
getInterfaceIdentifier() - Method in class org.jinterop.dcom.common.JIInterfaceDefinition
Returns the interface identifier of this definition.
getInterfaceIdentifier() - Method in interface org.jinterop.dcom.core.IJIComObject
Returns the IID of this object
getInterfacePointer() - Method in interface org.jinterop.dcom.core.IJIComObject
Returns self Interface pointer
getInterfacePointer(JISession, JIJavaCoClass) - Static method in class org.jinterop.dcom.core.JIInterfacePointer
Returns an Interface Pointer representation for the Java Component
getIpid() - Method in interface org.jinterop.dcom.core.IJIComObject
Unique 128 bit uuid representing the interface on the COM server.
getLibAttr() - Method in interface org.jinterop.dcom.win32.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 j-Interop logger identified by the name "org.jinterop".
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.
getMethodDescriptor(int) - Method in class org.jinterop.dcom.common.JIInterfaceDefinition
Returns the descriptor identified by it's Method number.
getMethodDescriptor(String) - Method in class org.jinterop.dcom.common.JIInterfaceDefinition
Returns the descriptor identified by it's Method Name.
getMethodDescriptorForDispId(int) - Method in class org.jinterop.dcom.common.JIInterfaceDefinition
Returns the descriptor identified by it's dispId.
getMethodDescriptors() - Method in class org.jinterop.dcom.common.JIInterfaceDefinition
Returns all descriptors.
getMethodDispID() - Method in class org.jinterop.dcom.common.JIMethodDescriptor
Gets the DispID of this method.
getMethodName() - Method in class org.jinterop.dcom.common.JIMethodDescriptor
Returns the method name.
getMethodNum() - Method in class org.jinterop.dcom.common.JIMethodDescriptor
Gets the Opnum of this method in the order as defined in the IDL.
getMiscStatus(int) - Method in interface org.jinterop.dcom.win32.IJIOleObject
 
getMoniker(int, int) - Method in interface org.jinterop.dcom.win32.IJIOleObject
 
getMops(int) - Method in interface org.jinterop.dcom.win32.IJITypeInfo
Retrieves marshaling information.
getNames(int, int) - Method in interface org.jinterop.dcom.win32.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(IJIComObject) - 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 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.
getObjectAsInterfacePointer() - Method in class org.jinterop.dcom.core.JIVariant
Deprecated. Please use getObjectAsComObject instead.
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 Java 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.
getOpnum() - Method in class org.jinterop.dcom.core.JICallObject
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.JICallObject
Retrieves the OUT param at the index in the out parameters list.
getOutparamFlags() - Method in class org.jinterop.dcom.core.JICallObject
Returns the Out Param flag.
getOutParams() - Method in class org.jinterop.dcom.core.JICallObject
Returns the entire OUT parameters list.
getParameterObject() - Method in class org.jinterop.dcom.common.JIMethodDescriptor
Returns the Parameter Object.
getPassword() - Method in interface org.jinterop.dcom.common.IJIAuthInfo
Returns password.
getPassword() - Method in class org.jinterop.dcom.common.JIDefaultAuthInfoImpl
 
getRect() - Method in interface org.jinterop.dcom.win32.IJIOleDocumentView
 
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.win32.IJITypeInfo
If a type description references other type descriptions, it retrieves the referenced type descriptions.
getRefTypeOfImplType(int) - Method in interface org.jinterop.dcom.win32.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.JICallObject
Returns the value as JIArray at the index from the result list.
getResultAsBooleanAt(int) - Method in class org.jinterop.dcom.core.JICallObject
Returns the value as boolean at the index from the result list.
getResultAsCharacterAt(int) - Method in class org.jinterop.dcom.core.JICallObject
Returns the value as char at the index from the result list.
getResultAsDoubleAt(int) - Method in class org.jinterop.dcom.core.JICallObject
Returns the value as double at the index from the result list.
getResultAsFloatAt(int) - Method in class org.jinterop.dcom.core.JICallObject
Returns the value as float at the index from the result list.
getResultAsIntAt(int) - Method in class org.jinterop.dcom.core.JICallObject
Returns the value as int at the index from the result list.
getResultAsPointerAt(int) - Method in class org.jinterop.dcom.core.JICallObject
Returns the value as JIPointer at the index from the result list.
getResultAsShortAt(int) - Method in class org.jinterop.dcom.core.JICallObject
Returns the value as short at the index from the result list.
getResultAsStringAt(int) - Method in class org.jinterop.dcom.core.JICallObject
Returns the value as JIString at the index from the result list.
getResultAsStructAt(int) - Method in class org.jinterop.dcom.core.JICallObject
Returns the value as JIStruct at the index from the result list.
getResultAsUUIDStrAt(int) - Method in class org.jinterop.dcom.core.JICallObject
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.JICallObject
Returns the value as JIVariant at the index from the result list.
getResults() - Method in class org.jinterop.dcom.core.JICallObject
Returns the results as an Object[].
getResultsInCaseOfException() - Method in class org.jinterop.dcom.core.JICallObject
Returns the results incase an exception occured.
getServerClass() - Method in class org.jinterop.dcom.common.JIJavaCoClass
Returns the actual class representing the interface definition.
getServerInstance() - Method in class org.jinterop.dcom.common.JIJavaCoClass
Returns the instance representing the interface definition.
getSessionIdentifier() - Method in class org.jinterop.dcom.core.JISession
Returns a unique identifier for this session.
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.
getString() - Method in class org.jinterop.dcom.core.JIString
String encapsulated by this Object.
getType() - Method in interface org.jinterop.dcom.core.IJIUnsigned
Returns the unsigned type as per the JIFlags.
getType() - Method in class org.jinterop.dcom.core.JIString
Type representing the String
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.win32.IJITypeInfo
Retrieves a TypeAttr structure that contains the attributes of the type description.
getTypeInfo(int) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Returns an j-Interop implementation of COM ITypeInfo interface based on the typeInfo .
getTypeInfo(int) - Method in interface org.jinterop.dcom.win32.IJITypeLib
Retrieves the specified type description in the library.
getTypeInfoCount() - Method in interface org.jinterop.dcom.win32.IJIDispatch
From MSDN:
Determines whether there is type information available for the dual interface.
getTypeInfoCount() - Method in interface org.jinterop.dcom.win32.IJITypeLib
Returns the number of type descriptions in the type library.
getTypeInfoOfGuid(String) - Method in interface org.jinterop.dcom.win32.IJITypeLib
Retrieves the type description that corresponds to the specified GUID.
getTypeInfoType(int) - Method in interface org.jinterop.dcom.win32.IJITypeLib
Retrieves the type of a type description.
getUnits() - Method in class org.jinterop.dcom.core.JICurrency
Returns the encapsulated units value.
getUnreferencedHandler(JISession) - Method in interface org.jinterop.dcom.core.IJIComObject
Returns the IJIUnreferenced handler associated with this comObject, null if none is.
getUnsigned(Number, int) - Static method in class org.jinterop.dcom.core.JIUnsigned
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.
getUserClassID() - Method in interface org.jinterop.dcom.win32.IJIOleObject
 
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 username associated with this session.
getUserType(int) - Method in interface org.jinterop.dcom.win32.IJIOleObject
 
getVarDesc(int) - Method in interface org.jinterop.dcom.win32.IJITypeInfo
Retrieves a VARDESC structure that describes the specified variable.
getWindow() - Method in interface org.jinterop.dcom.win32.IJIOleWindow
 
getWindow() - Method in class org.jinterop.dcom.win32.JIOleFrame
 
getWindowContext(JIStruct) - Method in interface org.jinterop.dcom.win32.IJIOleInPlaceSite
IJIOleInPlaceFrame ppFrame, IJIOleInPlaceUIWindow ppDoc, JIRect lprcPosRect, JIRect lprcClipRect
getWinreg(IJIAuthInfo, String, boolean) - Method in class org.jinterop.winreg.JIWinRegFactory
gets an Implementation of WinReg interface, currently only SMB transport supported.
guid - Variable in class org.jinterop.dcom.win32.TypeAttr
GUID guid; // The GUID of the type information.

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