#include <POSIX_Asynch_IO.h>
Inheritance diagram for ACE_POSIX_Asynch_Connect_Result:
Public Methods | |
ACE_HANDLE | connect_handle (void) const |
I/O handle for the connection. More... | |
size_t | bytes_transferred (void) const |
Number of bytes transferred by the operation. More... | |
const void * | act (void) const |
ACT associated with the operation. More... | |
int | success (void) const |
Did the operation succeed? More... | |
const void * | completion_key (void) const |
This is the ACT associated with the handle on which the Asynch_Operation takes place. More... | |
u_long | error (void) const |
Error value if the operation fail. More... | |
ACE_HANDLE | event (void) const |
This returns ACE_INVALID_HANDLE on POSIX4 platforms. More... | |
u_long | offset (void) const |
This really make sense only when doing file I/O. More... | |
u_long | offset_high (void) const |
int | priority (void) const |
The priority of the asynchronous operation. More... | |
int | signal_number (void) const |
POSIX4 realtime signal number to be used for the operation. More... | |
int | post_completion (ACE_Proactor_Impl *proactor) |
Post this object to the Proactor. More... | |
Protected Methods | |
ACE_POSIX_Asynch_Connect_Result (ACE_Handler &handler, ACE_HANDLE connect_handle, const void *act, ACE_HANDLE event, int priority, int signal_number) | |
Constructor is protected since creation is limited to ACE_Asynch_Connect factory. More... | |
virtual void | complete (size_t bytes_transferred, int success, const void *completion_key, u_long error) |
ACE_Proactor will call this method when the accept completes. More... | |
virtual | ~ACE_POSIX_Asynch_Connect_Result (void) |
Destructor. More... | |
void | connect_handle (ACE_HANDLE handle) |
Friends | |
class | ACE_POSIX_Asynch_Connect |
Factory classes will have special permissions. More... | |
class | ACE_POSIX_Proactor |
The Proactor constructs the Result class for faking results. More... |
This class has all the information necessary for a completion handler to uniquely identify the completion of the asynchronous connect.
|
Constructor is protected since creation is limited to ACE_Asynch_Connect factory.
|
|
Destructor.
|
|
ACT associated with the operation.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
Number of bytes transferred by the operation.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
ACE_Proactor will call this method when the accept completes.
Reimplemented from ACE_Asynch_Result_Impl. |
|
This is the ACT associated with the handle on which the Asynch_Operation takes place.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
|
|
I/O handle for the connection.
Reimplemented from ACE_Asynch_Connect_Result_Impl. |
|
Error value if the operation fail.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
This returns ACE_INVALID_HANDLE on POSIX4 platforms.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
This really make sense only when doing file I/O.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
Reimplemented from ACE_POSIX_Asynch_Result. |
|
Post this object to the Proactor.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
The priority of the asynchronous operation.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
POSIX4 realtime signal number to be used for the operation.
The signal number ranges from
Reimplemented from ACE_POSIX_Asynch_Result. |
|
Did the operation succeed?
Reimplemented from ACE_POSIX_Asynch_Result. |
|
Factory classes will have special permissions.
|
|
The Proactor constructs the Result class for faking results.
|