J-Integra® Espresso Programming Documentation (API)

Delegate.is_local Method

Returns true if this object is implemented by a local servant.

bool is_local(
 CORBA.Object self
);

Parameters

self
The object reference which delegated to this delegate.

Return Value

true only if the servant incarnating this object is located in this PC. Return false if the servant is not local or the ORB does not support local stubs for this particular servant. The default behavior of is_local() is to return false.

Remarks

none

Exceptions

none

See Also

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