OpenCOM
Class OCM_DelegatorInfo

java.lang.Object
  extended by OpenCOM.OCM_DelegatorInfo

public class OCM_DelegatorInfo
extends java.lang.Object

This class stores meta-information about individual interface delegators. Primarily, their interface type and their instance reference.


Field Summary
 java.lang.String iid
          The type of the interface that this delegator is associated with
 IDelegator pIDelegator
          pointer to IDelegator interface of the associated delegator component
 
Constructor Summary
OCM_DelegatorInfo(IDelegator del, java.lang.String intf)
          Constructor that creates a new instance of OCM_DelegatorInfo
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pIDelegator

public IDelegator pIDelegator
pointer to IDelegator interface of the associated delegator component

See Also:
IDelegator

iid

public java.lang.String iid
The type of the interface that this delegator is associated with

Constructor Detail

OCM_DelegatorInfo

public OCM_DelegatorInfo(IDelegator del,
                         java.lang.String intf)
Constructor that creates a new instance of OCM_DelegatorInfo

Parameters:
del - Instance of the IDelegator interface
intf - A string describing the interface type of this delegator
See Also:
IDelegator