TAO_PortableServer  2.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
TAO::Portable_Server::POA_Current Class Reference

#include <POA_Current.h>

Inheritance diagram for TAO::Portable_Server::POA_Current:
Inheritance graph
[legend]
Collaboration diagram for TAO::Portable_Server::POA_Current:
Collaboration graph
[legend]

Public Member Functions

PortableServer::POA_ptr get_POA (void)
 
PortableServer::ObjectIdget_object_id (void)
 
CORBA::Object_ptr get_reference (void)
 
PortableServer::Servant get_servant (void)
 
POA_Current_Implimplementation (void)
 Returns the class that implements this interface. More...
 
POA_Current_Implimplementation (POA_Current_Impl *new_current)
 
- Public Member Functions inherited from CORBA::Object
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)
 
virtual CORBA::ORB_ptr _get_orb (void)
 

Member Function Documentation

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.

Implements PortableServer::Current.

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.

Implements PortableServer::Current.

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.

Note
This reference is not guaranteed to be identical to the original reference the client used to make the invocation, and calling the Object::is_equivalent operation to compare the two references may not necessarily return true.

Implements PortableServer::Current.

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

Implements PortableServer::Current.

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.


The documentation for this class was generated from the following files: