Sun Adapter for COM/DCOM API

com.stc.connector.appconn.com.otd.types
Class STCIDispatchRef

java.lang.Object
  extended by com.stc.connector.appconn.com.otd.types.STCIDispatchRef

public class STCIDispatchRef
extends java.lang.Object

The STCIDispatchRef class is used in cases where the method parameter is an [in,out] or [out] type.


Constructor Summary
STCIDispatchRef()
          Constructor for the class.
STCIDispatchRef(STCIDispatch initValue)
          Constructor for the class.
 
Method Summary
 STCIDispatch getValue()
          Gets the value.
 void setValue(STCIDispatch newValue)
          Sets the value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STCIDispatchRef

public STCIDispatchRef()
Constructor for the class. Provides no initialization of the value held.

Parameters:
None.
Throws:
None.


STCIDispatchRef

public STCIDispatchRef(STCIDispatch initValue)
Constructor for the class.

Parameters:
initValue - The value to set.
Throws:
None.
Method Detail

setValue

public void setValue(STCIDispatch newValue)
Sets the value.

Parameters:
newValue - The value to set.

getValue

public STCIDispatch getValue()
Gets the value.

Parameters:
None.

Returns:
STCIDispatch - Returns the value.
Throws:
None.

Sun Adapter for COM/DCOM API

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