Request::target

Overview Retrieves a pointer to the target object of a DII request.
Original class CORBA::Request


Intended Usage

The target method is used by a client program to access the target object of a DII request. The target object of a request object is automatically set by the CORBA::Object::_create_request or CORBA::Object::_request method. These methods are invoked on the target object of the DII request.

Syntax

  CORBA::Object_ptr target() const;

Input parameters

None.

Return values

CORBA::Object_ptr
A pointer to the target object of the request. Ownership of the return value is maintained by the request; the return value must not be freed by the caller.

Related reference
CORBA module



Searchable topic ID:   rcor_modr20
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_modr20.html

Library | Support | Terms of Use | Feedback