ACE  6.1.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Protected Member Functions | Friends | List of all members
ACE_POSIX_Asynch_Read_File_Result Class Reference

This class provides concrete implementation for <ACE_Asynch_Read_File::Result> class for POSIX platforms. More...

#include <POSIX_Asynch_IO.h>

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

Protected Member Functions

 ACE_POSIX_Asynch_Read_File_Result (const ACE_Handler::Proxy_Ptr &handler_proxy, ACE_HANDLE handle, ACE_Message_Block &message_block, size_t bytes_to_read, const void *act, u_long offset, u_long offset_high, ACE_HANDLE event, int priority, int signal_number)
 
virtual void complete (size_t bytes_transferred, int success, const void *completion_key, u_long error)
 ACE_Proactor will call this method when the read completes. More...
 
virtual ~ACE_POSIX_Asynch_Read_File_Result (void)
 Destructor. More...
 
- Protected Member Functions inherited from ACE_Asynch_Read_File_Result_Impl
 ACE_Asynch_Read_File_Result_Impl (void)
 Do-nothing constructor. More...
 
- Protected Member Functions inherited from ACE_Asynch_Read_Stream_Result_Impl
 ACE_Asynch_Read_Stream_Result_Impl (void)
 Do-nothing constructor. More...
 
- Protected Member Functions inherited from ACE_Asynch_Result_Impl
 ACE_Asynch_Result_Impl (void)
 Do-nothing constructor. More...
 
- Protected Member Functions inherited from ACE_POSIX_Asynch_Read_Stream_Result
 ACE_POSIX_Asynch_Read_Stream_Result (const ACE_Handler::Proxy_Ptr &handler_proxy, ACE_HANDLE handle, ACE_Message_Block &message_block, size_t bytes_to_read, const void *act, ACE_HANDLE event, int priority, int signal_number)
 
virtual ~ACE_POSIX_Asynch_Read_Stream_Result (void)
 Destructor. More...
 
- Protected Member Functions inherited from ACE_POSIX_Asynch_Result
 ACE_POSIX_Asynch_Result (const ACE_Handler::Proxy_Ptr &handler_proxy, const void *act, ACE_HANDLE event, u_long offset, u_long offset_high, int priority, int signal_number)
 Constructor. <Event> is not used on POSIX. More...
 

Friends

class ACE_POSIX_Asynch_Read_File
 Factory classes will have special permissions. More...
 
class ACE_POSIX_Proactor
 The Proactor constructs the Result class for faking results. More...
 

Additional Inherited Members

- Public Member Functions inherited from ACE_Asynch_Read_File_Result_Impl
virtual ~ACE_Asynch_Read_File_Result_Impl (void)
 Destructor. More...
 
- Public Member Functions inherited from ACE_POSIX_Asynch_Read_Stream_Result
size_t bytes_to_read (void) const
 
ACE_Message_Blockmessage_block (void) const
 Message block which contains the read data. More...
 
ACE_HANDLE handle (void) const
 I/O handle used for reading. More...
 
- Protected Attributes inherited from ACE_POSIX_Asynch_Read_Stream_Result
ACE_Message_Blockmessage_block_
 Message block for reading the data into. More...
 

Detailed Description

This class provides concrete implementation for <ACE_Asynch_Read_File::Result> class for POSIX platforms.

Constructor & Destructor Documentation

ACE_POSIX_Asynch_Read_File_Result::ACE_POSIX_Asynch_Read_File_Result ( const ACE_Handler::Proxy_Ptr handler_proxy,
ACE_HANDLE  handle,
ACE_Message_Block message_block,
size_t  bytes_to_read,
const void *  act,
u_long  offset,
u_long  offset_high,
ACE_HANDLE  event,
int  priority,
int  signal_number 
)
protected

Constructor is protected since creation is limited to ACE_Asynch_Read_File factory.

ACE_POSIX_Asynch_Read_File_Result::~ACE_POSIX_Asynch_Read_File_Result ( void  )
protectedvirtual

Destructor.

Member Function Documentation

void ACE_POSIX_Asynch_Read_File_Result::complete ( size_t  bytes_transferred,
int  success,
const void *  completion_key,
u_long  error 
)
protectedvirtual

ACE_Proactor will call this method when the read completes.

Reimplemented from ACE_POSIX_Asynch_Read_Stream_Result.

Friends And Related Function Documentation

friend class ACE_POSIX_Asynch_Read_File
friend

Factory classes will have special permissions.

friend class ACE_POSIX_Proactor
friend

The Proactor constructs the Result class for faking results.


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