Sun Adapter for COM/DCOM API

Uses of Class
com.stc.connector.comadapter.comruntime.STCComVariant

Packages that use STCComVariant
com.stc.connector.appconn.com.otd   
com.stc.connector.comadapter.comruntime   
com.stc.connector.comadapter.comruntimeimpl   
 

Uses of STCComVariant in com.stc.connector.appconn.com.otd
 

Methods in com.stc.connector.appconn.com.otd that return STCComVariant
 STCComVariant ComOtdInterfaceImpl.getProperty(java.lang.String propertyName, STCComVariant[] args)
          Gets a property by name.
 STCComVariant ComOtdInterfaceImpl.invoke(java.lang.String methodName, STCComVariant[] args)
          Allows you to call a method by name on the underlying COM interface.
 

Methods in com.stc.connector.appconn.com.otd with parameters of type STCComVariant
 STCComVariant ComOtdInterfaceImpl.getProperty(java.lang.String propertyName, STCComVariant[] args)
          Gets a property by name.
 STCComVariant ComOtdInterfaceImpl.invoke(java.lang.String methodName, STCComVariant[] args)
          Allows you to call a method by name on the underlying COM interface.
 void ComOtdInterfaceImpl.setProperty(java.lang.String propertyName, STCComVariant[] args)
          Sets a property by name.
 

Uses of STCComVariant in com.stc.connector.comadapter.comruntime
 

Subclasses of STCComVariant in com.stc.connector.comadapter.comruntime
 class STCComOptionalArgument
          The STCComOptionalArgument class is provided as a convenience class for the user.
 

Fields in com.stc.connector.comadapter.comruntime declared as STCComVariant
 STCComVariant STCComVariant.variantValue
          Holds the VT_VARIANT value.
 

Methods in com.stc.connector.comadapter.comruntime that return STCComVariant
 STCComVariant STCIDispatch.getProperty(java.lang.String propertyName, STCComVariant[] args)
          Gets a property by name.
 STCComVariant STCComVariant.getVT_VARIANT()
          Gets the VT_VARIANT value.
 STCComVariant STCIDispatch.invoke(java.lang.String methodName, STCComVariant[] args)
          Allows you to call a method by name on the underlying COM interface.
 

Methods in com.stc.connector.comadapter.comruntime with parameters of type STCComVariant
 STCComVariant STCIDispatch.getProperty(java.lang.String propertyName, STCComVariant[] args)
          Gets a property by name.
 STCComVariant STCIDispatch.invoke(java.lang.String methodName, STCComVariant[] args)
          Allows you to call a method by name on the underlying COM interface.
 void STCIDispatch.setProperty(java.lang.String propertyName, STCComVariant[] args)
          Sets a property by name.
 void STCComVariant.setVT_VARIANT(STCComVariant newValue)
          Sets the VT_VARIANT value.
 

Constructors in com.stc.connector.comadapter.comruntime with parameters of type STCComVariant
STCComVariant(STCComVariant v)
          Constructor taking a STCComVariant value.
 

Uses of STCComVariant in com.stc.connector.comadapter.comruntimeimpl
 

Methods in com.stc.connector.comadapter.comruntimeimpl that return STCComVariant
 STCComVariant STCDispatchDriver.getProperty(java.lang.String propertyName, STCComVariant[] args)
          Gets a property by name.
 STCComVariant STCDispatchDriver.invoke(java.lang.String methodName, STCComVariant[] args)
          This method allows you to call a method by name on the underlying COM interface.
 

Methods in com.stc.connector.comadapter.comruntimeimpl with parameters of type STCComVariant
 STCComVariant STCDispatchDriver.getProperty(java.lang.String propertyName, STCComVariant[] args)
          Gets a property by name.
 STCComVariant STCDispatchDriver.invoke(java.lang.String methodName, STCComVariant[] args)
          This method allows you to call a method by name on the underlying COM interface.
 void STCDispatchDriver.setProperty(java.lang.String propertyName, STCComVariant[] args)
          Sets a property by name.
 


Sun Adapter for COM/DCOM API

Copyright © 1994-2008 Sun Microsystems, Inc. All rights reserved.