OpenCOM
Class OCM_ConnInfo_t

java.lang.Object
  extended by OpenCOM.OCM_ConnInfo_t

public class OCM_ConnInfo_t
extends java.lang.Object

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

sourceComponentName

public java.lang.String sourceComponentName
A string describing the unique name of the component hosting the receptacle.


sourceComponent

public IUnknown sourceComponent
A reference to the component instance hosting the receptacle.

See Also:
IUnknown

sinkComponentName

public java.lang.String sinkComponentName
A string describing the unique name of the component hosting the receptacle.


sinkComponent

public IUnknown sinkComponent
A reference to the component instance hosting the interface.

See Also:
IUnknown

interfaceType

public java.lang.String interfaceType
A string describing the interface type of the connection.

Constructor Detail

OCM_ConnInfo_t

public 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

See Also:
IUnknown