Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions

PortableInterceptor::Interceptor Class Reference

#include <InterceptorC.h>

Inheritance diagram for PortableInterceptor::Interceptor:
Inheritance graph
[legend]

List of all members.

Public Types

typedef Interceptor_ptr _ptr_type
typedef Interceptor_var _var_type
typedef Interceptor_out _out_type

Public Member Functions

virtual char * name (void)=0
virtual void destroy (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 Interceptor_ptr _duplicate (Interceptor_ptr obj)
static void _tao_release (Interceptor_ptr obj)
static Interceptor_ptr _narrow (::CORBA::Object_ptr obj)
static Interceptor_ptr _unchecked_narrow (::CORBA::Object_ptr obj)
static Interceptor_ptr _nil (void)

Protected Member Functions

 Interceptor (void)
virtual ~Interceptor (void)

Private Member Functions

 Interceptor (const Interceptor &)
void operator= (const Interceptor &)

Member Typedef Documentation

Reimplemented from CORBA::Object.

Reimplemented in PortableInterceptor::ClientRequestInterceptor.

Reimplemented from CORBA::Object.

Reimplemented in PortableInterceptor::ClientRequestInterceptor.

Reimplemented from CORBA::Object.

Reimplemented in PortableInterceptor::ClientRequestInterceptor.


Constructor & Destructor Documentation

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

Member Function Documentation

PortableInterceptor::Interceptor_ptr PortableInterceptor::Interceptor::_duplicate ( Interceptor_ptr  obj  )  [static]
const char * PortableInterceptor::Interceptor::_interface_repository_id ( void   )  const [virtual]

Reimplemented from CORBA::Object.

Reimplemented in PortableInterceptor::ClientRequestInterceptor.

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

Reimplemented from CORBA::Object.

Reimplemented in PortableInterceptor::ClientRequestInterceptor.

PortableInterceptor::Interceptor_ptr PortableInterceptor::Interceptor::_narrow ( ::CORBA::Object_ptr  obj  )  [static]
static Interceptor_ptr PortableInterceptor::Interceptor::_nil ( void   )  [inline, static]

Reimplemented from CORBA::Object.

Reimplemented in PortableInterceptor::ClientRequestInterceptor.

void PortableInterceptor::Interceptor::_tao_release ( Interceptor_ptr  obj  )  [static]
PortableInterceptor::Interceptor_ptr PortableInterceptor::Interceptor::_unchecked_narrow ( ::CORBA::Object_ptr  obj  )  [static]
virtual void PortableInterceptor::Interceptor::destroy ( void   )  [pure virtual]
CORBA::Boolean PortableInterceptor::Interceptor::marshal ( TAO_OutputCDR cdr  )  [virtual]

Reimplemented from CORBA::Object.

Reimplemented in PortableInterceptor::ClientRequestInterceptor.

virtual char* PortableInterceptor::Interceptor::name ( void   )  [pure virtual]
void PortableInterceptor::Interceptor::operator= ( const Interceptor  )  [private]

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