TAO_RTCORBA  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
TAO_RT_Current Class Reference

RTCORBA::Current interface iplementation. More...

#include <RT_Current.h>

Inheritance diagram for TAO_RT_Current:
Inheritance graph
Collaboration diagram for TAO_RT_Current:
Collaboration graph

Public Member Functions

 TAO_RT_Current (TAO_ORB_Core *orb_core)
 Default constructor. More...
 
virtual RTCORBA::Priority the_priority (void)
 
virtual void the_priority (RTCORBA::Priority the_priority)
 
- 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)
 

Protected Member Functions

virtual ~TAO_RT_Current (void)
 

Private Attributes

TAO_ORB_Core *const orb_core_
 ORB Core that owns us. More...
 

Detailed Description

RTCORBA::Current interface iplementation.

Allows setting/getting the priority of the current thread.

Constructor & Destructor Documentation

TAO_RT_Current::TAO_RT_Current ( TAO_ORB_Core orb_core)

Default constructor.

TAO_RT_Current::~TAO_RT_Current ( void  )
protectedvirtual

Protected destructor to enforce proper memory management of this reference counted object.

Member Function Documentation

RTCORBA::Priority TAO_RT_Current::the_priority ( void  )
virtual
void TAO_RT_Current::the_priority ( RTCORBA::Priority  the_priority)
virtual

Member Data Documentation

TAO_ORB_Core* const TAO_RT_Current::orb_core_
private

ORB Core that owns us.


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