TAO_TransportCurrent
2.0.8
|
#include <TCC.h>
Public Types | |
typedef Current_ptr | _ptr_type |
typedef Current_var | _var_type |
typedef Current_out | _out_type |
Public Member Functions | |
virtual ::CORBA::Long | id (void)=0 |
virtual ::TAO::CounterT | bytes_sent (void)=0 |
virtual ::TAO::CounterT | bytes_received (void)=0 |
virtual ::TAO::CounterT | messages_sent (void)=0 |
virtual ::TAO::CounterT | messages_received (void)=0 |
virtual ::TimeBase::TimeT | open_since (void)=0 |
virtual ::CORBA::Boolean | _is_a (const char *type_id) |
virtual const char * | _interface_repository_id (void) const |
virtual ::CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
static void | _tao_any_destructor (void *) |
static Current_ptr | _duplicate (Current_ptr obj) |
static void | _tao_release (Current_ptr obj) |
static Current_ptr | _narrow (::CORBA::Object_ptr obj) |
static Current_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static Current_ptr | _nil (void) |
Protected Member Functions | |
Current (void) | |
virtual | ~Current (void) |
Private Member Functions | |
Current (const Current &) | |
void | operator= (const Current &) |
Reimplemented from CORBA::Object.
Reimplemented in TAO::Transport::IIOP::Current.
Reimplemented from CORBA::Object.
Reimplemented in TAO::Transport::IIOP::Current.
Reimplemented from CORBA::Object.
Reimplemented in TAO::Transport::IIOP::Current.
TAO::Transport::Current::Current | ( | void | ) | [protected] |
Reimplemented in TAO::Transport::IIOP::Current.
TAO::Transport::Current::~Current | ( | void | ) | [protected, virtual] |
Reimplemented in TAO::Transport::IIOP::Current.
TAO::Transport::Current::Current | ( | const Current & | ) | [private] |
TAO::Transport::Current_ptr TAO::Transport::Current::_duplicate | ( | Current_ptr | obj | ) | [static] |
const char * TAO::Transport::Current::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Object.
Reimplemented in TAO::Transport::IIOP::Current.
CORBA::Boolean TAO::Transport::Current::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from CORBA::Object.
Reimplemented in TAO::Transport::IIOP::Current.
TAO::Transport::Current_ptr TAO::Transport::Current::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented in TAO::Transport::IIOP::Current.
TAO::Transport::Current_ptr TAO::Transport::Current::_nil | ( | void | ) | [static] |
Reimplemented from CORBA::Object.
Reimplemented in TAO::Transport::IIOP::Current.
void TAO::Transport::Current::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
Reimplemented from CORBA::Object.
Reimplemented in TAO::Transport::IIOP::Current.
void TAO::Transport::Current::_tao_release | ( | Current_ptr | obj | ) | [static] |
TAO::Transport::Current_ptr TAO::Transport::Current::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented in TAO::Transport::IIOP::Current.
virtual ::TAO::CounterT TAO::Transport::Current::bytes_received | ( | void | ) | [pure virtual] |
Implemented in TAO::Transport::Current_Impl.
virtual ::TAO::CounterT TAO::Transport::Current::bytes_sent | ( | void | ) | [pure virtual] |
Implemented in TAO::Transport::Current_Impl.
virtual ::CORBA::Long TAO::Transport::Current::id | ( | void | ) | [pure virtual] |
Implemented in TAO::Transport::IIOP_Current_Impl, and TAO::Transport::Current_Impl.
CORBA::Boolean TAO::Transport::Current::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from CORBA::Object.
Reimplemented in TAO::Transport::IIOP::Current.
virtual ::TAO::CounterT TAO::Transport::Current::messages_received | ( | void | ) | [pure virtual] |
Implemented in TAO::Transport::Current_Impl.
virtual ::TAO::CounterT TAO::Transport::Current::messages_sent | ( | void | ) | [pure virtual] |
Implemented in TAO::Transport::Current_Impl.
virtual ::TimeBase::TimeT TAO::Transport::Current::open_since | ( | void | ) | [pure virtual] |
Implemented in TAO::Transport::Current_Impl.
void TAO::Transport::Current::operator= | ( | const Current & | ) | [private] |