TAO  2.1.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes
TAO::Transport::Stats Class Reference

#include <Transport.h>

Collaboration diagram for TAO::Transport::Stats:
Collaboration graph

List of all members.

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_Valueopened_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_

Constructor & Destructor Documentation

TAO::Transport::Stats::Stats ( )
TAO::Transport::Stats::~Stats ( )
virtual

Member Function Documentation

CORBA::LongLong TAO::Transport::Stats::bytes_received ( void  ) const
CORBA::LongLong TAO::Transport::Stats::bytes_sent ( void  ) const
void TAO::Transport::Stats::messages_received ( size_t  message_length)
CORBA::LongLong TAO::Transport::Stats::messages_received ( void  ) const
void TAO::Transport::Stats::messages_sent ( size_t  message_length)
CORBA::LongLong TAO::Transport::Stats::messages_sent ( void  ) const
void TAO::Transport::Stats::opened_since ( const ACE_Time_Value tv)
const ACE_Time_Value& TAO::Transport::Stats::opened_since ( void  ) const

Member Data Documentation

ACE_Basic_Stats TAO::Transport::Stats::bytes_rcvd_
private
ACE_Basic_Stats TAO::Transport::Stats::bytes_sent_
private
CORBA::LongLong TAO::Transport::Stats::messages_rcvd_
private
CORBA::LongLong TAO::Transport::Stats::messages_sent_
private
ACE_Time_Value TAO::Transport::Stats::opened_since_
private

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