#include <PortableInterceptorC.h>
Inheritance diagram for PortableInterceptor::Interceptor:
Public Types | |
typedef Interceptor_ptr | _ptr_type |
typedef Interceptor_var | _var_type |
Public Methods | |
virtual char * | name (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual void | destroy (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual void * | _tao_QueryInterface (ptr_arith_t type) |
virtual const char * | _interface_repository_id (void) const |
Static Public Methods | |
Interceptor_ptr | _duplicate (Interceptor_ptr obj) |
Interceptor_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
Interceptor_ptr | _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
Interceptor_ptr | _nil (void) |
Return a NULL object. | |
Static Public Attributes | |
int | _tao_class_id = 0 |
Address of this variable used in _unchecked_narrow(). | |
Protected Methods | |
Interceptor (void) | |
virtual | ~Interceptor (void) |
Private Methods | |
Interceptor (const Interceptor &) | |
void | operator= (const Interceptor &) |
|
Reimplemented from CORBA_Object. Reimplemented in PortableInterceptor::ClientRequestInterceptor, PortableInterceptor::ServerRequestInterceptor, and PortableInterceptor::IORInterceptor. |
|
Reimplemented from CORBA_Object. Reimplemented in PortableInterceptor::ClientRequestInterceptor, PortableInterceptor::ServerRequestInterceptor, and PortableInterceptor::IORInterceptor. |
|
|
|
|
|
|
|
|
|
The repository ID for the most derived class, this is an implementation method and does no remote invocations! Reimplemented from CORBA_Object. Reimplemented in PortableInterceptor::ClientRequestInterceptor, PortableInterceptor::ServerRequestInterceptor, and PortableInterceptor::IORInterceptor. |
|
Reimplemented in PortableInterceptor::ClientRequestInterceptor, PortableInterceptor::ServerRequestInterceptor, and PortableInterceptor::IORInterceptor. |
|
Return a NULL object.
Reimplemented from CORBA_Object. Reimplemented in PortableInterceptor::ClientRequestInterceptor, PortableInterceptor::ServerRequestInterceptor, and PortableInterceptor::IORInterceptor. |
|
Downcasting this object pointer to some other derived class. This QueryInterface stuff only work for local object. Reimplemented from CORBA_Object. Reimplemented in PortableInterceptor::ClientRequestInterceptor, PortableInterceptor::ServerRequestInterceptor, and PortableInterceptor::IORInterceptor. |
|
Reimplemented in PortableInterceptor::ClientRequestInterceptor, PortableInterceptor::ServerRequestInterceptor, and PortableInterceptor::IORInterceptor. |
|
|
|
|
|
|
|
Address of this variable used in _unchecked_narrow().
Reimplemented from CORBA_Object. Reimplemented in PortableInterceptor::ClientRequestInterceptor, PortableInterceptor::ServerRequestInterceptor, and PortableInterceptor::IORInterceptor. |