Sun Adapter for COM/DCOM API

Uses of Interface
com.stc.connector.comadapter.comruntime.STCIDispatch

Packages that use STCIDispatch
com.stc.connector.appconn.com   
com.stc.connector.appconn.com.otd   
com.stc.connector.appconn.com.otd.types   
com.stc.connector.comadapter.appconn   
com.stc.connector.comadapter.comruntime   
com.stc.connector.comadapter.comruntimeimpl   
com.stc.connector.comadapter.eway   
 

Uses of STCIDispatch in com.stc.connector.appconn.com
 

Methods in com.stc.connector.appconn.com that return STCIDispatch
 STCIDispatch ComRuntimeAgent.create(java.lang.String clsidString)
           Call this method to create an instance of the COM object specified by the CLSID string and the default server (if DCOM component) in the eWay configuration.
 

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

Subinterfaces of STCIDispatch in com.stc.connector.appconn.com.otd
 interface ComOtdInterface
          This is the base interface for all OTD generated COM interafces.
 

Classes in com.stc.connector.appconn.com.otd that implement STCIDispatch
 class ComOtdInterfaceImpl
          This is the base class for all OTD generated COM interafce implementations.
 

Methods in com.stc.connector.appconn.com.otd that return STCIDispatch
 STCIDispatch ComOtdInterfaceImpl._getSTCIDispatch()
          Call this method to retrieve the original COM eWay runtime provided STCIDispatch.
 STCIDispatch STCIDispatchAccess._getSTCIDispatch()
          Call this method to retrieve the original COM eWay runtime provided STCIDispatch.
 STCIDispatch ComApplication.create(java.lang.String clsidString)
          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.
 

Constructors in com.stc.connector.appconn.com.otd with parameters of type STCIDispatch
ComOtdInterfaceImpl(STCIDispatch initDispatch)
           
 

Uses of STCIDispatch in com.stc.connector.appconn.com.otd.types
 

Methods in com.stc.connector.appconn.com.otd.types that return STCIDispatch
 STCIDispatch STCIDispatchRef.getValue()
          Gets the value.
 

Methods in com.stc.connector.appconn.com.otd.types with parameters of type STCIDispatch
 void STCIDispatchRef.setValue(STCIDispatch newValue)
          Sets the value.
 

Constructors in com.stc.connector.appconn.com.otd.types with parameters of type STCIDispatch
STCIDispatchRef(STCIDispatch initValue)
          Constructor for the class.
 

Uses of STCIDispatch in com.stc.connector.comadapter.appconn
 

Methods in com.stc.connector.comadapter.appconn that return STCIDispatch
 STCIDispatch ComRuntimeAgentImpl.create(java.lang.String clsidString)
          Call this method to create an instance of the COM object specified by the CLSID string and the default server (if DCOM component) in the eWay configuration.
 

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

Fields in com.stc.connector.comadapter.comruntime declared as STCIDispatch
 STCIDispatch STCComVariant.dispValue
          Holds the VT_DISPATCH value.
 STCIDispatch[] STCComVariant.pdispValue
          Holds the single dimension array of VT_DISPATCH.
 

Methods in com.stc.connector.comadapter.comruntime that return STCIDispatch
 STCIDispatch[] STCComVariant.getVT_DISPATCH_1D()
          Gets the VT_DISPATCH_1D value.
 STCIDispatch STCComVariant.getVT_DISPATCH()
          Gets the VT_DISPATCH value.
 

Methods in com.stc.connector.comadapter.comruntime with parameters of type STCIDispatch
 void STCComVariant.setVT_DISPATCH_1D(STCIDispatch[] newValue)
          Sets the VT_DISPATCH_1D value.
 void STCComVariant.setVT_DISPATCH(STCIDispatch newValue)
          Sets the VT_DISPATCH value
 

Constructors in com.stc.connector.comadapter.comruntime with parameters of type STCIDispatch
STCComVariant(STCIDispatch dispatch)
          Constructor taking an STCIDispatch value.
 

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

Classes in com.stc.connector.comadapter.comruntimeimpl that implement STCIDispatch
 class STCDispatchDriver
           The STCDispatchDriver class wraps several of the calls on the IDispatch interface.
 

Uses of STCIDispatch in com.stc.connector.comadapter.eway
 

Methods in com.stc.connector.comadapter.eway that return STCIDispatch
 STCIDispatch ComEwayConnection.create(java.lang.String clsidString, java.lang.String server)
           Call this method to create an instance of the COM object specified by the CLSID string and server (if DCOM component) overriding the default server in the eWay configuration.
 


Sun Adapter for COM/DCOM API

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