A B C D E F G H I M N P R S V
A
- AddRef() -
Method in interface com.stc.connector.comadapter.comruntime.STCIUnknown
- Calls the AddRef method on the underlying COM interface.
- associateConnection(ApplicationConnection) -
Method in class com.stc.connector.appconn.com.otd.ComApplication
- Call this method to associate an ApplicationConnection.
B
- BooleanRef - class com.stc.connector.appconn.com.otd.types.BooleanRef.
- The BooleanRef class is used in cases where the method parameter
is an [in,out] or [out] type.
- BooleanRef() -
Constructor for class com.stc.connector.appconn.com.otd.types.BooleanRef
- Constructor for the class.
- BooleanRef(boolean) -
Constructor for class com.stc.connector.appconn.com.otd.types.BooleanRef
- Constructor for the class.
- bIsArray -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Set to true if the argument is an array.
- bIsByRef -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Set to true if the argument is a ByRef arg.
- booleanValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the VT_BOOL value.
C
- ComApplication - class com.stc.connector.appconn.com.otd.ComApplication.
- ComApplication.
- ComApplication() -
Constructor for class com.stc.connector.appconn.com.otd.ComApplication
-
- ComApplicationException - exception com.stc.connector.appconn.com.ComApplicationException.
- The ComApplicationException is the exception type that can be thrown from
methods on the COM AppConn interfaces.
- ComApplicationException(String, Throwable) -
Constructor for class com.stc.connector.appconn.com.ComApplicationException
- Constructor for the class.
- ComApplicationException(String) -
Constructor for class com.stc.connector.appconn.com.ComApplicationException
- Constructor for the class.
- ComConfiguration - class com.stc.connector.appconn.com.ComConfiguration.
- The ComConfiguration class is used to access the configuration
parameters given by the user.
- ComConfiguration(ConfigurationHelper) -
Constructor for class com.stc.connector.appconn.com.ComConfiguration
- Constructor for the class.
- cause -
Variable in class com.stc.connector.appconn.com.ComApplicationException
-
- clear() -
Method in class com.stc.connector.comadapter.comruntime.STCComSafeArray
- Clears the content of this object from the previously associated Java array
- clear() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Similar to VariantClear in COM.
- com.stc.connector.appconn.com - package com.stc.connector.appconn.com
-
- com.stc.connector.appconn.com.otd - package com.stc.connector.appconn.com.otd
-
- com.stc.connector.appconn.com.otd.types - package com.stc.connector.appconn.com.otd.types
-
- com.stc.connector.comadapter.comruntime - package com.stc.connector.comadapter.comruntime
-
- create(String) -
Method in class com.stc.connector.appconn.com.otd.ComApplication
- Call this method to create an instance of the COM object specified
by the CLSID string and the server (if DCOM component) in the eWay
configuration.
D
- DoubleRef - class com.stc.connector.appconn.com.otd.types.DoubleRef.
- The DoubleRef class is used in cases where the method parameter
is an [in,out] or [out] type.
- DoubleRef() -
Constructor for class com.stc.connector.appconn.com.otd.types.DoubleRef
- Constructor for the class.
- DoubleRef(double) -
Constructor for class com.stc.connector.appconn.com.otd.types.DoubleRef
- Constructor for the class.
- dateValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the VT_DATE value.
- dispValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the VT_DISPATCH value.
- doubleValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the VT_R8 value.
E
- E_ABORT -
Static variable in class com.stc.connector.comadapter.comruntime.STCHResult
-
- E_FAIL -
Static variable in class com.stc.connector.comadapter.comruntime.STCHResult
-
- E_POINTER -
Static variable in class com.stc.connector.comadapter.comruntime.STCHResult
-
- E_UNEXPECTED -
Static variable in class com.stc.connector.comadapter.comruntime.STCHResult
-
- errorText -
Variable in class com.stc.connector.comadapter.comruntime.STCComException
-
- errorValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the VT_ERROR value.
F
- FloatRef - class com.stc.connector.appconn.com.otd.types.FloatRef.
- The FloatRef class is used in cases where the method parameter
is an [in,out] or [out] type.
- FloatRef() -
Constructor for class com.stc.connector.appconn.com.otd.types.FloatRef
- Constructor for the class.
- FloatRef(float) -
Constructor for class com.stc.connector.appconn.com.otd.types.FloatRef
- Constructor for the class.
- floatValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the VT_R4 value.
G
- getArray() -
Method in class com.stc.connector.comadapter.comruntime.STCComSafeArray
- Gets the Java array associated with this object.
- getArrayDim() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Returns the value of the nArrayDim member.
- getArrayDimensions() -
Method in class com.stc.connector.comadapter.comruntime.STCComSafeArray
- Gets the number of array dimensions for the associated Java array
- getCause() -
Method in class com.stc.connector.appconn.com.ComApplicationException
- Gets the cause.
- getComError() -
Method in class com.stc.connector.comadapter.comruntime.STCComException
- Gets the Com error.
- getConfiguration() -
Method in class com.stc.connector.appconn.com.otd.ComApplication
- Get the configuration for this application.
- getElementClassName() -
Method in class com.stc.connector.comadapter.comruntime.STCComSafeArray
- Gets the class name for the array element in the associated Java array
- getHResult() -
Method in class com.stc.connector.comadapter.comruntime.STCHResult
- Returns the hResult.
- getIsArray() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the value of the bIsArray member.
- getIsByRef() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the value of the bIsByRef member.
- getMessage() -
Method in class com.stc.connector.appconn.com.ComApplicationException
- Gets the error message.
- getMessage() -
Method in class com.stc.connector.comadapter.comruntime.STCComException
- Gets the message and error text.
- getProperty(String, STCComVariant[]) -
Method in interface com.stc.connector.comadapter.comruntime.STCIDispatch
- Gets a property by name.
- getServer() -
Method in class com.stc.connector.appconn.com.ComConfiguration
- Gets the server name configuration parameter.
- getVT_BOOL() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_BOOL value.
- getVT_BOOL_1D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_BOOL_1D value.
- getVT_BOOL_2D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_BOOL_2D value.
- getVT_BSTR() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_BSTR value.
- getVT_BSTR_1D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_BSTR_1D value.
- getVT_BSTR_2D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_BSTR_2D value.
- getVT_DATE() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_DATE value.
- getVT_DATE_1D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_DATE_1D value.
- getVT_DATE_2D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_DATE_2D value.
- getVT_DISPATCH() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_DISPATCH value.
- getVT_DISPATCH_1D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_DISPATCH_1D value.
- getVT_ERROR() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_ERROR value.
- getVT_ERROR_1D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_ERROR_1D value.
- getVT_ERROR_2D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_ERROR_2D value.
- getVT_I2() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_I2 value.
- getVT_I2_1D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_I2_1D value.
- getVT_I2_2D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_I2_2D value.
- getVT_I4() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_I4 value.
- getVT_I4_1D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_I4_1D value.
- getVT_I4_2D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_I4_2D value.
- getVT_R4() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_R4 value.
- getVT_R4_1D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_R4_1D value.
- getVT_R8() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_R8 value.
- getVT_R8_1D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_R8_1D value.
- getVT_R8_2D() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_R8_2D value.
- getVT_VARIANT() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VT_VARIANT value.
- getValue() -
Method in class com.stc.connector.appconn.com.otd.types.BooleanRef
- Gets the value.
- getValue() -
Method in class com.stc.connector.appconn.com.otd.types.DoubleRef
- Gets the value.
- getValue() -
Method in class com.stc.connector.appconn.com.otd.types.FloatRef
- Gets the value.
- getValue() -
Method in class com.stc.connector.appconn.com.otd.types.IntRef
- Gets the value.
- getValue() -
Method in class com.stc.connector.appconn.com.otd.types.STCIDispatchRef
- Gets the value.
- getValue() -
Method in class com.stc.connector.appconn.com.otd.types.ShortRef
- Gets the value.
- getValue() -
Method in class com.stc.connector.appconn.com.otd.types.StringRef
- Gets the value.
- getVartype() -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Gets the VARTYPE type of this STCComVariant instance.
H
- hResult -
Variable in class com.stc.connector.comadapter.comruntime.STCComException
-
I
- IntRef - class com.stc.connector.appconn.com.otd.types.IntRef.
- The IntRef class is used in cases where the method parameter
is an [in,out] or [out] type.
- IntRef() -
Constructor for class com.stc.connector.appconn.com.otd.types.IntRef
- Constructor for the class.
- IntRef(int) -
Constructor for class com.stc.connector.appconn.com.otd.types.IntRef
- Constructor for the class.
- intValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the VT_I4 value.
- invoke(String, STCComVariant[]) -
Method in interface com.stc.connector.comadapter.comruntime.STCIDispatch
- Allows you to call a method by name on the underlying COM interface.
M
- msg -
Variable in class com.stc.connector.comadapter.comruntime.STCComException
-
N
- nArrayDim -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- If, and only if it is an array, this returns how many
dimensions the array is.
P
- pbooleanValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the single dimension array of VT_BOOL.
- pdateValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the single dimension array of VT_DATE.
- pdispValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the single dimension array of VT_DISPATCH.
- pdoubleValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the single dimension array of VT_R8.
- perrorValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the single dimension array of VT_ERROR.
- pfloatValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the single dimension array of VT_R4.
- pintValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the single dimension array of VT_I4.
- ppbooleanValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the 2 dimension array of VT_BOOL.
- ppdateValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the 2 dimension array of VT_DATE.
- ppdoubleValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the 2 dimension array of VT_R8.
- pperrorValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the 2 dimension array of VT_ERROR.
- ppfloatValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the 2 dimension array of VT_R4.
- ppintValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the 2 dimension array of VT_I4.
- ppshortValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the 2 dimension array of VT_I2.
- ppstringValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the 2 dimension array of VT_BSTR.
- pshortValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the single dimension array of VT_I2.
- pstringValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the single dimension array of VT_BSTR.
R
- Release() -
Method in interface com.stc.connector.comadapter.comruntime.STCIUnknown
- Calls the Release method on the underlying COM interface.
- resolveSystemErrorText(int) -
Method in class com.stc.connector.appconn.com.otd.ComApplication
- A convenience method exposed to allow the user to get the
error text for an HRESULT.
S
- STCComException - exception com.stc.connector.comadapter.comruntime.STCComException.
- The STCComException is the exception type that can be thrown from
methods on the STCDispatch.
- STCComException(int, String, String) -
Constructor for class com.stc.connector.comadapter.comruntime.STCComException
- Constructor for the exception class.
- STCComException(int, String) -
Constructor for class com.stc.connector.comadapter.comruntime.STCComException
- Constructor for the exception class.
- STCComOptionalArgument - class com.stc.connector.comadapter.comruntime.STCComOptionalArgument.
- The STCComOptionalArgument class is provided as a convenience class
for the user.
- STCComOptionalArgument() -
Constructor for class com.stc.connector.comadapter.comruntime.STCComOptionalArgument
- Constructor for the class.
- STCComSafeArray - class com.stc.connector.comadapter.comruntime.STCComSafeArray.
- The STCComSafeArray class, which represents a COM SafeArray in Java,
is used to exchange arrays with the methods of generated COM OTDs.
- STCComSafeArray() -
Constructor for class com.stc.connector.comadapter.comruntime.STCComSafeArray
- Constructs a blank STCComSafeArray object.
- STCComVARTYPE - interface com.stc.connector.comadapter.comruntime.STCComVARTYPE.
- The STCComVARTYPE interface defines the VARTYPEs used internally in
the implementation.
- STCComVariant - class com.stc.connector.comadapter.comruntime.STCComVariant.
- The STCComVariant class wraps the concept of the COM VARIANT type.
- STCComVariant() -
Constructor for class com.stc.connector.comadapter.comruntime.STCComVariant
- Default constructor.
- STCComVariant(boolean) -
Constructor for class com.stc.connector.comadapter.comruntime.STCComVariant
- Constructor taking a Boolean value.
- STCComVariant(short) -
Constructor for class com.stc.connector.comadapter.comruntime.STCComVariant
- Constructor taking a short value.
- STCComVariant(int, int) -
Constructor for class com.stc.connector.comadapter.comruntime.STCComVariant
- Constructor taking an int value.
- STCComVariant(String) -
Constructor for class com.stc.connector.comadapter.comruntime.STCComVariant
- Constructor taking a string value.
- STCComVariant(STCIDispatch) -
Constructor for class com.stc.connector.comadapter.comruntime.STCComVariant
- Constructor taking an STCIDispatch value.
- STCComVariant(float) -
Constructor for class com.stc.connector.comadapter.comruntime.STCComVariant
- Constructor taking a float value.
- STCComVariant(double, int) -
Constructor for class com.stc.connector.comadapter.comruntime.STCComVariant
- Constructor taking a double value.
- STCComVariant(STCComVariant) -
Constructor for class com.stc.connector.comadapter.comruntime.STCComVariant
- Constructor taking a STCComVariant value.
- STCHResult - class com.stc.connector.comadapter.comruntime.STCHResult.
- The STCHResult class wraps the COM HRESULT type.
- STCHResult(int) -
Constructor for class com.stc.connector.comadapter.comruntime.STCHResult
- Constructor for the class.
- STCIDispatch - interface com.stc.connector.comadapter.comruntime.STCIDispatch.
- IDispatch interface.
- STCIDispatchRef - class com.stc.connector.appconn.com.otd.types.STCIDispatchRef.
- The STCIDispatchRef class is used in cases where the method parameter
is an [in,out] or [out] type.
- STCIDispatchRef() -
Constructor for class com.stc.connector.appconn.com.otd.types.STCIDispatchRef
- Constructor for the class.
- STCIDispatchRef(STCIDispatch) -
Constructor for class com.stc.connector.appconn.com.otd.types.STCIDispatchRef
- Constructor for the class.
- STCIUnknown - interface com.stc.connector.comadapter.comruntime.STCIUnknown.
- IUnknown interface.
- S_FALSE -
Static variable in class com.stc.connector.comadapter.comruntime.STCHResult
-
- S_OK -
Static variable in class com.stc.connector.comadapter.comruntime.STCHResult
-
- ShortRef - class com.stc.connector.appconn.com.otd.types.ShortRef.
- The ShortRef class is used in cases where the method parameter
is an [in,out] or [out] type.
- ShortRef() -
Constructor for class com.stc.connector.appconn.com.otd.types.ShortRef
- Constructor for the class.
- ShortRef(short) -
Constructor for class com.stc.connector.appconn.com.otd.types.ShortRef
- Constructor for the class.
- StringRef - class com.stc.connector.appconn.com.otd.types.StringRef.
- The StringRef class is used in cases where the method parameter
is an [in,out] or [out] type.
- StringRef() -
Constructor for class com.stc.connector.appconn.com.otd.types.StringRef
- Constructor for the class.
- StringRef(String) -
Constructor for class com.stc.connector.appconn.com.otd.types.StringRef
- Constructor for the class.
- setArray(Object) -
Method in class com.stc.connector.comadapter.comruntime.STCComSafeArray
- Sets the Java array associated with this object.
- setArrayDim(int) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the value of the nArrayDim member.
- setIsArray(boolean) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the value of the bIsArray member.
- setIsByRef(boolean) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the value of the bIsByRef member.
- setProperty(String, STCComVariant[]) -
Method in interface com.stc.connector.comadapter.comruntime.STCIDispatch
- Sets a property by name.
- setServer(String) -
Method in class com.stc.connector.appconn.com.ComConfiguration
- Sets the server name.
- setVT_BOOL(boolean) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_BOOL value.
- setVT_BOOL_1D(boolean[]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_BOOL_1D value.
- setVT_BOOL_2D(boolean[][]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_BOOL_2D value.
- setVT_BSTR(String) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_BSTR value.
- setVT_BSTR_1D(String[]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_BSTR_1D value.
- setVT_BSTR_2D(String[][]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_BSTR_2D value.
- setVT_DATE(double) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_DATE value.
- setVT_DATE_1D(double[]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_DATE_1D value.
- setVT_DATE_2D(double[][]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_DATE_2D value.
- setVT_DISPATCH(STCIDispatch) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_DISPATCH value
- setVT_DISPATCH_1D(STCIDispatch[]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_DISPATCH_1D value.
- setVT_ERROR(int) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_ERROR value.
- setVT_ERROR_1D(int[]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_ERROR_1D value.
- setVT_ERROR_2D(int[][]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_ERROR_2D value.
- setVT_I2(short) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_I2 value.
- setVT_I2_1D(short[]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_I2_1D value.
- setVT_I2_2D(short[][]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_I2_2D value.
- setVT_I4(int) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_I4 value.
- setVT_I4_1D(int[]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_I4_1D value.
- setVT_I4_2D(int[][]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_I4_2D value.
- setVT_R4(float) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_R4 value.
- setVT_R4_1D(float[]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_R4_1D value.
- setVT_R8(double) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_R8 value.
- setVT_R8_1D(double[]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_R8_1D value.
- setVT_R8_2D(double[][]) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_R8_2D value.
- setVT_VARIANT(STCComVariant) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VT_VARIANT value.
- setValue(boolean) -
Method in class com.stc.connector.appconn.com.otd.types.BooleanRef
- Sets the value.
- setValue(double) -
Method in class com.stc.connector.appconn.com.otd.types.DoubleRef
- Sets the value.
- setValue(float) -
Method in class com.stc.connector.appconn.com.otd.types.FloatRef
- Sets the value.
- setValue(int) -
Method in class com.stc.connector.appconn.com.otd.types.IntRef
- Sets the value.
- setValue(STCIDispatch) -
Method in class com.stc.connector.appconn.com.otd.types.STCIDispatchRef
- Sets the value.
- setValue(short) -
Method in class com.stc.connector.appconn.com.otd.types.ShortRef
- Sets the value.
- setValue(String) -
Method in class com.stc.connector.appconn.com.otd.types.StringRef
- Sets the value.
- setVartype(int) -
Method in class com.stc.connector.comadapter.comruntime.STCComVariant
- Sets the VARTYPE of this STCComVariant instance.
- shortValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the VT_I2 value.
- stringValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the VT_BSTR value.
V
- VT_BOOL -
Static variable in interface com.stc.connector.comadapter.comruntime.STCComVARTYPE
- VT_BOOL
- VT_BSTR -
Static variable in interface com.stc.connector.comadapter.comruntime.STCComVARTYPE
- VT_BSTR
- VT_DATE -
Static variable in interface com.stc.connector.comadapter.comruntime.STCComVARTYPE
- VT_DATE
- VT_DISPATCH -
Static variable in interface com.stc.connector.comadapter.comruntime.STCComVARTYPE
- VT_DISPATCH
- VT_EMPTY -
Static variable in interface com.stc.connector.comadapter.comruntime.STCComVARTYPE
- VT_EMPTY
- VT_ERROR -
Static variable in interface com.stc.connector.comadapter.comruntime.STCComVARTYPE
- VT_ERROR
- VT_I2 -
Static variable in interface com.stc.connector.comadapter.comruntime.STCComVARTYPE
- VT_I2
- VT_I4 -
Static variable in interface com.stc.connector.comadapter.comruntime.STCComVARTYPE
- VT_I4
- VT_R4 -
Static variable in interface com.stc.connector.comadapter.comruntime.STCComVARTYPE
- VT_R4
- VT_R8 -
Static variable in interface com.stc.connector.comadapter.comruntime.STCComVARTYPE
- VT_R8
- VT_SAFEARRAY -
Static variable in interface com.stc.connector.comadapter.comruntime.STCComVARTYPE
- VT_SAFEARRAY
- VT_UI1 -
Static variable in interface com.stc.connector.comadapter.comruntime.STCComVARTYPE
- VT_UI1
- VT_USERDEFINED -
Static variable in interface com.stc.connector.comadapter.comruntime.STCComVARTYPE
- VT_USERDEFINED
- VT_VARIANT -
Static variable in interface com.stc.connector.comadapter.comruntime.STCComVARTYPE
- VT_VARIANT
- VT_VOID -
Static variable in interface com.stc.connector.comadapter.comruntime.STCComVARTYPE
- VT_VOID
- validateArray(int, String) -
Method in class com.stc.connector.comadapter.comruntime.STCComSafeArray
- Validates the new Java array being associated according to the constrains
imposed by the COM eWay runtime
- variantValue -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- Holds the VT_VARIANT value.
- vt -
Variable in class com.stc.connector.comadapter.comruntime.STCComVariant
- This represents the VARTYPE we are holding.
A B C D E F G H I M N P R S V
Copyright © 2006 Sun Microsystems, Inc.