TAO_PortableGroup  2.4.0
Public Member Functions | List of all members
TAO_UIPMC_Wait_Never Class Reference

Since two-ways are not supported by UIPMC and more generally, anything that requires waiting isn't supported, so return error if anyone tries to do this. More...

#include <UIPMC_Wait_Never.h>

Inheritance diagram for TAO_UIPMC_Wait_Never:
Inheritance graph
[legend]
Collaboration diagram for TAO_UIPMC_Wait_Never:
Collaboration graph
[legend]

Public Member Functions

 TAO_UIPMC_Wait_Never (TAO_Transport *transport)
 Constructor. More...
 
virtual ~TAO_UIPMC_Wait_Never (void)
 Destructor. More...
 
virtual int sending_request (TAO_ORB_Core *orb_core, TAO_Message_Semantics msg_semantics)
 
virtual int wait (ACE_Time_Value *max_wait_time, TAO_Synch_Reply_Dispatcher &rd)
 
virtual int register_handler (void)
 
virtual bool non_blocking (void) const
 
virtual bool can_process_upcalls (void) const
 
- Public Member Functions inherited from TAO_Wait_Strategy
 TAO_Wait_Strategy (TAO_Transport *transport)
 
virtual ~TAO_Wait_Strategy (void)
 
virtual void finished_request ()
 
virtual int defer_upcall (ACE_Event_Handler *)
 
bool is_registered (void) const
 
void is_registered (bool flag)
 

Additional Inherited Members

- Protected Attributes inherited from TAO_Wait_Strategy
TAO_Transporttransport_
 
bool is_registered_
 

Detailed Description

Since two-ways are not supported by UIPMC and more generally, anything that requires waiting isn't supported, so return error if anyone tries to do this.

Constructor & Destructor Documentation

TAO_UIPMC_Wait_Never::TAO_UIPMC_Wait_Never ( TAO_Transport transport)

Constructor.

TAO_UIPMC_Wait_Never::~TAO_UIPMC_Wait_Never ( void  )
virtual

Destructor.

Member Function Documentation

bool TAO_UIPMC_Wait_Never::can_process_upcalls ( void  ) const
virtual

Implements TAO_Wait_Strategy.

bool TAO_UIPMC_Wait_Never::non_blocking ( void  ) const
virtual

Implements TAO_Wait_Strategy.

int TAO_UIPMC_Wait_Never::register_handler ( void  )
virtual

Implements TAO_Wait_Strategy.

int TAO_UIPMC_Wait_Never::sending_request ( TAO_ORB_Core orb_core,
TAO_Message_Semantics  msg_semantics 
)
virtual

Reimplemented from TAO_Wait_Strategy.

int TAO_UIPMC_Wait_Never::wait ( ACE_Time_Value max_wait_time,
TAO_Synch_Reply_Dispatcher rd 
)
virtual

Implements TAO_Wait_Strategy.


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