|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
org::omg::PortableServer::POAManager Class Reference#include <POAManager.h>
Inheritance diagram for org::omg::PortableServer::POAManager:
List of all members.
Member Enumeration Documentation
Member Function Documentation
virtual void org::omg::PortableServer::POAManager::activate |
( |
|
) |
throw ( RAdapterInactive ) [pure virtual] |
|
virtual void org::omg::PortableServer::POAManager::deactivate |
( |
OUT(bool) |
etherealize_objects, |
|
|
OUT(bool) |
wait_for_completion |
|
) |
throw ( RAdapterInactive ) [pure virtual] |
|
virtual void org::omg::PortableServer::POAManager::discard_requests |
( |
OUT(bool) |
wait_for_completion |
) |
throw ( RAdapterInactive ) [pure virtual] |
|
virtual oneway void org::omg::PortableServer::POAManager::doSomething |
( |
|
) |
[pure virtual] |
|
virtual void org::omg::PortableServer::POAManager::hold_requests |
( |
OUT(bool) |
wait_for_completion |
) |
throw ( RAdapterInactive ) [pure virtual] |
|
virtual void org::omg::PortableServer::POAManager::inoutvalue |
( |
INOUT(int) |
inval |
) |
[pure virtual] |
|
virtual void org::omg::PortableServer::POAManager::invalue |
( |
IN(int) |
inval |
) |
[pure virtual] |
|
virtual void org::omg::PortableServer::POAManager::outvalue |
( |
OUT(int) |
inval |
) |
[pure virtual] |
|
virtual int org::omg::PortableServer::POAManager::retvalfoo |
( |
|
) |
[pure virtual] |
|
virtual RString org::omg::PortableServer::POAManager::stringTest |
( |
IN(RString) |
ostr, |
|
|
OUT(RString) |
istr |
|
) |
[pure virtual] |
|
|
|