CORBA module: Object Class

Overview Provides behavior common to all object references (both local objects and proxies to remote objects).
File name object.h
Supported methods Object::_create_request
Object::_duplicate
Object::_get_implementation
Object::_get_interface
Object::_hash
Object::_is_a
Object::_is_equivalent
Object::_narrow
Object::_nil
Object::_non_existent
Object::_request
Object::_this


Intended Usage

The CORBA::Object class is the abstract base class for all object references. This includes all proxy classes (objects, residing in client processes, that refer to remote objects residing in a server) and all classes that implement IDL interfaces to be exported from a server. As such, the CORBA::Object class provides methods that are meaningful to both local objects and (references to) remote objects.

Constants

  static const char* Object_CN;

Related reference
Object::_create_request
Object::_duplicate
Object::_get_implementation
Object::_get_interface
Object::_hash
Object::_is_a
Object::_is_equivalent
Object::_narrow
Object::_nil
Object::_non_existent
Object::_request
Object::_this



Searchable topic ID:   rcor_modobj
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_modobj.html

Library | Support | Terms of Use | Feedback