#include <ORB.h>
Inheritance diagram for org::omg::CORBA::ORB:
Public Member Functions | |
virtual RStringArray | list_initial_services ()=0 |
virtual::org::omg::CORBA::RObject | resolve_initial_references (IN(RString) identifier)=0 throw ( RInvalidName ) |
virtual void | connect (IN(::org::omg::CORBA::RObject) obj)=0 |
virtual bool | work_pending ()=0 |
virtual void | perform_work ()=0 |
virtual void | run ()=0 |
run the ORB-Server. | |
virtual void | start ()=0 |
run the ORB server in background | |
virtual void | shutdown (bool wait_for_completion)=0 |
virtual void | destroy ()=0 |
virtual RString | impl_is_ready (IN(::acdk::lang::RObject) obj)=0 |
nonstandard register object for testing returns the stringified object id | |
virtual RString | object_to_string (IN(::org::omg::CORBA::RObject) obj)=0 |
java standard | |
virtual::org::omg::CORBA::RObject | string_to_object (IN(RString) str)=0 |
java standard | |
Static Public Member Functions | |
RORB | init () |
RORB | init (IN(RStringArray) args, IN(acdk::util::RProperties) props=Nil) |
|
Implemented in acdkx::orb::AORB. |
|
Implemented in acdkx::orb::AORB. |
|
nonstandard register object for testing returns the stringified object id
Implemented in acdkx::orb::AORB. |
|
Reimplemented in acdkx::orb::AORB. |
|
|
|
Implemented in acdkx::orb::AORB. |
|
java standard
Implemented in acdkx::orb::AORB. |
|
Implemented in acdkx::orb::AORB. |
|
Implemented in acdkx::orb::AORB. |
|
run the ORB-Server. Will not return. use ORB::start() to start server in background Implemented in acdkx::orb::AORB. |
|
Implemented in acdkx::orb::AORB. |
|
run the ORB server in background
Implemented in acdkx::orb::AORB. |
|
java standard
Implemented in acdkx::orb::AORB. |
|
Implemented in acdkx::orb::AORB. |