Package com.sun.jna.platform.win32.COM
Class COMLateBindingObject
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.COM.COMInvoker
com.sun.jna.platform.win32.COM.COMBindingBaseObject
com.sun.jna.platform.win32.COM.COMLateBindingObject
- All Implemented Interfaces:
NativeMapped
Helper class to provide basic COM support.
- Author:
- Tobias Wolf, wolf.tobias@gmx.net
-
Field Summary
Fields inherited from class com.sun.jna.platform.win32.COM.COMBindingBaseObject
LOCALE_SYSTEM_DEFAULT, LOCALE_USER_DEFAULT -
Constructor Summary
ConstructorsConstructorDescriptionCOMLateBindingObject(IDispatch iDispatch) Instantiates a new cOM object.COMLateBindingObject(Guid.CLSID clsid, boolean useActiveInstance) Instantiates a new cOM object.COMLateBindingObject(String progId, boolean useActiveInstance) Instantiates a new cOM object. -
Method Summary
Modifier and TypeMethodDescriptionprotected IDispatchgetAutomationProperty(String propertyName) Gets the automation property.protected IDispatchgetAutomationProperty(String propertyName, COMLateBindingObject comObject) Deprecated.protected IDispatchgetAutomationProperty(String propertyName, COMLateBindingObject comObject, Variant.VARIANT value) protected IDispatchgetAutomationProperty(String propertyName, IDispatch iDispatch) Deprecated.protected IDispatchgetAutomationProperty(String propertyName, Variant.VARIANT value) Gets the automation property.protected booleangetBooleanProperty(String propertyName) Gets the boolean property.protected DategetDateProperty(String propertyName) Gets the date property.protected intgetIntProperty(String propertyName) Gets the int property.protected shortgetShortProperty(String propertyName) Gets the short property.protected StringgetStringProperty(String propertyName) Gets the string property.protected Variant.VARIANTInvoke.protected Variant.VARIANTinvoke(String methodName, Variant.VARIANT arg) Invoke.protected Variant.VARIANTinvoke(String methodName, Variant.VARIANT[] args) Invoke.protected Variant.VARIANTinvoke(String methodName, Variant.VARIANT arg1, Variant.VARIANT arg2) Invoke.protected Variant.VARIANTinvoke(String methodName, Variant.VARIANT arg1, Variant.VARIANT arg2, Variant.VARIANT arg3) Invoke.protected Variant.VARIANTinvoke(String methodName, Variant.VARIANT arg1, Variant.VARIANT arg2, Variant.VARIANT arg3, Variant.VARIANT arg4) Invoke.protected voidinvokeNoReply(String methodName) Invoke no reply.protected voidinvokeNoReply(String methodName, COMLateBindingObject comObject) Deprecated.protected voidinvokeNoReply(String methodName, COMLateBindingObject comObject, Variant.VARIANT arg) protected voidinvokeNoReply(String methodName, COMLateBindingObject comObject, Variant.VARIANT arg1, Variant.VARIANT arg2) protected voidinvokeNoReply(String methodName, IDispatch dispatch) Deprecated.protected voidinvokeNoReply(String methodName, IDispatch dispatch, Variant.VARIANT arg) protected voidinvokeNoReply(String methodName, IDispatch dispatch, Variant.VARIANT[] args) protected voidinvokeNoReply(String methodName, IDispatch dispatch, Variant.VARIANT arg1, Variant.VARIANT arg2) protected voidinvokeNoReply(String methodName, Variant.VARIANT arg) Invoke no reply.protected voidinvokeNoReply(String methodName, Variant.VARIANT[] args) Invoke no reply.protected voidinvokeNoReply(String methodName, Variant.VARIANT arg1, Variant.VARIANT arg2) Invoke no reply.protected voidinvokeNoReply(String methodName, Variant.VARIANT arg1, Variant.VARIANT arg2, Variant.VARIANT arg3) Invoke no reply.protected voidinvokeNoReply(String methodName, Variant.VARIANT arg1, Variant.VARIANT arg2, Variant.VARIANT arg3, Variant.VARIANT arg4) Invoke no reply.protected voidsetProperty(String propertyName, boolean value) Sets the property.protected voidsetProperty(String propertyName, int value) Sets the property.protected voidsetProperty(String propertyName, short value) Sets the property.protected voidsetProperty(String propertyName, COMLateBindingObject comObject, Variant.VARIANT value) protected voidsetProperty(String propertyName, Dispatch value) Sets the property.protected voidsetProperty(String propertyName, IDispatch value) protected voidsetProperty(String propertyName, IDispatch iDispatch, Variant.VARIANT value) protected voidsetProperty(String propertyName, Variant.VARIANT value) Sets the property.protected voidsetProperty(String propertyName, String value) Sets the property.protected voidsetProperty(String propertyName, Date value) Sets the property.To variant.Methods inherited from class com.sun.jna.platform.win32.COM.COMBindingBaseObject
checkFailed, getIDispatch, getIDispatchPointer, getIUnknown, getIUnknownPointer, oleMethod, oleMethod, oleMethod, oleMethod, oleMethod, oleMethod, oleMethod, oleMethod, oleMethod, oleMethod, oleMethod, oleMethod, releaseMethods inherited from class com.sun.jna.platform.win32.COM.COMInvoker
_invokeNativeInt, _invokeNativeObject, _invokeNativeVoidMethods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Constructor Details
-
COMLateBindingObject
Instantiates a new cOM object.- Parameters:
iDispatch- the i dispatch
-
COMLateBindingObject
Instantiates a new cOM object.- Parameters:
clsid- the clsiduseActiveInstance- the use active instance
-
COMLateBindingObject
Instantiates a new cOM object.- Parameters:
progId- the prog iduseActiveInstance- the use active instance- Throws:
COMException- the automation exception
-
-
Method Details
-
getAutomationProperty
Gets the automation property.- Parameters:
propertyName- the property name- Returns:
- the automation property
-
getAutomationProperty
Gets the automation property.- Parameters:
propertyName- the property namevalue- parameter to pass to the getter- Returns:
- the automation property
-
getAutomationProperty
@Deprecated protected IDispatch getAutomationProperty(String propertyName, COMLateBindingObject comObject) Deprecated.Gets the automation property.- Parameters:
propertyName- the property namecomObject- the com object- Returns:
- the automation property
-
getAutomationProperty
@Deprecated protected IDispatch getAutomationProperty(String propertyName, COMLateBindingObject comObject, Variant.VARIANT value) Gets the automation property.- Parameters:
propertyName- the property namecomObject- the com objectvalue- the value- Returns:
- the automation property
-
getAutomationProperty
Deprecated.Gets the automation property.- Parameters:
propertyName- the property nameiDispatch- the i dispatch- Returns:
- the automation property
-
getBooleanProperty
Gets the boolean property.- Parameters:
propertyName- the property name- Returns:
- the boolean property
-
getDateProperty
Gets the date property.- Parameters:
propertyName- the property name- Returns:
- the date property
-
getIntProperty
Gets the int property.- Parameters:
propertyName- the property name- Returns:
- the int property
-
getShortProperty
Gets the short property.- Parameters:
propertyName- the property name- Returns:
- the short property
-
getStringProperty
Gets the string property.- Parameters:
propertyName- the property name- Returns:
- the string property
-
invoke
Invoke.- Parameters:
methodName- the method name- Returns:
- the variant
-
invoke
Invoke.- Parameters:
methodName- the method namearg- the arg- Returns:
- the variant
-
invoke
Invoke.- Parameters:
methodName- the method nameargs- the args- Returns:
- the variant
-
invoke
Invoke.- Parameters:
methodName- the method namearg1- the arg1arg2- the arg2- Returns:
- the variant
-
invoke
protected Variant.VARIANT invoke(String methodName, Variant.VARIANT arg1, Variant.VARIANT arg2, Variant.VARIANT arg3) Invoke.- Parameters:
methodName- the method namearg1- the arg1arg2- the arg2arg3- the arg3- Returns:
- the variant
-
invoke
protected Variant.VARIANT invoke(String methodName, Variant.VARIANT arg1, Variant.VARIANT arg2, Variant.VARIANT arg3, Variant.VARIANT arg4) Invoke.- Parameters:
methodName- the method namearg1- the arg1arg2- the arg2arg3- the arg3arg4- the arg4- Returns:
- the variant
-
invokeNoReply
Deprecated.- Parameters:
methodName-dispatch-
-
invokeNoReply
Deprecated.- Parameters:
methodName-comObject-
-
invokeNoReply
Invoke no reply.- Parameters:
methodName- the method namearg- the arg
-
invokeNoReply
@Deprecated protected void invokeNoReply(String methodName, IDispatch dispatch, Variant.VARIANT arg) - Parameters:
methodName-dispatch-arg-
-
invokeNoReply
@Deprecated protected void invokeNoReply(String methodName, IDispatch dispatch, Variant.VARIANT arg1, Variant.VARIANT arg2) - Parameters:
methodName-arg2-dispatch-arg1-
-
invokeNoReply
@Deprecated protected void invokeNoReply(String methodName, COMLateBindingObject comObject, Variant.VARIANT arg1, Variant.VARIANT arg2) - Parameters:
methodName-arg1-comObject-arg2-
-
invokeNoReply
@Deprecated protected void invokeNoReply(String methodName, COMLateBindingObject comObject, Variant.VARIANT arg) - Parameters:
methodName-comObject-arg-
-
invokeNoReply
@Deprecated protected void invokeNoReply(String methodName, IDispatch dispatch, Variant.VARIANT[] args) - Parameters:
methodName-dispatch-args-
-
invokeNoReply
Invoke no reply.- Parameters:
methodName- the method name
-
invokeNoReply
Invoke no reply.- Parameters:
methodName- the method nameargs- the args
-
invokeNoReply
Invoke no reply.- Parameters:
methodName- the method namearg1- the arg1arg2- the arg2
-
invokeNoReply
protected void invokeNoReply(String methodName, Variant.VARIANT arg1, Variant.VARIANT arg2, Variant.VARIANT arg3) Invoke no reply.- Parameters:
methodName- the method namearg1- the arg1arg2- the arg2arg3- the arg3
-
invokeNoReply
protected void invokeNoReply(String methodName, Variant.VARIANT arg1, Variant.VARIANT arg2, Variant.VARIANT arg3, Variant.VARIANT arg4) Invoke no reply.- Parameters:
methodName- the method namearg1- the arg1arg2- the arg2arg3- the arg3arg4- the arg4
-
setProperty
Sets the property.- Parameters:
propertyName- the property namevalue- the value
-
setProperty
Sets the property.- Parameters:
propertyName- the property namevalue- the value
-
setProperty
Sets the property.- Parameters:
propertyName- the property namevalue- the value
-
setProperty
- Parameters:
propertyName-value-
-
setProperty
Sets the property.- Parameters:
propertyName- the property namevalue- the value
-
setProperty
Sets the property.- Parameters:
propertyName- the property namevalue- the value
-
setProperty
Sets the property.- Parameters:
propertyName- the property namevalue- the value
-
setProperty
Sets the property.- Parameters:
propertyName- the property namevalue- the value
-
setProperty
@Deprecated protected void setProperty(String propertyName, IDispatch iDispatch, Variant.VARIANT value) - Parameters:
propertyName-iDispatch-value-
-
setProperty
@Deprecated protected void setProperty(String propertyName, COMLateBindingObject comObject, Variant.VARIANT value) - Parameters:
propertyName-comObject-value-
-
toVariant
To variant.- Returns:
- the variant
-
getAutomationProperty(java.lang.String)