TAO_PortableServer  2.1.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes
TAO::Portable_Server::Servant_Upcall::Pre_Invoke_State Class Reference

This struct keeps track of state related to pre- and post-invoke operations. More...

#include <Servant_Upcall.h>

Collaboration diagram for TAO::Portable_Server::Servant_Upcall::Pre_Invoke_State:
Collaboration graph

List of all members.

Public Types

enum  State { NO_ACTION_REQUIRED, PRIORITY_RESET_REQUIRED }

Public Member Functions

 Pre_Invoke_State (void)
 Constructor.

Public Attributes

State state_
CORBA::Short original_native_priority_
 Original native priority of the thread.
CORBA::Short original_CORBA_priority_
 Original CORBA priority of the thread.

Detailed Description

This struct keeps track of state related to pre- and post-invoke operations.


Member Enumeration Documentation

Enumerator:
NO_ACTION_REQUIRED 
PRIORITY_RESET_REQUIRED 

Constructor & Destructor Documentation

TAO::Portable_Server::Servant_Upcall::Pre_Invoke_State::Pre_Invoke_State ( void  )

Constructor.


Member Data Documentation

CORBA::Short TAO::Portable_Server::Servant_Upcall::Pre_Invoke_State::original_CORBA_priority_

Original CORBA priority of the thread.

CORBA::Short TAO::Portable_Server::Servant_Upcall::Pre_Invoke_State::original_native_priority_

Original native priority of the thread.

State TAO::Portable_Server::Servant_Upcall::Pre_Invoke_State::state_

Indicates whether the priority of the thread needs to be reset back to its original value.


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