|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectOpenCOM.OCM_ConnInfo_t
public class OCM_ConnInfo_t
The OCM_ConnInfo_t class represents Meta-Information stored in the OpenCOM runtime about every connection between components.
| Field Summary | |
|---|---|
java.lang.String |
interfaceType
A string describing the interface type of the connection. |
IUnknown |
sinkComponent
A reference to the component instance hosting the interface. |
java.lang.String |
sinkComponentName
A string describing the unique name of the component hosting the receptacle. |
IUnknown |
sourceComponent
A reference to the component instance hosting the receptacle. |
java.lang.String |
sourceComponentName
A string describing the unique name of the component hosting the receptacle. |
| Constructor Summary | |
|---|---|
OCM_ConnInfo_t(java.lang.String srcComponentName,
IUnknown srcComponent,
java.lang.String skComponentName,
IUnknown skComponent,
java.lang.String iidType)
Default constructor that allows the source component, sink component & interface type information to be set |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String sourceComponentName
public IUnknown sourceComponent
IUnknownpublic java.lang.String sinkComponentName
public IUnknown sinkComponent
IUnknownpublic java.lang.String interfaceType
| Constructor Detail |
|---|
public OCM_ConnInfo_t(java.lang.String srcComponentName,
IUnknown srcComponent,
java.lang.String skComponentName,
IUnknown skComponent,
java.lang.String iidType)
IUnknown
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||