J-Integra® Espresso Programming Documentation (API)

Delegate.request Method

Creates a Request instance for use in the Dynamic Invocation Interface.

Request request(
 CORBA.Object self,
 string operation
);

Parameters

self
The object reference which delegated to this delegate.
operation
The name of the operation to be invoked using the Request instance.

Return Value

The created Request instance.

Remarks

none

Exceptions

none

See Also

Delegate Interface | Delegate Members | CORBA.portable Namespace | Ics.CORBA Namespace