#include <InterceptorC.h>
Inheritance diagram for PortableInterceptor::Interceptor:
Public Types | |
typedef Interceptor_ptr | _ptr_type |
typedef Interceptor_var | _var_type |
Public Member Functions | |
virtual char * | name ()=0 throw ( ::CORBA::SystemException ) |
virtual void | destroy ()=0 throw ( ::CORBA::SystemException ) |
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 &) |
PortableInterceptor::Interceptor::Interceptor | ( | void | ) | [protected] |
PortableInterceptor::Interceptor::~Interceptor | ( | void | ) | [protected, virtual] |
PortableInterceptor::Interceptor::Interceptor | ( | const Interceptor & | ) | [private] |
PortableInterceptor::Interceptor_ptr PortableInterceptor::Interceptor::_duplicate | ( | Interceptor_ptr | obj | ) | [static] |
const char * PortableInterceptor::Interceptor::_interface_repository_id | ( | void | ) | const [virtual] |
CORBA::Boolean PortableInterceptor::Interceptor::_is_a | ( | const char * | type_id | ) | [virtual] |
PortableInterceptor::Interceptor_ptr PortableInterceptor::Interceptor::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented in PortableInterceptor::ClientRequestInterceptor.
static Interceptor_ptr PortableInterceptor::Interceptor::_nil | ( | void | ) | [inline, static] |
void PortableInterceptor::Interceptor::_tao_release | ( | Interceptor_ptr | obj | ) | [static] |
PortableInterceptor::Interceptor_ptr PortableInterceptor::Interceptor::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented in PortableInterceptor::ClientRequestInterceptor.
virtual void PortableInterceptor::Interceptor::destroy | ( | ) | throw ( ::CORBA::SystemException ) [pure virtual] |
CORBA::Boolean PortableInterceptor::Interceptor::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
virtual char* PortableInterceptor::Interceptor::name | ( | ) | throw ( ::CORBA::SystemException ) [pure virtual] |
void PortableInterceptor::Interceptor::operator= | ( | const Interceptor & | ) | [private] |