OpenCOM
Class CFMetaInterface.ExposedInterface

java.lang.Object
  extended by OpenCOM.CFMetaInterface.ExposedInterface
Enclosing class:
CFMetaInterface

public class CFMetaInterface.ExposedInterface
extends java.lang.Object

Local class definition for Exposed Interfaces that are stored in the MOPs of the framework.


Field Summary
 java.lang.String IntfType
          The interface type of this exposed interface.
 IUnknown pCompID
          Reference to the actual component instance that this exposed interface exists upon
 
Constructor Summary
CFMetaInterface.ExposedInterface(IUnknown Comp, java.lang.String Interface)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pCompID

public IUnknown pCompID
Reference to the actual component instance that this exposed interface exists upon


IntfType

public java.lang.String IntfType
The interface type of this exposed interface.

Constructor Detail

CFMetaInterface.ExposedInterface

public CFMetaInterface.ExposedInterface(IUnknown Comp,
                                        java.lang.String Interface)
Constructor