#include <Object_Adapter.h>
Collaboration diagram for TAO_POA_Current_Impl:
Public Methods | |
PortableServer::POA_ptr | get_POA (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException, PortableServer::Current::NoContext) |
PortableServer::ObjectId * | get_object_id (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException, PortableServer::Current::NoContext) |
void | poa (TAO_POA *) |
TAO_POA * | poa (void) const |
TAO_ORB_Core & | orb_core (void) const |
void | object_id (const PortableServer::ObjectId &id) |
const PortableServer::ObjectId & | object_id (void) const |
void | object_key (const TAO_ObjectKey &key) |
const TAO_ObjectKey & | object_key (void) const |
void | servant (PortableServer::Servant servant) |
PortableServer::Servant | servant (void) const |
void | priority (CORBA::Short priority) |
CORBA::Short | priority (void) const |
TAO_POA_Current_Impl (void) | |
void | teardown (void) |
void | setup (TAO_POA *impl, const TAO_ObjectKey &key) |
Protected Methods | |
TAO_POA_Current_Impl (const TAO_POA_Current_Impl &) | |
void | operator= (const TAO_POA_Current_Impl &) |
Protected Attributes | |
TAO_POA * | poa_ |
PortableServer::ObjectId | object_id_ |
const TAO_ObjectKey * | object_key_ |
PortableServer::Servant | servant_ |
CORBA::Short | priority_ |
TAO_POA_Current_Impl * | previous_current_impl_ |
int | setup_done_ |
TAO_TSS_Resources * | tss_resources_ |
Friends | |
class | TAO_POA |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|