Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_POA_Current Class Reference

#include <Object_Adapter.h>

Inheritance diagram for TAO_POA_Current:

Inheritance graph
[legend]
Collaboration diagram for TAO_POA_Current:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_POA_Current (void)
 Constructor. More...

PortableServer::POA_ptr get_POA (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException, PortableServer::Current::NoContext)
 Returns the POA on which the current request is being invoked. More...

PortableServer::ObjectIdget_object_id (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException, PortableServer::Current::NoContext)
 Returns the object id of the current request being invoked. More...

TAO_POA_Current_Implimplementation (void)
 Returns the class that implements this interface. More...

TAO_POA_Current_Implimplementation (TAO_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. More...


Constructor & Destructor Documentation

ACE_INLINE TAO_POA_Current::TAO_POA_Current void   
 

Constructor.


Member Function Documentation

PortableServer::ObjectId * TAO_POA_Current::get_object_id ACE_ENV_SINGLE_ARG_DECL    throw (CORBA::SystemException, PortableServer::Current::NoContext) [virtual]
 

Returns the object id of the current request being invoked.

Can raise the <CORBA::NoContext> exception if this function is not invoked in the context of an upcall.

Reimplemented from PortableServer::Current.

PortableServer::POA_ptr TAO_POA_Current::get_POA ACE_ENV_SINGLE_ARG_DECL    throw (CORBA::SystemException, PortableServer::Current::NoContext) [virtual]
 

Returns the POA on which the current request is being invoked.

Can raise the <CORBA::NoContext> exception if this function is not invoked in the context of an upcall.

Reimplemented from PortableServer::Current.

TAO_POA_Current_Impl * TAO_POA_Current::implementation TAO_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.

TAO_POA_Current_Impl * TAO_POA_Current::implementation void   
 

Returns the class that implements this interface.


The documentation for this class was generated from the following files:
Generated on Thu Oct 10 19:40:39 2002 for TAO_PortableServer by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001