TAO_PortableServer
2.1.7
|
#include <POA_Current.h>
Additional Inherited Members | |
![]() | |
typedef LocalObject_ptr | _ptr_type |
typedef LocalObject_var | _var_type |
typedef LocalObject_out | _out_type |
![]() | |
![]() | |
static LocalObject_ptr | _duplicate (LocalObject_ptr obj) |
static LocalObject_ptr | _nil (void) |
static LocalObject_ptr | _narrow (CORBA::Object_ptr obj) |
static CORBA::Boolean | marshal (const Object_ptr x, TAO_OutputCDR &cdr) |
static void | _tao_any_destructor (void *) |
static CORBA::Boolean | is_nil_i (CORBA::Object_ptr obj) |
static void | tao_object_initialize (Object *) |
static CORBA::Object_ptr | _duplicate (CORBA::Object_ptr obj) |
![]() | |
LocalObject (void) | |
Object (int dummy=0) | |
TAO::Object_Proxy_Broker * | proxy_broker () const |
![]() | |
ACE_Atomic_Op< TAO_SYNCH_MUTEX, unsigned long > | refcount_ |
![]() |
PortableServer::ObjectId * TAO::Portable_Server::POA_Current::get_object_id | ( | void | ) |
Returns the object id of the current request being invoked. Can raise the NoContext
exception if this function is not invoked in the context of an upcall.
PortableServer::POA_ptr TAO::Portable_Server::POA_Current::get_POA | ( | void | ) |
Returns the POA on which the current request is being invoked. Can raise the NoContext
exception if this function is not invoked in the context of an upcall.
CORBA::Object_ptr TAO::Portable_Server::POA_Current::get_reference | ( | void | ) |
This operation returns a locally manufactured reference to the object in the context of which it is called. If called outside the context of a POA dispatched operation, a NoContext exception is raised.
PortableServer::Servant TAO::Portable_Server::POA_Current::get_servant | ( | void | ) |
Returns a reference to the servant that hosts the object in whose context it is called. If called outside the context of the POA dispatched operation, a NoContext exception is raised
POA_Current_Impl * TAO::Portable_Server::POA_Current::implementation | ( | void | ) |
Returns the class that implements this interface.
POA_Current_Impl * TAO::Portable_Server::POA_Current::implementation | ( | POA_Current_Impl * | new_current | ) |
Sets the thread-specific pointer to the new POA Current state, returning a pointer to the existing POA Current state.