|
Sun Adapter for COM/DCOM API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stc.connector.comadapter.comruntimeimpl.STCUnknownImpl
public class STCUnknownImpl
STCIUnknownImpl handles the Release method of the STCIUnknown interface.
| Constructor Summary | |
|---|---|
STCUnknownImpl(int handle)
The integer parameter is the COM interface handle from C++. |
|
| Method Summary | |
|---|---|
void |
AddRef()
Calls the AddRef method on the underlying COM interface. |
boolean |
isValid()
Checks if there is a handle. |
void |
Release()
Calls the Release method on the underlying COM interface. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public STCUnknownImpl(int handle)
| Method Detail |
|---|
public void AddRef()
throws STCComException
AddRef in interface STCIUnknownSTCComException - when the AddRef() fails.public void Release()
Release in interface STCIUnknownpublic boolean isValid()
|
Sun Adapter for COM/DCOM API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||