Sun Adapter for COM/DCOM API

com.stc.connector.comadapter.comruntime
Interface STCIUnknown

All Known Subinterfaces:
ComOtdInterface, STCIDispatch
All Known Implementing Classes:
ComOtdInterfaceImpl, STCDispatchDriver, STCUnknownImpl

public interface STCIUnknown

IUnknown interface.


Method Summary
 void AddRef()
          Calls the AddRef method on the underlying COM interface.
 void Release()
          Calls the Release method on the underlying COM interface.
 

Method Detail

AddRef

void AddRef()
            throws STCComException
Calls the AddRef method on the underlying COM interface.

Parameters:
None.

Throws:
STCComException - when the AddRef() fails.

Release

void Release()
Calls the Release method on the underlying COM interface.

Parameters:
None.


Sun Adapter for COM/DCOM API

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