TAO_PI  2.0.8
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
PortableInterceptor::ClientRequestInterceptor Class Reference

#include <ClientRequestInterceptorC.h>

Inheritance diagram for PortableInterceptor::ClientRequestInterceptor:
Inheritance graph
[legend]
Collaboration diagram for PortableInterceptor::ClientRequestInterceptor:
Collaboration graph
[legend]

List of all members.

Public Types

typedef
ClientRequestInterceptor_ptr 
_ptr_type
typedef
ClientRequestInterceptor_var 
_var_type
typedef
ClientRequestInterceptor_out 
_out_type

Public Member Functions

virtual void send_request (::PortableInterceptor::ClientRequestInfo_ptr ri)=0
virtual void send_poll (::PortableInterceptor::ClientRequestInfo_ptr ri)=0
virtual void receive_reply (::PortableInterceptor::ClientRequestInfo_ptr ri)=0
virtual void receive_exception (::PortableInterceptor::ClientRequestInfo_ptr ri)=0
virtual void receive_other (::PortableInterceptor::ClientRequestInfo_ptr ri)=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 ClientRequestInterceptor_ptr _duplicate (ClientRequestInterceptor_ptr obj)
static void _tao_release (ClientRequestInterceptor_ptr obj)
static ClientRequestInterceptor_ptr _narrow (::CORBA::Object_ptr obj)
static ClientRequestInterceptor_ptr _unchecked_narrow (::CORBA::Object_ptr obj)
static ClientRequestInterceptor_ptr _nil (void)

Protected Member Functions

 ClientRequestInterceptor (void)
virtual ~ClientRequestInterceptor (void)

Private Member Functions

 ClientRequestInterceptor (const ClientRequestInterceptor &)
void operator= (const ClientRequestInterceptor &)

Member Typedef Documentation

Reimplemented from PortableInterceptor::Interceptor.

Reimplemented from PortableInterceptor::Interceptor.

Reimplemented from PortableInterceptor::Interceptor.


Constructor & Destructor Documentation

PortableInterceptor::ClientRequestInterceptor::ClientRequestInterceptor ( void  ) [protected]
PortableInterceptor::ClientRequestInterceptor::~ClientRequestInterceptor ( void  ) [protected, virtual]
PortableInterceptor::ClientRequestInterceptor::ClientRequestInterceptor ( const ClientRequestInterceptor ) [private]

Member Function Documentation

PortableInterceptor::ClientRequestInterceptor_ptr PortableInterceptor::ClientRequestInterceptor::_duplicate ( ClientRequestInterceptor_ptr  obj) [static]
const char * PortableInterceptor::ClientRequestInterceptor::_interface_repository_id ( void  ) const [virtual]

Reimplemented from PortableInterceptor::Interceptor.

CORBA::Boolean PortableInterceptor::ClientRequestInterceptor::_is_a ( const char *  type_id) [virtual]

Reimplemented from PortableInterceptor::Interceptor.

PortableInterceptor::ClientRequestInterceptor_ptr PortableInterceptor::ClientRequestInterceptor::_narrow ( ::CORBA::Object_ptr  obj) [static]

Reimplemented from PortableInterceptor::Interceptor.

PortableInterceptor::ClientRequestInterceptor_ptr PortableInterceptor::ClientRequestInterceptor::_nil ( void  ) [static]

Reimplemented from PortableInterceptor::Interceptor.

void PortableInterceptor::ClientRequestInterceptor::_tao_release ( ClientRequestInterceptor_ptr  obj) [static]
PortableInterceptor::ClientRequestInterceptor_ptr PortableInterceptor::ClientRequestInterceptor::_unchecked_narrow ( ::CORBA::Object_ptr  obj) [static]

Reimplemented from PortableInterceptor::Interceptor.

CORBA::Boolean PortableInterceptor::ClientRequestInterceptor::marshal ( TAO_OutputCDR cdr) [virtual]

Reimplemented from PortableInterceptor::Interceptor.

void PortableInterceptor::ClientRequestInterceptor::operator= ( const ClientRequestInterceptor ) [private]
virtual void PortableInterceptor::ClientRequestInterceptor::receive_exception ( ::PortableInterceptor::ClientRequestInfo_ptr  ri) [pure virtual]
virtual void PortableInterceptor::ClientRequestInterceptor::receive_other ( ::PortableInterceptor::ClientRequestInfo_ptr  ri) [pure virtual]
virtual void PortableInterceptor::ClientRequestInterceptor::receive_reply ( ::PortableInterceptor::ClientRequestInfo_ptr  ri) [pure virtual]
virtual void PortableInterceptor::ClientRequestInterceptor::send_poll ( ::PortableInterceptor::ClientRequestInfo_ptr  ri) [pure virtual]
virtual void PortableInterceptor::ClientRequestInterceptor::send_request ( ::PortableInterceptor::ClientRequestInfo_ptr  ri) [pure virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines