#include <POAManager.h>
|
void | activate (void) |
|
void | hold_requests (CORBA::Boolean wait_for_completion) |
|
void | discard_requests (CORBA::Boolean wait_for_completion) |
|
void | deactivate (CORBA::Boolean etherealize_objects, CORBA::Boolean wait_for_completion) |
|
PortableServer::POAManager::State | get_state (void) |
|
char * | get_id (void) |
|
| TAO_POA_Manager (TAO_Object_Adapter &object_adapter, const char *id, const ::CORBA::PolicyList &policies, PortableServer::POAManagerFactory_ptr poa_manager_factory) |
|
| ~TAO_POA_Manager (void) |
|
void | check_state (void) |
| Check the state of this POA manager. More...
|
|
PortableServer::POAManager::State | get_state_i () |
|
virtual CORBA::ORB_ptr | _get_orb (void) |
|
CORBA::PolicyList & | get_policies (void) |
|
virtual TAO::ObjectKey * | _key (void) |
|
virtual CORBA::ULong | _hash (CORBA::ULong maximum) |
|
virtual CORBA::Boolean | _is_equivalent (CORBA::Object_ptr other_obj) |
|
virtual CORBA::Boolean | _non_existent (void) |
|
virtual InterfaceDef_ptr | _get_interface (void) |
|
virtual CORBA::Object_ptr | _get_component (void) |
|
virtual char * | _repository_id (void) |
|
virtual void | _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::Request_ptr &request, CORBA::Flags req_flags) |
|
virtual void | _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::ExceptionList_ptr exclist, CORBA::ContextList_ptr ctxtlist, CORBA::Request_ptr &request, CORBA::Flags req_flags) |
|
virtual CORBA::Request_ptr | _request (const char *operation) |
|
TAO_POA_Manager::~TAO_POA_Manager |
( |
void |
| ) |
|
ACE_INLINE void TAO_POA_Manager::activate |
( |
void |
| ) |
|
void TAO_POA_Manager::activate_i |
( |
void |
| ) |
|
|
protected |
void TAO_POA_Manager::adapter_manager_state_changed |
( |
PortableServer::POAManager::State |
state | ) |
|
|
protected |
Method needed for notifying the IORInterceptors that the state of POAManager changed.
void TAO_POA_Manager::check_state |
( |
void |
| ) |
|
Check the state of this POA manager.
void TAO_POA_Manager::discard_requests_i |
( |
CORBA::Boolean |
wait_for_completion | ) |
|
|
protected |
ACE_INLINE char * TAO_POA_Manager::generate_manager_id |
( |
void |
| ) |
const |
|
private |
Generate an id for this POAManager.
- Returns
- A value that uniquely identifies the POAManager within a given process.
- Note
- : The id_ has the ownership of the memory allocated in this method.
char * TAO_POA_Manager::get_id |
( |
void |
| ) |
|
ACE_INLINE PortableServer::POAManager::State TAO_POA_Manager::get_state |
( |
void |
| ) |
|
ACE_INLINE PortableServer::POAManager::State TAO_POA_Manager::get_state_i |
( |
void |
| ) |
|
void TAO_POA_Manager::hold_requests_i |
( |
CORBA::Boolean |
wait_for_completion | ) |
|
|
protected |
PortableServer::POAManager::State TAO_POA_Manager::state_ |
|
protected |
The documentation for this class was generated from the following files: