|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectOpenCOM.OCM_DelegatorInfo
public class OCM_DelegatorInfo
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 |
|---|
public IDelegator pIDelegator
IDelegatorpublic java.lang.String iid
| Constructor Detail |
|---|
public OCM_DelegatorInfo(IDelegator del,
java.lang.String intf)
del - Instance of the IDelegator interfaceintf - A string describing the interface type of this delegatorIDelegator
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||