Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

BrokerDelegates::Delegate Interface Reference

Inheritance diagram for BrokerDelegates::Delegate:

Inheritance graph
[legend]
List of all members.

Detailed Description

Interface for objects that will delegate method calls to another object.

Definition at line 32 of file Delegate.idl.

Public Member Functions

void SetDelegateAttribute (in string id, in any value)
 Set an attribute on a delegate.
any GetDelegateAttribute (in string id)
 Get an attribute from a delegate.
void SetDelegateAttributeObject (in string id, in Object value)
Object GetDelegateAttributeObject (in string id)


Member Function Documentation

any BrokerDelegates::Delegate::GetDelegateAttribute in string  id  ) 
 

Get an attribute from a delegate.

Parameters:
id The attribute identifier.
Returns:
The attribute's current value.

void BrokerDelegates::Delegate::SetDelegateAttribute in string  id,
in any  value
 

Set an attribute on a delegate.

Parameters:
id The attribute identifier.
value The new attribute value.


The documentation for this interface was generated from the following file:
Generated on Fri Oct 22 07:51:07 2004 for CPU Broker by  doxygen 1.3.9.1