#include <Transport.h>
Collaboration diagram for TAO::Transport::Stats:
Public Member Functions | |
Stats () | |
virtual | ~Stats () |
void | messages_sent (size_t message_length) |
CORBA::LongLong | messages_sent (void) const |
CORBA::LongLong | bytes_sent (void) const |
void | messages_received (size_t message_length) |
CORBA::LongLong | messages_received (void) const |
CORBA::LongLong | bytes_received (void) const |
void | opened_since (const ACE_Time_Value &tv) |
const ACE_Time_Value & | opened_since (void) const |
Private Attributes | |
CORBA::LongLong | messages_rcvd_ |
CORBA::LongLong | messages_sent_ |
ACE_Basic_Stats | bytes_rcvd_ |
ACE_Basic_Stats | bytes_sent_ |
ACE_Time_Value | opened_since_ |
|
|
|
Definition at line 120 of file Transport.cpp.
00121 {
00122 // no-op
00123 }
|
|
|
|
|
|
|
|
Referenced by TAO_Transport::process_parsed_messages(). |
|
|
|
Referenced by TAO_Transport::send_message_shared_i(). |
|
|
|
|
|
Definition at line 1133 of file Transport.h. |
|
Definition at line 1134 of file Transport.h. |
|
Definition at line 1126 of file Transport.h. |
|
Definition at line 1131 of file Transport.h. |
|
Definition at line 1136 of file Transport.h. |